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