Searched refs:Hide (Results 1 - 25 of 108) sorted by relevance

12345

/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 Dupdate_observer.cc21 notification_.Hide();
H A Dlow_battery_observer.h31 void Hide();
H A Dnetwork_message_observer.cc62 notification_connection_error_.Hide();
63 notification_low_data_.Hide();
64 notification_no_data_.Hide();
101 notification_low_data_.Hide();
102 notification_no_data_.Hide();
136 notification_low_data_.Hide(); // Hide previous low data notification.
234 // Hide if already shown to force show it in case user has closed it.
236 notification_connection_error_.Hide();
303 notification_connection_error_.Hide();
[all...]
/external/chromium/chrome/browser/instant/
H A Dinstant_confirm_dialog.cc30 promo_counter->Hide();
H A Dpromo_counter_unittest.cc45 // Makes sure invoking Hide make ShouldShow return false.
46 TEST_F(PromoCounterTest, Hide) {
53 counter.Hide();
64 // Same as Hide, but invokes ShouldShow first.
73 counter.Hide();
H A Dpromo_counter.h25 // runs Chrome for |max_days|, or |Hide| is invoked.
41 void Hide();
/external/chromium/chrome/browser/ui/
H A Dstatus_bubble.h32 // with an empty string, or call Hide().
37 // the Hide() method is called. languages is the value of Accept-Language
44 virtual void Hide() = 0;
/external/chromium/chrome/browser/ui/views/
H A Ddom_view_browsertest.cc40 one->Hide();
62 one->Hide();
81 one->Hide();
90 two->Hide();
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:__anon2125::BubbleWidget
55 views::WidgetGtk::Hide();
141 void BrowserBubble::Hide() { function in class:BrowserBubble
145 pop->Hide();
H A Dbrowser_bubble.cc91 Hide();
100 Hide();
/external/chromium/chrome/browser/speech/
H A Dspeech_input_bubble_browsertest.cc43 bubble->Hide();
52 bubble->Hide();
54 bubble->Hide();
/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc34 MOCK_METHOD0(Hide, void());
57 EXPECT_CALL(*mock_var, Hide()).Times(0);
151 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
156 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
164 EXPECT_CALL(*mock_update_screen_, Hide()).Times(0);
177 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
181 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
189 EXPECT_CALL(*mock_update_screen_, Hide()).Times(0);
191 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(0); // last transition
202 EXPECT_CALL(*mock_network_screen_, Hide())
[all...]
H A Duser_image_screen.h28 virtual void Hide();
H A Dwizard_screen.h45 virtual void Hide() = 0;
H A Dscreen_locker_browsertest.cc134 ScreenLocker::Hide();
217 ScreenLocker::Hide();
249 ScreenLocker::Hide();
296 ScreenLocker::Hide();
320 ScreenLocker::Hide();
H A Duser_image_screen.cc50 void UserImageScreen::Hide() { function in class:chromeos::UserImageScreen
52 ViewScreen<UserImageView>::Hide();
H A Dview_screen.h26 virtual void Hide();
106 void ViewScreen<V>::Hide() { function in class:ViewScreen
/external/chromium/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.h32 // Hide the exit bubble.
33 void Hide();
H A Dfullscreen_exit_bubble_gtk.cc73 &FullscreenExitBubbleGtk::Hide); member in class:FullscreenExitBubbleGtk
81 void FullscreenExitBubbleGtk::Hide() { function in class:FullscreenExitBubbleGtk
H A Dslide_animator_gtk.cc89 animation_->Hide();
98 animation_->Hide();
/external/clang/test/SemaTemplate/
H A Dalias-templates.cpp88 Hidden1(typename T::template U<Ts> ...ts); // expected-error{{type 'typename Hide::U<Ts>' (aka 'int') of function parameter pack does not contain any unexpanded parameter packs}}
96 struct Hide { struct in namespace:PR11848
100 Hidden1<Hide> h1; // expected-note{{in instantiation of template class 'PR11848::Hidden1<PR11848::Hide>' requested here}}
101 Hidden2<Hide, double, char> h2(1, 2);
/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/ui/find_bar/
H A Dfind_bar.h33 // Hide the find bar. If |animate| is true, we try to slide the find bar
35 virtual void Hide(bool animate) = 0;

Completed in 3040 milliseconds

12345