Searched refs:dialog (Results 76 - 100 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_uninstall_dialog_view_browsertest.cc66 scoped_ptr<extensions::ExtensionUninstallDialog> dialog(
73 dialog->ConfirmUninstall(extension.get());
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_apitest.cc65 void OnDialogShown(chromeos::EchoDialogView* dialog) { argument
69 EXPECT_EQ(expected_dialog_buttons_, dialog->GetDialogButtons());
71 // Don't accept the dialog if the dialog buttons don't match expectation.
72 // Accepting a dialog which should not have accept option may crash the
73 // test. The test already failed, so it's ok to cancel the dialog.
76 expected_dialog_buttons_ != dialog->GetDialogButtons()) {
80 // Perform test action on the dialog.
81 // The dialog should stay around until AcceptWindow or CancelWindow is
87 base::Unretained(dialog)));
[all...]
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_dialog.cc29 const ProfileSigninConfirmationDialog* dialog,
40 // Weak ptr to parent dialog.
48 const ProfileSigninConfirmationDialog* dialog,
50 : dialog_(dialog), delegate_(delegate) {
134 ProfileSigninConfirmationDialog* dialog = local
141 // This callback is guaranteed to be invoked, and once it is, the dialog
144 base::Unretained(dialog)));
47 ProfileSigninConfirmationHandler( const ProfileSigninConfirmationDialog* dialog, ui::ProfileSigninConfirmationDelegate* delegate) argument
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc161 INT_PTR CALLBACK MainUIWindow::SpawnTargetWndProc(HWND dialog, argument
168 MainUIWindow* host = FromWindow(GetParent(dialog));
174 HWND edit_box_dll_name = ::GetDlgItem(dialog, IDC_DLL_NAME);
183 HWND edit_box_entry_point = ::GetDlgItem(dialog, IDC_ENTRY_POINT);
187 HWND edit_box_log_file = ::GetDlgItem(dialog, IDC_LOG_FILE);
195 if (host->OnLaunchDll(dialog)) {
197 ::EndDialog(dialog, LOWORD(wparam));
203 ::EndDialog(dialog, LOWORD(wparam));
207 base::string16 dll_path = host->OnShowBrowseForDllDlg(dialog);
210 HWND edit_box_dll_path = ::GetDlgItem(dialog, IDC_DLL_NAM
317 OnLaunchDll(HWND dialog) argument
[all...]
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.cc48 DialogDelegate* dialog = delegate->AsDialogDelegate(); local
52 if (dialog)
53 dialog->supports_new_style_ &= parent != NULL;
56 if (dialog && !ui::win::IsAeroGlassEnabled())
57 dialog->supports_new_style_ &= parent != NULL;
60 if (!dialog || dialog->UseNewStyleForThisDialog()) {
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java141 if (parser.getName().equals("dialog") && currentLevel != null) {
204 DialogEntry dialog = level.dialogResources;
205 if (dialog.character1Entry != 0) {
206 dialog.character1Conversations = ConversationUtils.loadDialog(dialog.character1Entry, context);
209 if (dialog.character2Entry != 0) {
210 dialog.character2Conversations = ConversationUtils.loadDialog(dialog.character2Entry, context);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_view.css189 .import-errors-dialog-text {
195 .metadata-dialog {
203 .metadata-dialog-text {
209 .category-filter-dialog {
216 .category-filter-dialog-form {
221 .category-filter-dialog-form input {
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc58 FirstRunDialog* dialog = new FirstRunDialog(profile); local
59 views::DialogDelegate::CreateDialogWidget(dialog, NULL, NULL)->Show();
64 dialog->quit_runloop_ = run_loop.QuitClosure();
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/
H A Dprocesses.js39 // Set-up the tracer dialog.
40 $('#ps-tracer-dialog').dialog({autoOpen: false, modal: true, width: 400,
81 $("#android_provision_dialog").dialog({
87 $(this).dialog('close');
94 $(this).dialog('close');
104 $('#ps-tracer-dialog').dialog('open');
112 $('#ps-tracer-dialog').dialog('clos
[all...]
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc28 // Optional dialog factory. Leaked.
73 SelectFileDialog* dialog = dialog_factory_->Create(listener, policy); local
74 if (dialog)
75 return dialog;
122 // Call the platform specific implementation of the file selection dialog.
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_position_client_unittest.cc14 // Verifies setting the bounds of a dialog parented to a Widget with a
24 // Owned by |dialog|.
27 Widget* dialog = DialogDelegate::CreateDialogWidget( local
29 dialog->SetBounds(gfx::Rect(11, 12, 200, 200));
30 EXPECT_EQ("11,12", dialog->GetWindowBoundsInScreen().origin().ToString());
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DSignoutFragment.java30 public void onClick(DialogInterface dialog, int which) { argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_message_handler.cc84 WebContents* dialog = GetPrintPreviewDialog(); local
85 if (!dialog || !dialog->GetWebUI())
87 return static_cast<PrintPreviewUI*>(dialog->GetWebUI()->GetController());
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_dialogs.css22 .dialog {
30 .dialog h1 {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_pair_device_overlay.js29 * List of IDs for conditionally visible elements in the dialog.
66 * Can the dialog be programmatically dismissed.
141 * have not been specified. Prevents showing an empty dialog if the user
177 // Update visibility of dialog elements.
235 * Updates the visibility of elements in the dialog.
333 var dialog = BluetoothPairing.getInstance();
334 if (dialog.device_ && name == dialog.device_.address &&
335 dialog.device_.pairing == PAIRING.CANCELED) {
360 * Closes the Bluetooth pairing dialog
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Djavascript_app_modal_dialog_android.h18 JavaScriptAppModalDialog* dialog,
29 // Called when java confirms or cancels the dialog.
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_view_tester_cocoa.h19 explicit AutofillDialogViewTesterCocoa(AutofillDialogCocoa* dialog);
H A Dautofill_sign_in_container.h22 // Controls the sign-in dialog of the AutofillDialog.
40 - (id)initWithDialog:(autofill::AutofillDialogCocoa*)dialog;
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dcharger_replacement_handler.h31 explicit ChargerReplacementHandler(ChargerReplacementDialog* dialog);
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog.h33 // Called to cancel a dialog mid-flight.
47 static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
H A Dshell_javascript_dialog_manager.h45 void DialogClosed(ShellJavaScriptDialog* dialog);
54 // The dialog being shown. No queueing.
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DChromeDatePickerDialog.java13 * OndateSetListener.onDateSet() even when the dialog is dismissed (e.g. back button, tap
34 public void onClick(DialogInterface dialog, int which) { argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.h59 void gas_serv_dialog_clear(struct gas_dialog_info *dialog);

Completed in 524 milliseconds

1234567891011