HomeSort by relevance Sort by last modified time
    Searched refs:m_fullScreenElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.h 86 bool webkitFullScreenKeyboardInputAllowed() const { return m_fullScreenElement.get() && m_areKeysEnabledInFullScreen; }
87 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
112 RefPtrWillBeMember<Element> m_fullScreenElement;
Fullscreen.cpp 195 m_fullScreenElement = nullptr;
206 m_fullScreenElement = nullptr;
396 host->chrome().client().exitFullScreenForElement(m_fullScreenElement.get());
422 m_fullScreenElement = element;
428 RenderObject* renderer = m_fullScreenElement->renderer();
435 if (m_fullScreenElement != document()->documentElement())
438 m_fullScreenElement->setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(true);
444 m_fullScreenElement->didBecomeFullscreenElement();
454 if (!m_fullScreenElement)
460 m_fullScreenElement->willStopBeingFullscreenElement()
    [all...]

Completed in 30 milliseconds