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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFullscreen.cpp 57 Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document)
60 return fullscreen->webkitCurrentFullScreenElement();
DocumentFullscreen.h 47 static Element* webkitCurrentFullScreenElement(Document&);
DocumentFullscreen.idl 32 [MeasureAs=PrefixedDocumentIsFullscreen, ImplementedAs=webkitCurrentFullScreenElement] readonly attribute boolean webkitIsFullScreen;
34 [MeasureAs=PrefixedDocumentCurrentFullScreenElement] readonly attribute Element webkitCurrentFullScreenElement;
Fullscreen.h 87 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
126 return fullscreen->webkitCurrentFullScreenElement() == &element;
Fullscreen.cpp 160 return found->webkitCurrentFullScreenElement();
519 target = fullscreen.webkitCurrentFullScreenElement();
  /external/chromium_org/third_party/WebKit/Source/web/
FullscreenController.cpp 104 if (fullscreen->webkitCurrentFullScreenElement()) {
WebDocument.cpp 238 fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 385 const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 105 milliseconds