Searched refs:m_fullscreenWindowIsShowing (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.h57 bool isFullscreenWindowShowing() const { return m_fullscreenWindowIsShowing; }
100 bool m_fullscreenWindowIsShowing; member in class:WebKit::NetscapePluginHostProxy
H A DNetscapePluginHostProxy.mm99 , m_fullscreenWindowIsShowing(false)
211 if (m_fullscreenWindowIsShowing == isShowing)
214 m_fullscreenWindowIsShowing = isShowing;
215 if (m_fullscreenWindowIsShowing)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/
H A DPluginProcessProxy.cpp68 , m_fullscreenWindowIsShowing(false)
165 if (m_fullscreenWindowIsShowing)
H A DPluginProcessProxy.h177 bool m_fullscreenWindowIsShowing; member in class:WebKit::PluginProcessProxy
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm220 if (m_fullscreenWindowIsShowing == fullscreenWindowIsShowing)
223 m_fullscreenWindowIsShowing = fullscreenWindowIsShowing;
224 if (m_fullscreenWindowIsShowing)

Completed in 71 milliseconds