OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fullScreenElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.h
93
bool webkitIsFullScreen() const { return
m_fullScreenElement
.get(); }
94
bool webkitFullScreenKeyboardInputAllowed() const { return
m_fullScreenElement
.get() && m_areKeysEnabledInFullScreen; }
95
Element* webkitCurrentFullScreenElement() const { return
m_fullScreenElement
.get(); }
109
RefPtr<Element>
m_fullScreenElement
;
FullscreenElementStack.cpp
129
m_fullScreenElement
= 0;
334
document()->page()->chrome().client().exitFullScreenForElement(
m_fullScreenElement
.get());
368
m_fullScreenElement
= element;
374
RenderObject* renderer =
m_fullScreenElement
->renderer();
381
if (
m_fullScreenElement
!= document()->documentElement())
384
m_fullScreenElement
->setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(true);
391
if (!
m_fullScreenElement
)
397
m_fullScreenElement
->didBecomeFullscreenElement();
404
if (!
m_fullScreenElement
)
410
m_fullScreenElement
->willStopBeingFullscreenElement()
[
all
...]
Completed in 27 milliseconds