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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FullscreenElementStack.h 83 bool fullScreenIsAllowedForElement(Element*) const;
FullscreenElementStack.cpp 164 bool FullscreenElementStack::fullScreenIsAllowedForElement(Element* element) const
194 if (checkType == EnforceIFrameAllowFullScreenRequirement && !fullScreenIsAllowedForElement(element))

Completed in 149 milliseconds