Home
last modified time | relevance | path

Searched refs:m_fullScreenWindowIsShowing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.h57 bool isFullScreenWindowShowing() const { return m_fullScreenWindowIsShowing; } in isFullScreenWindowShowing()
99 bool m_fullScreenWindowIsShowing; variable
DNetscapePluginHostProxy.mm98 , m_fullScreenWindowIsShowing(false)
228 if (m_fullScreenWindowIsShowing == isShowing)
231 m_fullScreenWindowIsShowing = isShowing;
232 if (m_fullScreenWindowIsShowing)