/external/chromium_org/chrome/browser/ui/ash/multi_user/ |
D | multi_user_window_manager_chromeos.cc | 297 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()
|
D | multi_user_window_manager_chromeos.h | 180 void SetWindowVisibility(aura::Window* window,
|
D | user_switch_animator_chromeos.cc | 301 owner_->SetWindowVisibility(window, should_be_visible, duration); in TransitionWindows()
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 153 virtual void SetWindowVisibility(bool visible) = 0;
|
/external/chromium_org/android_webview/browser/ |
D | browser_view_renderer.h | 94 void SetWindowVisibility(bool visible);
|
D | browser_view_renderer.cc | 455 void BrowserViewRenderer::SetWindowVisibility(bool window_visible) { in SetWindowVisibility() function in android_webview::BrowserViewRenderer
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.cc | 408 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) { in SetWindowVisibility() function in content::RenderWidgetHostViewGuest 409 platform_view_->SetWindowVisibility(visible); in SetWindowVisibility()
|
D | render_widget_host_view_guest.h | 121 virtual void SetWindowVisibility(bool visible) OVERRIDE;
|
D | render_widget_host_view_child_frame.cc | 266 void RenderWidgetHostViewChildFrame::SetWindowVisibility(bool visible) { in SetWindowVisibility() function in content::RenderWidgetHostViewChildFrame
|
D | render_widget_host_view_child_frame.h | 126 virtual void SetWindowVisibility(bool visible) OVERRIDE;
|
/external/chromium_org/android_webview/native/ |
D | aw_contents.h | 105 void SetWindowVisibility(JNIEnv* env, jobject obj, bool visible);
|
D | aw_contents.cc | 869 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/ |
D | test_render_view_host.h | 76 virtual void SetWindowVisibility(bool visible) OVERRIDE {} in SetWindowVisibility() function
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac.h | 244 virtual void SetWindowVisibility(bool visible) OVERRIDE;
|
D | render_widget_host_view_mac.mm | 1533 void RenderWidgetHostViewMac::SetWindowVisibility(bool visible) {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_controller.mm | 694 rwhv->SetWindowVisibility(false); 704 rwhv->SetWindowVisibility(true); 716 rwhv->SetWindowVisibility(false); 729 rwhv->SetWindowVisibility(true);
|