Searched refs:Hide (Results 101 - 125 of 422) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dhost_pairing_screen.cc52 void HostPairingScreen::Hide() { function in class:chromeos::HostPairingScreen
54 actor_->Hide();
H A Dnetwork_screen.cc74 void NetworkScreen::Hide() { function in class:chromeos::NetworkScreen
76 actor_->Hide();
H A Dcontroller_pairing_screen.h37 virtual void Hide() OVERRIDE;
H A Dcontroller_pairing_screen_actor.h75 virtual void Hide() = 0;
H A Derror_screen_actor.h62 virtual void Hide() = 0;
H A Dhost_pairing_screen.h33 virtual void Hide() OVERRIDE;
H A Dnetwork_screen.h36 virtual void Hide() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.cc100 void InfoBubble::Hide() { function in class:autofill::InfoBubble
116 widget_->Hide();
H A Dinfo_bubble.h28 void Hide();
H A Dpassword_generation_popup_view_views.h32 virtual void Hide() OVERRIDE;
/external/chromium_org/components/infobars/core/
H A Dinfobar.cc73 void InfoBar::Hide(bool animate) { function in class:infobars::InfoBar
76 animation_.Hide();
/external/chromium_org/mojo/services/native_viewport/
H A Dnative_viewport_impl.cc62 void NativeViewportImpl::Hide() { function in class:mojo::NativeViewportImpl
63 platform_viewport_->Hide();
H A Dplatform_viewport_x11.cc48 virtual void Hide() OVERRIDE {
49 platform_window_->Hide();
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_win.cc69 void WindowTreeHostWin::Hide() { function in class:aura::WindowTreeHostWin
70 window_->Hide();
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc60 void GlowHoverController::Hide() { function in class:views::GlowHoverController
62 animation_.Hide();
/external/chromium_org/ui/views/controls/scrollbar/
H A Doverlay_scroll_bar.cc122 animation_.Hide();
133 animation_.Hide();
/external/chromium_org/ash/wm/
H A Dresize_shadow_controller.cc34 shadow->Hide();
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.h50 virtual void Hide() OVERRIDE;
H A Denrollment_screen_actor.h70 virtual void Hide() = 0;
/external/chromium_org/chrome/browser/ui/android/autofill/
H A Dautofill_dialog_controller_android.h36 virtual void Hide() OVERRIDE;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_view.h32 virtual void Hide() = 0;
H A Dnew_credit_card_bubble_controller.h109 void Hide();
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar.h36 // Hide the find bar. If |animate| is true, we try to slide the find bar
38 virtual void Hide(bool animate) = 0;
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble.h52 virtual void Hide() = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.h40 virtual void Hide() OVERRIDE;

Completed in 472 milliseconds

1234567891011>>