Home
last modified time | relevance | path

Searched refs:hasFullscreenSupplement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DFullscreen.h131 if (!document.hasFullscreenSupplement()) in fromIfExists()
DFullscreen.cpp515 ASSERT(document.hasFullscreenSupplement()); in enqueueChangeEvent()
DDocument.h920 bool hasFullscreenSupplement() const { return m_hasFullscreenSupplement; } in hasFullscreenSupplement() function