Searched refs:IsWindowActive (Results 1 - 9 of 9) 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_win.cc223 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.cc101 if (!IsWindowActive() ||
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.h71 virtual bool IsWindowActive() OVERRIDE;
H A Dhung_renderer_view.cc194 return platform_util::IsWindowActive(frame_view);
227 !platform_util::IsWindowActive(GetWidget()->GetNativeWindow()))
H A Dfullscreen_exit_bubble_views.cc480 bool FullscreenExitBubbleViews::IsWindowActive() { function in class:FullscreenExitBubbleViews

Completed in 4190 milliseconds