Searched defs:Hide (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/login/
H A Dview_screen.h26 virtual void Hide();
106 void ViewScreen<V>::Hide() { function in class:ViewScreen
H A Duser_image_screen.cc50 void UserImageScreen::Hide() { function in class:chromeos::UserImageScreen
52 ViewScreen<UserImageView>::Hide();
/external/chromium/chrome/browser/chromeos/
H A Dlow_battery_observer.cc22 Hide();
62 Hide();
79 void LowBatteryObserver::Hide() { function in class:chromeos::LowBatteryObserver
80 notification_.Hide();
H A Dwm_overview_controller.cc577 Hide(message.param(1) != 0);
643 void WmOverviewController::Hide(bool cancelled) { function in class:chromeos::WmOverviewController
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc84 void SystemNotification::Hide() { function in class:chromeos::SystemNotification
H A Dnotification_panel.cc410 Hide();
461 void NotificationPanel::Hide() { function in class:chromeos::NotificationPanel
470 container_host_->Hide();
709 Hide();
/external/chromium/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.cc73 &FullscreenExitBubbleGtk::Hide); member in class:FullscreenExitBubbleGtk
81 void FullscreenExitBubbleGtk::Hide() { function in class:FullscreenExitBubbleGtk
H A Dstatus_bubble_gtk.cc123 void StatusBubbleGtk::Hide() { function in class:StatusBubbleGtk
135 this, &StatusBubbleGtk::Hide); member in class:StatusBubbleGtk
H A Dbrowser_toolbar_gtk.cc256 void BrowserToolbarGtk::Hide() { function in class:BrowserToolbarGtk
/external/chromium/chrome/browser/instant/
H A Dpromo_counter.cc59 void PromoCounter::Hide() { function in class:PromoCounter
/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc45 void Hide() { function in class:BubbleWidget
51 views::WidgetWin::Hide();
52 border_widget_->Hide();
141 void BrowserBubble::Hide() { function in class:BrowserBubble
145 pop->Hide();
H A Dbrowser_bubble_gtk.cc49 virtual void Hide() { function in class:__anon2538::BubbleWidget
55 views::WidgetGtk::Hide();
141 void BrowserBubble::Hide() { function in class:BrowserBubble
145 pop->Hide();
H A Ddropdown_bar_host.cc109 void DropdownBarHost::Hide(bool animate) { function in class:DropdownBarHost
114 animation_->Hide();
118 host_->Hide();
181 host_->Hide();
H A Dfind_bar_host.cc94 void FindBarHost::Hide(bool animate) { function in class:FindBarHost
95 DropdownBarHost::Hide(animate);
H A Dfullscreen_exit_bubble.cc177 popup_->Hide();
227 Hide();
237 void FullscreenExitBubble::Hide() { function in class:FullscreenExitBubble
242 size_animation_->Hide();
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar.cc38 void InfoBar::Hide(bool animate) { function in class:InfoBar
41 animation_->Hide();
/external/webkit/Source/WebCore/platform/haiku/
H A DPopupMenuHaiku.cpp143 Hide();
147 virtual void Hide() function in class:WebCore::HaikuPopup
149 BPopUpMenu::Hide();
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_controller_unittest.cc60 virtual void Hide() {} function in class:speech_input::MockSpeechInputBubble
H A Dspeech_input_bubble_gtk.cc50 virtual void Hide();
94 Hide();
186 void SpeechInputBubbleGtk::Hide() { function in class:__anon2282::SpeechInputBubbleGtk
H A Dspeech_input_bubble_views.cc260 virtual void Hide();
301 Hide();
355 void SpeechInputBubbleImpl::Hide() { function in class:__anon2283::SpeechInputBubbleImpl
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.cc71 BookmarkBubbleView::Hide();
122 void BookmarkBubbleView::Hide() { function in class:BookmarkBubbleView
395 // we want the browser to become active. WidgetWin::Hide() does a hide in
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp115 struct Hide { struct in namespace:PR11848
119 Hidden1<Hide> h1;
120 Hidden2<Hide, double, char> h2(1, 2);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc359 Hide();
455 void AutocompletePopupViewGtk::Hide() { function in class:AutocompletePopupViewGtk
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.cc692 void RenderWidgetHostViewGtk::Hide() { function in class:RenderWidgetHostViewGtk
H A Drender_widget_host_view_views.cc254 void RenderWidgetHostViewViews::Hide() { function in class:RenderWidgetHostViewViews

Completed in 752 milliseconds

12