Home
last modified time | relevance | path

Searched refs:IsWindowActive (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/
Dplatform_util_aura.cc24 bool IsWindowActive(gfx::NativeWindow window) { in IsWindowActive() function
Dplatform_util_android.cc35 bool IsWindowActive(gfx::NativeWindow window) { in IsWindowActive() function
Dplatform_util.h44 bool IsWindowActive(gfx::NativeWindow window);
Dplatform_util_win.cc203 bool IsWindowActive(gfx::NativeWindow window) { in IsWindowActive() function
Dplatform_util_mac.mm141 bool IsWindowActive(gfx::NativeWindow window) {
/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_exit_bubble.h48 virtual bool IsWindowActive() = 0;
Dfullscreen_exit_bubble.cc100 if (!IsWindowActive() || in CheckMousePosition()
/external/chromium_org/chrome/browser/ui/views/
Dfullscreen_exit_bubble_views.h71 virtual bool IsWindowActive() OVERRIDE;
Dhung_renderer_view.cc199 return platform_util::IsWindowActive(frame_view); in IsFrameActive()
232 !platform_util::IsWindowActive(GetWidget()->GetNativeWindow())) in ShowForWebContents()
Dfullscreen_exit_bubble_views.cc480 bool FullscreenExitBubbleViews::IsWindowActive() { in IsWindowActive() function in FullscreenExitBubbleViews