Searched refs:containsFullScreenElement (Results 1 – 4 of 4) sorted by relevance
72 bool containsFullScreenElement() { return m_containsFullScreenElement; } in containsFullScreenElement() function
1280 …if (containsFullScreenElement() && parentElement() && !parentElement()->containsFullScreenElement(… in insertedInto()1323 if (containsFullScreenElement()) in removedFrom()2892 bool Element::containsFullScreenElement() const in containsFullScreenElement() function in WebCore::Element2894 return hasRareData() && elementRareData()->containsFullScreenElement(); in containsFullScreenElement()
485 bool containsFullScreenElement() const;
810 if (element.isFrameElementBase() && element.containsFullScreenElement()) in checkOne()819 return element.containsFullScreenElement(); in checkOne()