Advertisement
diogogmt

fullscreenChildElement

Dec 12th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. nsDocument::AsyncRequest
  2.  
  3. nsCallRequestFullScreen::nsCallRequestFullScreen
  4.  
  5. nsCallRequestFullScreen::Run
  6.  
  7. nsDocument::RequestFullScreen
  8.  
  9. sFullScreenDoc? 1
  10.  
  11. nsDocument::FullScreenStackPush
  12.  
  13. top exists, calling nsEventStateManager::SetFullScreenState(top, false)
  14.  
  15. calling nsEventStateManager::SetFullScreenState(aElement, true)
  16.  
  17. returning from nsDocument::FullScreenStackPush
  18.  
  19. while ((parent = child->GetParentDocument()))
  20.  
  21. nsDocument::FullScreenStackPush
  22.  
  23. top == aElement || !aElement
  24.  
  25. else
  26.  
  27. DispatchingFullScreenChange...
  28.  
  29. DispatchFullScreenChange
  30.  
  31. static SetWIndowFullScreen
  32.  
  33. nsSetWIndowFullScreen::nsSetWindowFullScreen
  34.  
  35. nsSetWIndowFullScreen::Run
  36.  
  37. nsGlobalWindow::SetFullScreen
  38. setting fullscreen to: 1
  39.  
  40. nsGlobalWindow::SetFullScreen
  41. setting fullscreen to: 1
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement