HomeSort by relevance Sort by last modified time
    Searched refs:NotifyClick (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_button.cc 23 Button::NotifyClick(event);
48 Button::NotifyClick(event);
bitmap_scroll_bar.cc 53 repeater_(base::Bind(&AutorepeatButton::NotifyClick,
60 Button::NotifyClick(event);
74 void NotifyClick() {
83 Button::NotifyClick(event);
  /external/chromium_org/ui/views/controls/button/
radio_button.h 31 virtual void NotifyClick(const ui::Event& event) OVERRIDE;
radio_button.cc 127 LabelButton::NotifyClick(event);
130 void RadioButton::NotifyClick(const ui::Event& event) {
136 LabelButton::NotifyClick(event);
button.cc 54 void Button::NotifyClick(const ui::Event& event) {
button.h 68 virtual void NotifyClick(const ui::Event& event);
checkbox.h 51 virtual void NotifyClick(const ui::Event& event) OVERRIDE;
custom_button.cc 159 NotifyClick(event);
198 // TODO(beng): remove once NotifyClick takes ui::Event.
203 NotifyClick(synthetic_event);
215 // TODO(beng): remove once NotifyClick takes ui::Event.
220 NotifyClick(synthetic_event);
237 NotifyClick(*event);
259 // TODO(beng): remove once NotifyClick takes ui::Event.
264 NotifyClick(synthetic_event);
checkbox.cc 131 void Checkbox::NotifyClick(const ui::Event& event) {
133 LabelButton::NotifyClick(event);
  /external/chromium_org/chrome/browser/ui/views/
new_avatar_menu_button_browsertest.cc 87 button->NotifyClick(mouse_ev);
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button.cc 108 NotifyClick(*event);
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 161 void NotifyClick(const views::Event& event) {
188 views::TextButton::NotifyClick(event);
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 399 CustomButton::NotifyClick(event);

Completed in 138 milliseconds