Searched refs:dialog (Results 176 - 200 of 259) sorted by relevance

1234567891011

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DJavascriptAppModalDialog.java74 // Cache the native dialog pointer so that we can use it to return the response.
92 public void onCancel(DialogInterface dialog) {
109 public void onClick(DialogInterface dialog, int which) { argument
118 Log.e(TAG, "Unexpected button pressed in dialog: " + which);
129 * Returns the currently showing dialog, null if none is showing.
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc68 void SetActiveDialog(chromeos::NetworkConfigView* dialog) { argument
69 *(GetActiveDialogPointer()) = dialog;
173 // Do not attempt login if it is guaranteed to fail, keep the dialog open.
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.css21 .dialog-body {
/external/chromium_org/chrome/browser/ui/views/sync/
H A Dprofile_signin_confirmation_dialog_views.cc73 ProfileSigninConfirmationDialogViews* dialog = local
78 // This callback is guaranteed to be invoked, and once it is, the dialog
81 base::Unretained(dialog)));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DWindowFeatures.cpp45 , dialog(false)
170 , dialog(true)
181 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print
182 // - help: boolFeature(features, "help", true), makes help icon appear in dialog (what does it do on Windows?)
185 width = floatFeature(features, "dialogwidth", 100, screenAvailableRect.width(), 620); // default here came from frame size of dialog in MacIE
186 height = floatFeature(features, "dialogheight", 100, screenAvailableRect.height(), 450); // default here came from frame size of dialog in MacIE
H A DCreateWindow.cpp48 ASSERT(!features.dialog || request.frameName().isEmpty());
H A DChrome.cpp159 static bool canRunModalIfDuringPageDismissal(Page* page, ChromeClient::DialogType dialog, const String& message) argument
164 return page->chrome().client()->shouldRunModalDialogDuringPageDismissal(dialog, message, dismissal);
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
H A DSendActivity.java117 public void onClick(DialogInterface dialog, int choice) {
118 dialog.dismiss();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformancesView.java245 DirectoryDialog dialog = new DirectoryDialog(getSite().getShell(), SWT.OPEN);
246 dialog.setText(getTitleToolTip());
247 dialog.setMessage(msg);
249 dialog.setFilterPath(filter);
251 String path = dialog.open();
H A DPerformanceResultsPreferencePage.java436 * @return The dialog title
457 DirectoryDialog dialog = new DirectoryDialog(getShell(), SWT.OPEN);
458 dialog.setText(getDialogTitle());
459 dialog.setMessage("Select local database directory:");
460 dialog.setFilterPath(location);
461 String path = dialog.open();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jar ... eclipse/jface/ org/eclipse/jface/databinding/ org/eclipse/jface/databinding/dialog/ org/eclipse/jface/databinding/dialog/DialogPageSupport$1.class
/external/chromium_org/chrome/browser/
H A Dunload_browsertest.cc181 AppModalDialog* dialog = ui_test_utils::WaitForAppModalDialog(); local
182 ASSERT_TRUE(dialog->IsJavaScriptModalDialog());
184 static_cast<JavaScriptAppModalDialog*>(dialog);
261 // OK in the beforeunload confirm dialog.
274 // CANCEL in the beforeunload confirm dialog.
282 // won't put up the beforeunload dialog because it's waiting for an ack from
307 // Tests closing the browser and clicking OK in the beforeunload confirm dialog
/external/chromium/chrome/browser/ui/gtk/
H A Dhtml_dialog_gtk.cc108 // if it's a dialog we know about, we trust it not to be mean to the user.
120 // close the dialog.
169 void HtmlDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
/external/chromium/chrome/browser/ui/
H A Dinput_window_dialog_gtk.cc18 // Creates a dialog. Takes ownership of |delegate|.
36 // The underlying gtk dialog window.
113 void InputWindowDialogGtk::OnResponse(GtkWidget* dialog, int response_id) { argument
127 // Return true to prevent the gtk dialog from being destroyed. Close will
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcrypto_module_password_dialog_gtk.cc21 // TODO(mattm): change into a constrained dialog.
133 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog, argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimePickerDialog.java59 * @param context The context the dialog is to run in.
61 * @param year The initial year of the dialog.
62 * @param monthOfYear The initial month of the dialog.
63 * @param dayOfMonth The initial day of the dialog.
104 public void onClick(DialogInterface dialog, int which) { argument
121 // Dismissing a dialog (by pressing back for example)
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py409 """ Calls the dialog box for adding a segment """
456 """ Calls the dialog box for updating a segment """
631 """ Calls a dialog box to add an event to the current segment """
686 """ Calls the dialog box to update the current event """
843 """ Calls a dialog box to get a jet config file to open """
863 """ Calls a dialog box to allow saving the current jet file as another name """
865 dialog = wx.FileDialog(None, JetDefs.SAVE_PROMPT, defDir, "", JetDefs.JTC_FILE_SPEC, wx.SAVE | wx.OVERWRITE_PROMPT )
866 if dialog.ShowModal() == wx.ID_OK:
867 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, JetDefs.JTC_FILE_SPEC, str(FileJustPath(dialog.GetPath())))
868 self.currentJetConfigFile = FileJustRoot(dialog
[all...]
/external/chromium/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc43 TryChromeDialogView dialog(version);
44 return dialog.ShowModal(process_singleton);
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc26 // Size of extension icon in top left of dialog.
30 // elements in the right column of the dialog in the case where the extension
34 // Width of the right column of the dialog when the extension requests no
63 // Implements the extension installation dialog for TOOLKIT_VIEWS.
111 // The width of the right column of the dialog. Will be either
116 // The type of install dialog, which must be INSTALL_PROMPT or
340 ExtensionInstallDialogView* dialog = new ExtensionInstallDialogView( local
344 browser_window->GetNativeHandle(), gfx::Rect(), dialog);
/external/chromium_org/chrome/browser/ui/webui/
H A Dset_as_default_browser_ui.cc57 // DECLINED: user simply closed the dialog without making Chrome default.
171 // Otherwise, keep the dialog open since the user probably didn't make a
213 // A web dialog delegate implementation for when 'Make Chrome Metro' UI
214 // is displayed on a dialog.
221 // Show a modal web dialog with kChromeUIMetroFlowURL page.
249 // The method is static because the dialog could be destroyed
283 // Use a NULL parent window to make sure that the dialog will have an item
285 // dialog is not in the foreground.
347 // dialog the actual browser window had to remain hidden. Now it's time to
417 SetAsDefaultBrowserDialogImpl* dialog local
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp927 int dialog = static_cast<int>(dialogType); local
928 ASSERT_WITH_SECURITY_IMPLICATION(0 <= dialog && dialog < static_cast<int>(arraysize(kDialogs)));
934 WebKit::Platform::current()->histogramEnumeration("Renderer.ModalDialogsDuringPageDismissal", dismissal * arraysize(kDialogs) + dialog, arraysize(kDialogs) * arraysize(kDismissals));
936 String message = String("Blocked ") + kDialogs[dialog] + "('" + dialogMessage + "') during " + kDismissals[dismissal] + ".";
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc255 void LoginHandler::SetDialog(ConstrainedWindow* dialog) { argument
256 dialog_ = dialog;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwebui_login_view.cc317 ProxySettingsDialog* dialog = local
319 dialog->Show();
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.cc64 TryChromeDialogView dialog(flavor);
65 return dialog.ShowModal(listener);
259 // The dialog needs a "Don't bug me" as a button or as a radio button,
/external/chromium_org/remoting/webapp/
H A Dclient_plugin_async.js642 // Center the plugin just underneath the "Connnecting..." dialog.
644 var dialog = document.getElementById('client-dialog');
645 var dialogRect = dialog.getBoundingClientRect();

Completed in 934 milliseconds

1234567891011