HomeSort by relevance Sort by last modified time
    Searched refs:Hide (Results 1 - 25 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/input_method/
delayable_widget.cc 32 void DelayableWidget::Hide() {
34 views::Widget::Hide();
42 &DelayableWidget::Hide);
candidate_window_controller.h 36 virtual void Hide() = 0;
delayable_widget.h 14 // This class implements widget which can show/hide with given delay.
29 void Hide();
hidable_area.h 28 void Hide();
mock_candidate_window_controller.h 24 virtual void Hide() OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 22 Hide();
50 // Edges: hide: is visible_ to !visible_ triggered if we transition
55 // update: is visible_ to _visible triggered when we didn't hide
62 Hide();
79 void LowBatteryObserver::Hide() {
80 notification_.Hide();
low_battery_observer.h 31 void Hide();
update_observer.cc 21 notification_.Hide();
  /external/chromium_org/chrome/browser/chromeos/login/screens/
kiosk_autostart_screen_actor.h 33 virtual void Hide() = 0;
reset_screen_actor.h 33 virtual void Hide() = 0;
wrong_hwid_screen_actor.h 33 virtual void Hide() = 0;
eula_screen_actor.h 48 virtual void Hide() = 0;
network_screen_actor.h 35 virtual void Hide() = 0;
terms_of_service_screen_actor.h 39 virtual void Hide() = 0;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list.h 18 virtual void Hide() = 0;
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_view.h 28 virtual void Hide() = 0;
new_credit_card_bubble_view.h 28 virtual void Hide() = 0;
autofill_popup_view.h 49 virtual void Hide() = 0;
  /external/chromium/chrome/browser/ui/
status_bubble.h 31 // status text. To hide the status bubble again, either call SetStatus
32 // with an empty string, or call Hide().
37 // the Hide() method is called. languages is the value of Accept-Language
43 // Skip the fade and instant-hide the bubble.
44 virtual void Hide() = 0;
  /external/chromium_org/chrome/browser/ui/
status_bubble.h 32 // status text. To hide the status bubble again, either call SetStatus
33 // with an empty string, or call Hide().
38 // the Hide() method is called. languages is the value of Accept-Language
42 // Skip the fade and instant-hide the bubble.
43 virtual void Hide() = 0;
  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view_win.h 21 void Hide(content::WebContents* contents);
  /external/chromium_org/chrome/test/base/
interactive_test_utils_aura.cc 23 window->Hide();
  /external/chromium_org/chrome_frame/infobars/
infobar_manager.h 44 virtual void Hide(InfobarType type) = 0;
  /external/chromium_org/ui/gfx/animation/
throb_animation.cc 31 SlideAnimation::Hide();
51 void ThrobAnimation::Hide() {
53 SlideAnimation::Hide();
69 SlideAnimation::Hide();
  /external/chromium_org/ui/views/corewm/
tooltip.h 37 virtual void Hide() = 0;

Completed in 297 milliseconds

1 2 3 4 5 6 7 8 91011>>