OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsWindowActive
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/
platform_util.h
34
bool
IsWindowActive
(gfx::NativeWindow window);
plugin_carbon_interpose_mac.cc
67
:
IsWindowActive
(window);
179
INTERPOSE_FUNCTION(
IsWindowActive
),
platform_util_common_linux.cc
71
bool
IsWindowActive
(gfx::NativeWindow window) {
platform_util_win.cc
172
bool
IsWindowActive
(gfx::NativeWindow window) {
/external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm
90
if (pluginProcessShimCallbacks.
isWindowActive
(window, result))
93
return
IsWindowActive
(window);
126
DYLD_INTERPOSE(shimIsWindowActive,
IsWindowActive
);
/external/chromium/chrome/browser/automation/
testing_automation_provider.h
109
void
IsWindowActive
(int handle, bool* success, bool* is_active);
[
all
...]
testing_automation_provider.cc
259
IPC_MESSAGE_HANDLER(AutomationMsg_IsWindowActive,
IsWindowActive
)
[
all
...]
/prebuilt/darwin-x86/swt/
swt.jar
Completed in 221 milliseconds