OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webkitCurrentFullScreenElement
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.h
38
static Element*
webkitCurrentFullScreenElement
(Document*);
DocumentFullscreen.cpp
47
Element* DocumentFullscreen::
webkitCurrentFullScreenElement
(Document* document)
50
return fullscreen->
webkitCurrentFullScreenElement
();
DocumentFullscreen.idl
25
[RuntimeEnabled=Fullscreen] readonly attribute Element
webkitCurrentFullScreenElement
;
FullscreenElementStack.h
95
Element*
webkitCurrentFullScreenElement
() const { return m_fullScreenElement.get(); }
124
return controller->webkitIsFullScreen() && controller->
webkitCurrentFullScreenElement
() == element;
FullscreenElementStack.cpp
89
return found->
webkitCurrentFullScreenElement
();
559
target = fullscreen->
webkitCurrentFullScreenElement
();
/external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp
241
fullScreenElement = fullscreen->
webkitCurrentFullScreenElement
();
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp
355
const Element* fullScreenElement = fullscreen->
webkitCurrentFullScreenElement
();
[
all
...]
Completed in 41 milliseconds