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

  /external/chromium_org/content/public/browser/
render_widget_host_view.h 150 virtual void SetWindowVisibility(bool visible) = 0;
  /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);
multi_user_window_manager_chromeos.h 47 // If it becomes necessary, the function |SetWindowVisibility| can be
180 void SetWindowVisibility(aura::Window* window,
user_switch_animator_chromeos.cc 271 owner_->SetWindowVisibility(window, should_be_visible, duration);
  /external/chromium_org/android_webview/browser/
browser_view_renderer.h 94 void SetWindowVisibility(bool visible);
browser_view_renderer.cc 418 void BrowserViewRenderer::SetWindowVisibility(bool window_visible) {
420 "BrowserViewRenderer::SetWindowVisibility",
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 127 virtual void SetWindowVisibility(bool visible) OVERRIDE;
render_widget_host_view_guest.h 117 virtual void SetWindowVisibility(bool visible) OVERRIDE;
render_widget_host_view_guest.cc 391 void RenderWidgetHostViewGuest::SetWindowVisibility(bool visible) {
392 platform_view_->SetWindowVisibility(visible);
render_widget_host_view_child_frame.cc 259 void RenderWidgetHostViewChildFrame::SetWindowVisibility(bool visible) {
  /external/chromium_org/content/test/
test_render_view_host.h 77 virtual void SetWindowVisibility(bool visible) OVERRIDE {}
  /external/chromium_org/android_webview/native/
aw_contents.h 105 void SetWindowVisibility(JNIEnv* env, jobject obj, bool visible);
aw_contents.cc 860 void AwContents::SetWindowVisibility(JNIEnv* env, jobject obj, bool visible) {
862 browser_view_renderer_.SetWindowVisibility(visible);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac.h 255 virtual void SetWindowVisibility(bool visible) OVERRIDE;

Completed in 282 milliseconds