Home | History | Annotate | Download | only in extensions

Lines Matching defs:dialog

21   'dialog': {
95 var WARNING_MSG_DIALOG_BLOCKED = '<webview>: %1 %2 dialog was blocked.';
126 'An action has already been taken for this "dialog" event.';
134 var dialog = {
146 webviewEvent.dialog = dialog;
154 // Tell the JavaScript garbage collector to track lifetime of |dialog| and
155 // call back when the dialog object has been collected.
161 browserPluginNode['-internal-trackObjectLifetime'](dialog, requestId);
164 // The default action is equivalent to canceling the dialog.