Advertisement
diogogmt

fullscreenParentElement

Dec 12th, 2011
67
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? 0
  10.  
  11. nsDocument::FullScreenStackPush
  12.  
  13. calling nsEventStateManager::SetFullScreenState(aElement, true)
  14.  
  15. returning from nsDocument::FullScreenStackPush
  16.  
  17. while ((parent = child->GetParentDocument()))
  18.  
  19. nsDocument::FullScreenStackPush
  20.  
  21. calling nsEventStateManager::SetFullScreenState(aElement, true)
  22.  
  23. returning from nsDocument::FullScreenStackPush
  24.  
  25. if (static_cast<nsDocument*>(parent)->FullScreenStackPush(element))
  26.  
  27. DispatchingFullScreenChange...
  28.  
  29. DispatchFullScreenChange
  30.  
  31. DispatchingFullScreenChange...
  32.  
  33. DispatchFullScreenChange
  34.  
  35. static SetWIndowFullScreen
  36.  
  37. nsSetWIndowFullScreen::nsSetWindowFullScreen
  38.  
  39. nsSetWIndowFullScreen::Run
  40.  
  41. nsGlobalWindow::SetFullScreen
  42. setting fullscreen to: 1
  43.  
  44. nsGlobalWindow::SetFullScreen
  45. setting fullscreen to: 1
  46.  
  47.  
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement