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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.cpp 79 Element* FullscreenElementStack::fullscreenElementFrom(Document* document)
174 if (fullscreenElementFrom(descendant->document())) {
227 Element* topElement = fullscreenElementFrom(currentDoc);
259 if (!fullscreenElementFrom(document()->topDocument()))
265 replacementFullscreenElementStack.append(fullscreenElementFrom(document()->topDocument()));
287 if (fullscreenElementFrom(descendant->document()))
306 newTop = fullscreenElementFrom(currentDoc);
FullscreenElementStack.h 57 static Element* fullscreenElementFrom(Document*);

Completed in 220 milliseconds