Lines Matching full:dialog
11 // The DOM element from the dialog which should receive focus when the
12 // dialog is first displayed.
39 this.container_.className = 'cr-dialog-container';
43 this.shield_.className = 'cr-dialog-shield';
49 this.frame_.className = 'cr-dialog-frame';
54 this.title_.className = 'cr-dialog-title';
58 this.closeButton_.className = 'cr-dialog-close';
64 this.text_.className = 'cr-dialog-text';
68 buttons.className = 'cr-dialog-buttons';
72 this.okButton_.className = 'cr-dialog-ok';
78 this.cancelButton_.className = 'cr-dialog-cancel';
165 // Make all outside nodes unfocusable while the dialog is active.
224 // Wait until the transition is done before removing the dialog.