Home | History | Annotate | Download | only in browser

Lines Matching full:dialog

253     // Container class for the next error dialog that needs to be displayed
303 // Show the dialog now if the queue was empty and it is in foreground
417 * Show a dialog informing the user of the network error reported by
451 + "while dialog is still up");
462 public void onClick(DialogInterface dialog,
472 public void onClick(DialogInterface dialog,
481 public void onCancel(DialogInterface dialog) {
504 * Displays SSL error(s) dialog to the user.
522 public void onClick(DialogInterface dialog,
531 public void onClick(DialogInterface dialog,
540 public void onClick(DialogInterface dialog,
542 dialog.cancel();
548 public void onCancel(DialogInterface dialog) {
693 private void createWindow(final boolean dialog, final Message msg) {
696 if (dialog) {
709 public boolean onCreateWindow(WebView view, final boolean dialog,
716 if (dialog && mSubView != null) {
736 createWindow(dialog, resultMsg);
745 createWindow(dialog, resultMsg);
757 // Build a confirmation dialog to display to the user.
767 // Show the confirmation dialog.
1019 public void onClick(DialogInterface dialog, int id) {
1061 // find or select dialog.
1126 public boolean onCreateWindow(WebView view, boolean dialog,
1128 return mClient.onCreateWindow(view, dialog, userGesture, resultMsg);
1483 // Show the pending error dialog if the queue is not empty