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

/macosx-10.10/WebKit-7600.1.25/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.mm100 , m_fullscreenWindowIsShowing(false)
212 if (m_fullscreenWindowIsShowing == isShowing)
215 m_fullscreenWindowIsShowing = isShowing;
216 if (m_fullscreenWindowIsShowing)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/
H A DPluginProcessProxy.cpp68 , m_fullscreenWindowIsShowing(false)
165 if (m_fullscreenWindowIsShowing)
H A DPluginProcessProxy.h186 bool m_fullscreenWindowIsShowing; member in class:WebKit::PluginProcessProxy
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Plugins/mac/
H A DPluginProcessProxyMac.mm210 if (m_fullscreenWindowIsShowing == fullscreenWindowIsShowing)
213 m_fullscreenWindowIsShowing = fullscreenWindowIsShowing;
214 if (m_fullscreenWindowIsShowing)

Completed in 129 milliseconds