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

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc251 SetWindowVisibility(window, false);
293 SetWindowVisibility(window, true);
295 SetWindowVisibility(window, false);
388 SetWindowVisibility(window, should_be_visible);
455 SetWindowVisibility(window, false);
461 SetWindowVisibility(window, false);
519 void MultiUserWindowManagerChromeOS::SetWindowVisibility( function in class:chrome::MultiUserWindowManagerChromeOS
614 SetWindowVisibility(window, false);
/external/chromium_org/android_webview/browser/
H A Din_process_view_renderer.cc726 void InProcessViewRenderer::SetWindowVisibility(bool window_visible) { function in class:android_webview::InProcessViewRenderer
728 "InProcessViewRenderer::SetWindowVisibility",
/external/chromium_org/android_webview/native/
H A Daw_contents.cc732 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) { function in class:android_webview::AwContents
734 browser_view_renderer_->SetWindowVisibility(visible);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_guest.cc463 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) { function in class:content::RenderWidgetHostViewGuest
464 platform_view_->SetWindowVisibility(visible);

Completed in 185 milliseconds