Searched defs:IsWindowActive (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dplatform_util_aura.cc24 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
H A Dplatform_util_common_linux.cc22 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
H A Dplatform_util_android.cc35 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
H A Dplatform_util_win.cc210 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
/external/chromium/chrome/browser/
H A Dplatform_util_common_linux.cc71 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
H A Dplatform_util_win.cc172 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.cc207 bool FullscreenExitBubbleGtk::IsWindowActive() { function in class:FullscreenExitBubbleGtk
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.cc481 bool FullscreenExitBubbleViews::IsWindowActive() { function in class:FullscreenExitBubbleViews
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc259 IPC_MESSAGE_HANDLER(AutomationMsg_IsWindowActive, IsWindowActive)
809 void TestingAutomationProvider::IsWindowActive(int handle, function in class:TestingAutomationProvider
814 platform_util::IsWindowActive(window_tracker_->GetResource(handle));

Completed in 309 milliseconds