Home
last modified time | relevance | path

Searched refs:isWindowActive (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/PluginProcess/mac/
DPluginProcessShim.h37 bool (*isWindowActive)(WindowRef, bool& result); member
DPluginProcessMac.mm141 static bool isWindowActive(WindowRef windowRef, bool& result)
145 result = plugin->isWindowActive();
195 isWindowActive,
DPluginProcessShim.mm90 if (pluginProcessShimCallbacks.isWindowActive(window, result))
/external/webkit/Source/WebCore/platform/
DScrollbar.h91 bool isWindowActive() const;
DScrollbar.cpp441 bool Scrollbar::isWindowActive() const in isWindowActive() function in WebCore::Scrollbar
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h63 bool isWindowActive() const { return m_windowHasFocus; } in isWindowActive() function
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1613622 (WebKit::NetscapePlugin::isWindowActive):
15196 (WebKit::isWindowActive):
15202 Call isWindowActive. If it returns true, return the result value. Otherwise, call the real
15211 (WebKit::NetscapePlugin::isWindowActive):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1672460 (WebCore::Scrollbar::isWindowActive):
79654 (WebCore::Scrollbar::isWindowActive):
DChangeLog-2011-02-1619794 (WebCore::Scrollbar::isWindowActive):