Searched refs:okButton_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dconflict_dialog.js64 var buttons = this.okButton_.parentNode;
65 buttons.insertBefore(this.applyAllCheckbox_, this.okButton_);
66 buttons.insertBefore(applyAllLabel, this.okButton_);
67 buttons.replaceChild(this.keepBothButton_, this.okButton_);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dconfirm_bubble_cocoa.h43 base::scoped_nsobject<NSButton> okButton_; variable
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_confirmation_view_controller.h23 base::scoped_nsobject<NSButton> okButton_; variable
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_name_folder_controller.h23 IBOutlet NSButton* okButton_; variable
H A Dbookmark_editor_base_controller.h28 IBOutlet NSButton* okButton_; // Used for unit testing only. variable
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Ddialogs.js75 this.okButton_ = doc.createElement('button');
76 this.okButton_.className = 'cr-dialog-ok';
77 this.okButton_.textContent = BaseDialog.OK_LABEL;
78 this.okButton_.addEventListener('click', this.onOkClick_.bind(this));
79 this.buttons.appendChild(this.okButton_);
88 this.initialFocusElement_ = this.okButton_;
128 this.okButton_.textContent = label;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_controller.h32 IBOutlet NSButton* okButton_; member in namespace:NSViewController
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
H A Dprofile_signin_confirmation_view_controller.h48 base::scoped_nsobject<ConstrainedWindowButton> okButton_; member in namespace:NSViewController
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dshare_dialog.js126 this.okButton_.hidden = true;
163 this.okButton_.hidden = false;
H A Dfile_selection.js161 this.okButton_ = fileManager.okButton_;
306 this.okButton_.disabled = !selectable;
H A Dfile_manager.js317 this.okButton_ = null;
1256 this.okButton_ = this.ui_.okButton;
1375 this.okButton_.addEventListener('click', this.onOk_.bind(this));
2599 if (!this.okButton_.disabled) {
3091 this.okButton_.click();
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dextension_install_view_controller.h31 IBOutlet NSButton* okButton_; member in namespace:NSViewController

Completed in 387 milliseconds