Searched refs:Hide (Results 26 - 50 of 108) sorted by relevance

12345

/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar.cc38 void InfoBar::Hide(bool animate) { function in class:InfoBar
41 animation_->Hide();
H A Dinfobar.h45 void Hide(bool animate);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.h54 // Hide will dismiss the notification, if the notification is already
56 void Hide();
H A Dsystem_notification.cc84 void SystemNotification::Hide() { function in class:chromeos::SystemNotification
H A Dnotification_panel.h89 void Hide();
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.h116 // Hide the snapshot windows. When |cancelled| is true, then the
119 void Hide(bool cancelled);
/external/chromium/chrome/browser/ui/cocoa/find_bar/
H A Dfind_bar_bridge.h55 virtual void Hide(bool animate);
/external/chromium/chrome/browser/ui/views/
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 Dfullscreen_exit_bubble.cc177 popup_->Hide();
227 Hide();
237 void FullscreenExitBubble::Hide() { function in class:FullscreenExitBubble
242 size_animation_->Hide();
H A Dfullscreen_exit_bubble.h62 void Hide();
H A Dstatus_bubble_views.h60 virtual void Hide();
H A Dbrowser_bubble.h75 virtual void Hide();
H A Dfind_bar_host.h53 virtual void Hide(bool animate);
H A Dstatus_bubble_views.cc127 // Hide the bubble instantly.
128 void Hide();
204 void StatusBubbleViews::StatusView::Hide() { function in class:StatusBubbleViews::StatusView
209 popup_->Hide();
325 popup_->Hide();
679 void StatusBubbleViews::Hide() { function in class:StatusBubbleViews
683 view_->Hide();
/external/webkit/Source/WebCore/platform/haiku/
H A DWidgetHaiku.cpp118 platformWidget()->Hide();
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp74 widget->Hide();
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.cc48 find_bar_->Hide(true);
76 // Hide any visible find window from the previous tab if NULL |tab_contents|
80 find_bar_->Hide(false);
/external/chromium/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h41 virtual void Hide();
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h48 virtual void Hide();
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bubble_view.h48 static void Hide();
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc125 browser_view_->GetStatusBubble()->Hide();
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_gtk.cc50 virtual void Hide();
94 Hide();
186 void SpeechInputBubbleGtk::Hide() { function in class:__anon1869::SpeechInputBubbleGtk
H A Dspeech_input_bubble_views.cc260 virtual void Hide();
301 Hide();
355 void SpeechInputBubbleImpl::Hide() { function in class:__anon1870::SpeechInputBubbleImpl
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.h128 // Hide the screen locker.
129 static void Hide();
/external/chromium/chrome/browser/instant/
H A Dpromo_counter.cc59 void PromoCounter::Hide() { function in class:PromoCounter

Completed in 378 milliseconds

12345