Home
last modified time | relevance | path

Searched refs:SetWindowVisibility (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
Dmulti_user_window_manager_chromeos.cc297 SetWindowVisibility(window, false, 0); in SetWindowOwner()
458 SetWindowVisibility(window, false, 0); in OnWindowVisibilityChanged()
464 SetWindowVisibility(window, false, 0); in OnWindowVisibilityChanged()
546 SetWindowVisibility(window, true, kTeleportAnimationTimeMS); in ShowWindowForUserIntern()
548 SetWindowVisibility(window, false, kTeleportAnimationTimeMS); in ShowWindowForUserIntern()
556 void MultiUserWindowManagerChromeOS::SetWindowVisibility( in SetWindowVisibility() function in chrome::MultiUserWindowManagerChromeOS
661 SetWindowVisibility(window, false, kAnimationTimeMS); in AddTransientOwnerRecursive()
Dmulti_user_window_manager_chromeos.h180 void SetWindowVisibility(aura::Window* window,
Duser_switch_animator_chromeos.cc301 owner_->SetWindowVisibility(window, should_be_visible, duration); in TransitionWindows()
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h153 virtual void SetWindowVisibility(bool visible) = 0;
/external/chromium_org/android_webview/browser/
Dbrowser_view_renderer.h94 void SetWindowVisibility(bool visible);
Dbrowser_view_renderer.cc455 void BrowserViewRenderer::SetWindowVisibility(bool window_visible) { in SetWindowVisibility() function in android_webview::BrowserViewRenderer
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc408 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) { in SetWindowVisibility() function in content::RenderWidgetHostViewGuest
409 platform_view_->SetWindowVisibility(visible); in SetWindowVisibility()
Drender_widget_host_view_guest.h121 virtual void SetWindowVisibility(bool visible) OVERRIDE;
Drender_widget_host_view_child_frame.cc266 void RenderWidgetHostViewChildFrame::SetWindowVisibility(bool visible) { in SetWindowVisibility() function in content::RenderWidgetHostViewChildFrame
Drender_widget_host_view_child_frame.h126 virtual void SetWindowVisibility(bool visible) OVERRIDE;
/external/chromium_org/android_webview/native/
Daw_contents.h105 void SetWindowVisibility(JNIEnv* env, jobject obj, bool visible);
Daw_contents.cc869 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) { in SetWindowVisibility() function in android_webview::AwContents
871 browser_view_renderer_.SetWindowVisibility(visible); in SetWindowVisibility()
/external/chromium_org/content/test/
Dtest_render_view_host.h76 virtual void SetWindowVisibility(bool visible) OVERRIDE {} in SetWindowVisibility() function
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac.h244 virtual void SetWindowVisibility(bool visible) OVERRIDE;
Drender_widget_host_view_mac.mm1533 void RenderWidgetHostViewMac::SetWindowVisibility(bool visible) {
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_controller.mm694 rwhv->SetWindowVisibility(false);
704 rwhv->SetWindowVisibility(true);
716 rwhv->SetWindowVisibility(false);
729 rwhv->SetWindowVisibility(true);