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

  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 222 WebElement WebDocument::fullScreenElement() const
224 Element* fullScreenElement = 0;
226 fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
227 return WebElement(fullScreenElement);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 353 const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
354 if (fullScreenElement && beforeChild && beforeChild->node() == fullScreenElement)
    [all...]

Completed in 158 milliseconds