Searched refs:Hide (Results 126 - 150 of 422) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Deula_screen_handler.h36 virtual void Hide() OVERRIDE;
H A Dhost_pairing_screen_handler.cc91 void HostPairingScreenHandler::Hide() { function in class:chromeos::HostPairingScreenHandler
H A Dreset_screen_handler.h32 virtual void Hide() OVERRIDE;
H A Dterms_of_service_screen_handler.h35 virtual void Hide() OVERRIDE;
H A Dupdate_screen_handler.h31 virtual void Hide() OVERRIDE;
H A Duser_image_screen_handler.h39 virtual void Hide() OVERRIDE;
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.h33 virtual void Hide() OVERRIDE;
H A Dplatform_viewport_android.h43 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_mac.h36 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/gfx/animation/
H A Dslide_animation.cc63 void SlideAnimation::Hide() { function in class:gfx::SlideAnimation
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window.h36 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/ozone/platform/test/
H A Dtest_window.cc50 void TestWindow::Hide() { function in class:ui::TestWindow
H A Dtest_window.h32 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/platform_window/x11/
H A Dx11_window.h33 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/views/corewm/
H A Dtooltip_aura.h56 virtual void Hide() OVERRIDE;
/external/chromium_org/ui/wm/core/
H A Dvisibility_controller_unittest.cc50 window->Hide();
H A Dwindow_animations_unittest.cc62 // Layer target visibility changes according to Show/Hide.
65 window->Hide();
74 // Since the window is not visible after Hide() is called, opacity and
81 // Layer target visibility and opacity change according to Show/Hide.
87 window->Hide();
101 // enabled. Hide animation changes opacity and transform in addition to
108 // Layer target visibility and opacity change according to Show/Hide.
115 window->Hide();
147 animating_window->Hide();
153 // Make sure the Hide animatio
[all...]
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc153 Hide();
175 Hide();
189 void MultiWindowResizeController::Hide() { function in class:ash::MultiWindowResizeController
216 Hide();
221 // Have to explicitly reset the WindowResizer, otherwise Hide() does nothing.
223 Hide();
367 this, &MultiWindowResizeController::Hide);
375 Hide();
465 Hide();
482 Hide();
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc109 MOCK_METHOD0(Hide, void());
112 AutofillPopupControllerImpl::Hide();
262 EXPECT_CALL(*autofill_popup_controller_, Hide());
282 EXPECT_CALL(*autofill_popup_controller_, Hide());
422 EXPECT_CALL(*autofill_popup_controller_, Hide());
439 controller->Hide();
454 controller->Hide();
459 EXPECT_CALL(*test_controller, Hide());
474 controller3->Hide();
476 // Hide th
[all...]
H A Dautofill_popup_controller_impl.cc87 previous->Hide();
170 Hide();
210 Hide();
235 void AutofillPopupControllerImpl::Hide() { function in class:autofill::AutofillPopupControllerImpl
241 view_->Hide();
250 Hide();
269 Hide();
497 Hide();
H A Dchrome_autofill_client.cc163 popup_controller_->Hide();
180 dialog_controller_->Hide();
/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc53 widget_->Hide();
74 widget_->Hide();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.cc48 void ErrorScreen::Hide() { function in class:chromeos::ErrorScreen
50 actor_->Hide();
/external/chromium_org/extensions/shell/browser/
H A Dshell_native_app_window.cc86 void ShellNativeAppWindow::Hide() { function in class:extensions::ShellNativeAppWindow
87 GetWindow()->Hide();
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_proxy.cc141 container->Hide();
142 GetKeyboardWindow()->Hide();

Completed in 1041 milliseconds

1234567891011>>