Home
last modified time | relevance | path

Searched refs:fullScreenIsAllowedForElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DFullscreenElementStack.h83 bool fullScreenIsAllowedForElement(Element*) const;
DFullscreenElementStack.cpp164 bool FullscreenElementStack::fullScreenIsAllowedForElement(Element* element) const in fullScreenIsAllowedForElement() function in WebCore::FullscreenElementStack
194 …if (checkType == EnforceIFrameAllowFullScreenRequirement && !fullScreenIsAllowedForElement(element… in requestFullScreenForElement()