OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isWindowActive
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.h
37
bool (*
isWindowActive
)(WindowRef, bool& result);
PluginProcessMac.mm
141
static bool
isWindowActive
(WindowRef windowRef, bool& result)
145
result = plugin->
isWindowActive
();
195
isWindowActive
,
PluginProcessShim.mm
90
if (pluginProcessShimCallbacks.
isWindowActive
(window, result))
93
return
IsWindowActive
(window);
126
DYLD_INTERPOSE(shimIsWindowActive,
IsWindowActive
);
/external/webkit/Source/WebCore/platform/
Scrollbar.h
91
bool
isWindowActive
() const;
Scrollbar.cpp
441
bool Scrollbar::
isWindowActive
() const
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h
63
bool
isWindowActive
() const { return m_windowHasFocus; }
Completed in 1235 milliseconds