Searched refs:fullScreenIsAllowedForElement (Results 1 – 2 of 2) sorted by relevance
84 bool fullScreenIsAllowedForElement(Element*) const;
133 bool FullscreenElementStack::fullScreenIsAllowedForElement(Element* element) const in fullScreenIsAllowedForElement() function in WebCore::FullscreenElementStack159 …if (checkType == EnforceIFrameAllowFullScreenRequirement && !fullScreenIsAllowedForElement(element… in requestFullScreenForElement()