Searched refs:m_fullScreenElement (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp983 ASSERT(m_fullScreenElement);
984 m_fullScreenElement->document()->webkitCancelFullScreen();
1001 m_fullScreenElement = element;
1014 m_fullScreenElement = element;
1027 ASSERT(m_fullScreenElement);
1030 GRefPtr<WebKitDOMHTMLElement> kitElement(adoptGRef(kit(reinterpret_cast<HTMLElement*>(m_fullScreenElement.get()))));
1036 if (m_fullScreenElement && m_fullScreenElement->isMediaElement()) {
1037 m_fullScreenElement->document()->webkitWillExitFullScreenForElement(m_fullScreenElement
[all...]
H A DChromeClientGtk.h182 RefPtr<Element> m_fullScreenElement; member in class:WebKit::ChromeClient
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.cpp646 m_fullScreenElement = element;
658 ASSERT(m_fullScreenElement);
660 m_fullScreenElement->document()->webkitWillExitFullScreenForElement(m_fullScreenElement.get());
662 m_fullScreenElement->document()->webkitDidExitFullScreenForElement(m_fullScreenElement.get());
664 m_fullScreenElement.clear();
H A DChromeClientEfl.h193 RefPtr<Element> m_fullScreenElement; member in class:WebCore::ChromeClientEfl
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.cpp727 m_fullScreenElement = element;
735 ASSERT(m_fullScreenElement);
736 m_fullScreenElement->document()->webkitWillExitFullScreenForElement(m_fullScreenElement.get());
737 m_webPagePrivate->exitFullScreenForElement(m_fullScreenElement.get());
738 m_fullScreenElement->document()->webkitDidExitFullScreenForElement(m_fullScreenElement.get());
739 m_fullScreenElement.clear();
H A DChromeClientBlackBerry.h156 RefPtr<WebCore::Element> m_fullScreenElement; member in class:WebCore::ChromeClientBlackBerry
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp641 m_fullScreenElement = 0;
5177 page()->chrome().client()->exitFullScreenForElement(m_fullScreenElement.get());
5210 m_fullScreenElement = element;
5221 RenderObject* renderer = m_fullScreenElement->renderer();
5228 if (m_fullScreenElement != documentElement())
5231 m_fullScreenElement->setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(true);
5238 if (!m_fullScreenElement)
5244 m_fullScreenElement->didBecomeFullscreenElement();
5251 if (!m_fullScreenElement)
5257 m_fullScreenElement
[all...]
H A DDocument.h1039 bool webkitIsFullScreen() const { return m_fullScreenElement.get(); }
1040 bool webkitFullScreenKeyboardInputAllowed() const { return m_fullScreenElement.get() && m_areKeysEnabledInFullScreen; }
1041 Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); }
1485 RefPtr<Element> m_fullScreenElement; member in class:WebCore::Document
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp6904 m_fullScreenElement = element;
6924 ASSERT(m_fullScreenElement);
6925 m_fullScreenElement->document()->webkitWillEnterFullScreenForElement(m_fullScreenElement.get());
6930 ASSERT(m_fullScreenElement);
6931 m_fullScreenElement->document()->webkitDidEnterFullScreenForElement(m_fullScreenElement.get());
6936 ASSERT(m_fullScreenElement);
6937 m_fullScreenElement->document()->webkitCancelFullScreen();
6942 ASSERT(m_fullScreenElement);
[all...]
H A DWebView.h975 WebCore::Element* fullScreenElement() const { return m_fullScreenElement.get(); }
1173 RefPtr<WebCore::Element> m_fullScreenElement; member in class:WebView

Completed in 157 milliseconds