Searched defs:SetWindowVisibility (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc297 SetWindowVisibility(window, false, 0);
458 SetWindowVisibility(window, false, 0);
464 SetWindowVisibility(window, false, 0);
546 SetWindowVisibility(window, true, kTeleportAnimationTimeMS);
548 SetWindowVisibility(window, false, kTeleportAnimationTimeMS);
556 void MultiUserWindowManagerChromeOS::SetWindowVisibility( function in class:chrome::MultiUserWindowManagerChromeOS
661 SetWindowVisibility(window, false, kAnimationTimeMS);
/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.cc455 void BrowserViewRenderer::SetWindowVisibility(bool window_visible) { function in class:android_webview::BrowserViewRenderer
457 "BrowserViewRenderer::SetWindowVisibility",
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc266 void RenderWidgetHostViewChildFrame::SetWindowVisibility(bool visible) { function in class:content::RenderWidgetHostViewChildFrame
H A Drender_widget_host_view_guest.cc408 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) { function in class:content::RenderWidgetHostViewGuest
409 platform_view_->SetWindowVisibility(visible);
/external/chromium_org/android_webview/native/
H A Daw_contents.cc869 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) { function in class:android_webview::AwContents
871 browser_view_renderer_.SetWindowVisibility(visible);

Completed in 2467 milliseconds