Searched refs:IsWindowActive (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dplatform_util.h44 bool IsWindowActive(gfx::NativeWindow window);
H A Dplatform_util_android.cc35 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
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_win.cc210 bool IsWindowActive(gfx::NativeWindow window) { function in namespace:platform_util
/external/chromium/chrome/browser/
H A Dplatform_util.h34 bool IsWindowActive(gfx::NativeWindow window);
H A Dplugin_carbon_interpose_mac.cc67 : IsWindowActive(window);
179 INTERPOSE_FUNCTION(IsWindowActive),
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/fullscreen/
H A Dfullscreen_exit_bubble.h48 virtual bool IsWindowActive() = 0;
H A Dfullscreen_exit_bubble.cc100 if (!IsWindowActive() ||
/external/chromium_org/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.h41 virtual bool IsWindowActive() OVERRIDE;
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.h71 virtual bool IsWindowActive() OVERRIDE;
H A Dhung_renderer_view.cc222 return platform_util::IsWindowActive(frame_view);
252 !platform_util::IsWindowActive(GetWidget()->GetNativeWindow()))
H A Dfullscreen_exit_bubble_views.cc481 bool FullscreenExitBubbleViews::IsWindowActive() { function in class:FullscreenExitBubbleViews
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.h109 void IsWindowActive(int handle, bool* success, bool* is_active);
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 552 milliseconds