Searched defs:Hide (Results 26 - 50 of 101) sorted by relevance

12345

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_window_controller_impl.cc62 void CandidateWindowControllerImpl::Hide() { function in class:chromeos::input_method::CandidateWindowControllerImpl
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_check_screen.cc83 void AutoEnrollmentCheckScreen::Hide() { function in class:chromeos::AutoEnrollmentCheckScreen
H A Denrollment_screen.cc72 void EnrollmentScreen::Hide() { function in class:chromeos::EnrollmentScreen
73 actor_->Hide();
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dnetwork_screen.cc69 void NetworkScreen::Hide() { function in class:chromeos::NetworkScreen
71 actor_->Hide();
H A Derror_screen.cc38 void ErrorScreen::Hide() { function in class:chromeos::ErrorScreen
40 actor_->Hide();
H A Dupdate_screen.cc299 void UpdateScreen::Hide() { function in class:chromeos::UpdateScreen
301 actor_->Hide();
H A Duser_image_screen.cc323 void UserImageScreen::Hide() { function in class:chromeos::UserImageScreen
326 actor_->Hide();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dnew_credit_card_bubble_views.cc62 void NewCreditCardBubbleViews::Hide() { function in class:autofill::NewCreditCardBubbleViews
H A Dpassword_generation_popup_view_views.cc120 void PasswordGenerationPopupViewViews::Hide() { function in class:autofill::PasswordGenerationPopupViewViews
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Deula_screen_handler.cc105 void EulaScreenHandler::Hide() { function in class:chromeos::EulaScreenHandler
H A Dreset_screen_handler.cc162 void ResetScreenHandler::Hide() { function in class:chromeos::ResetScreenHandler
H A Dupdate_screen_handler.cc83 void UpdateScreenHandler::Hide() { function in class:chromeos::UpdateScreenHandler
H A Dapp_launch_splash_screen_handler.cc116 void AppLaunchSplashScreenHandler::Hide() { function in class:chromeos::AppLaunchSplashScreenHandler
/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_android.cc114 void NativeViewportAndroid::Hide() { function in class:mojo::services::NativeViewportAndroid
/external/chromium_org/mojo/services/view_manager/
H A Dwindow_tree_host_impl.cc76 void WindowTreeHostImpl::Hide() { function in class:mojo::view_manager::service::WindowTreeHostImpl
77 native_viewport_->Hide();
78 window()->Hide();
/external/chromium_org/ui/aura/
H A Dwindow_tree_host_ozone.cc57 void WindowTreeHostOzone::Hide() { NOTIMPLEMENTED(); } function in class:aura::WindowTreeHostOzone
/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/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc241 chromeos::ScreenLocker::Hide();
401 void ScreenLocker::Hide() { function in class:chromeos::ScreenLocker
/external/chromium_org/chrome/browser/download/
H A Ddownload_shelf.cc307 void DownloadShelf::Hide() { function in class:DownloadShelf
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc65 // bubble is showing. Always calling |Hide()| ensures that the bubble closes.
66 Hide();
144 Hide();
235 Hide();
264 void GeneratedCreditCardBubbleController::Hide() { function in class:autofill::GeneratedCreditCardBubbleController
266 bubble_->Hide();
H A Dpassword_generation_popup_controller_impl.cc54 previous->Hide();
118 Hide();
157 Hide();
258 Hide();
261 void PasswordGenerationPopupControllerImpl::Hide() { function in class:autofill::PasswordGenerationPopupControllerImpl
265 view_->Hide();
276 Hide();
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc93 void BookmarkBubbleView::Hide() { function in class:BookmarkBubbleView
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_host.cc108 void DropdownBarHost::Hide(bool animate) { function in class:DropdownBarHost
113 animation_->Hide();
194 host_->Hide();
/external/chromium_org/chrome/browser/ui/views/sync/
H A Done_click_signin_bubble_view.cc90 void OneClickSigninBubbleView::Hide() { function in class:OneClickSigninBubbleView
319 OneClickSigninBubbleView::Hide();
374 Hide();
379 Hide();

Completed in 672 milliseconds

12345