Searched refs:buttons_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dpage_switcher.cc122 buttons_(new views::View) {
123 AddChildView(buttons_);
135 if (!buttons_->bounds().Contains(point))
139 views::View::ConvertPointToTarget(this, buttons_, &buttons_point);
141 for (int i = 0; i < buttons_->child_count(); ++i) {
142 const views::View* button = buttons_->child_at(i);
153 const int button_count = buttons_->child_count();
156 static_cast<PageSwitcherButton*>(buttons_->child_at(page));
163 static_cast<PageSwitcherButton*>(buttons_->child_at(i));
171 return gfx::Size(buttons_
[all...]
H A Dpage_switcher.h54 views::View* buttons_; // Owned by views hierarchy. member in class:app_list::PageSwitcher
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_alert.h22 base::scoped_nsobject<NSMutableArray> buttons_; variable
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_actions_controller.h51 base::scoped_nsobject<NSMutableDictionary> buttons_; variable
/external/chromium_org/mojo/examples/media_viewer/
H A Dmedia_viewer.cc137 ControlPanel(Delegate* delegate) : delegate_(delegate), buttons_() {}
156 buttons_[type] = button;
176 if (sender == buttons_[i]) {
184 views::Button* buttons_[CONTROL_COUNT]; member in class:mojo::examples::ControlPanel
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dsuggest_apps_dialog.js62 this.buttons_ = this.document_.createElement('div');
63 this.buttons_.id = 'buttons';
64 this.frame_.appendChild(this.buttons_);
71 this.buttons_.appendChild(this.webstoreButton_);
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc518 for (std::set<NotifierButton*>::iterator iter = buttons_.begin();
519 iter != buttons_.end();
541 buttons_.clear();
610 buttons_.insert(button);
676 buttons_.find(static_cast<NotifierButton*>(sender));
678 if (iter == buttons_.end())
H A Dnotifier_settings_view.h118 std::set<NotifierButton*> buttons_; member in class:message_center::NotifierSettingsView
H A Dnotifier_settings_view_unittest.cc103 GetView()->buttons_;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_controller.h66 base::scoped_nsobject<NSMutableArray> buttons_; variable
H A Dbookmark_bar_controller.h188 base::scoped_nsobject<NSMutableArray> buttons_; variable
255 // [buttons_ count] isn't a definitive check.

Completed in 291 milliseconds