Searched refs:isWindowActive (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessShim.h37 bool (*isWindowActive)(WindowRef, bool& result); member in struct:WebKit::PluginProcessShimCallbacks
H A DPluginProcessMac.mm141 static bool isWindowActive(WindowRef windowRef, bool& result)
145 result = plugin->isWindowActive();
195 isWindowActive,
H A DPluginProcessShim.mm90 if (pluginProcessShimCallbacks.isWindowActive(window, result))
/external/webkit/Source/WebCore/platform/
H A DScrollbar.h91 bool isWindowActive() const;
H A DScrollbar.cpp441 bool Scrollbar::isWindowActive() const function in class:WebCore::Scrollbar
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h63 bool isWindowActive() const { return m_windowHasFocus; } function in class:WebKit::NetscapePlugin

Completed in 2200 milliseconds