HomeSort by relevance Sort by last modified time
    Searched defs:SetWindowVisibility (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 296 SetWindowVisibility(window, false, 0);
457 SetWindowVisibility(window, false, 0);
463 SetWindowVisibility(window, false, 0);
545 SetWindowVisibility(window, true, kTeleportAnimationTimeMS);
547 SetWindowVisibility(window, false, kTeleportAnimationTimeMS);
555 void MultiUserWindowManagerChromeOS::SetWindowVisibility(
660 SetWindowVisibility(window, false, kAnimationTimeMS);
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.cc 259 void RenderWidgetHostViewChildFrame::SetWindowVisibility(bool visible) {
render_widget_host_view_guest.cc 391 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) {
392 platform_view_->SetWindowVisibility(visible);
  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 418 void BrowserViewRenderer::SetWindowVisibility(bool window_visible) {
420 "BrowserViewRenderer::SetWindowVisibility",
  /external/chromium_org/android_webview/native/
aw_contents.cc 860 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) {
862 browser_view_renderer_.SetWindowVisibility(visible);
    [all...]

Completed in 430 milliseconds