HomeSort by relevance Sort by last modified time
    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 26 [MeasureAs=PrefixedDocumentCurrentFullScreenElement] readonly attribute Element webkitCurrentFullScreenElement;
FullscreenElementStack.h 94 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
127 return controller->webkitIsFullScreen() && controller->webkitCurrentFullScreenElement() == element;
FullscreenElementStack.cpp 110 return found->webkitCurrentFullScreenElement();
602 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 366 const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
    [all...]

Completed in 362 milliseconds