HomeSort by relevance Sort by last modified time
    Searched full:dialog (Results 401 - 425 of 1945) sorted by null

<<11121314151617181920>>

  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 319 QDialog dialog(this);
320 dialog.setWindowTitle("Change User Agent");
321 dialog.resize(size().width() * 0.7, dialog.size().height());
322 QVBoxLayout* layout = new QVBoxLayout(&dialog);
323 dialog.setLayout(layout);
325 QComboBox* combo = new QComboBox(&dialog);
335 , Qt::Horizontal, &dialog);
336 connect(buttonBox, SIGNAL(accepted()), &dialog, SLOT(accept()));
337 connect(buttonBox, SIGNAL(rejected()), &dialog, SLOT(reject()))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 112 SaveAsDialog dialog = new SaveAsDialog(shell); local
116 dialog.setOriginalFile(original);
119 dialog.create();
125 dialog.setErrorMessage(null);
126 dialog.setMessage(message, IMessageProvider.WARNING);
129 if (dialog.open() == Window.CANCEL) {
133 IPath filePath = dialog.getResult();
157 FileDialog dialog = new FileDialog(shell, SWT.SAVE); local
160 dialog.setFileName(oldPath.lastSegment());
161 dialog.setFilterPath(oldPath.toOSString())
    [all...]
  /packages/apps/Phone/res/values/
strings.xml 86 <!-- In-call screen: call lost dialog text -->
92 <!-- MMI dialog strings -->
93 <!-- Dialog label when an MMI code starts running -->
95 <!-- Dialog label when a USSD code starts running -->
97 <!-- Dialog label when an MMI code is canceled -->
99 <!-- Label for "cancel" button on the MMI dialog -->
115 <!-- In-call screen: body text of the dialog that appears when we encounter
116 the "wait" character in a phone number to be dialed; this dialog asks the
119 <!-- In-call screen: body text of the dialog that appears when we encounter
120 the "PAUSE" character in a phone number to be dialed; this dialog give
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcDialogs.java 37 public void onClick(DialogInterface dialog, int which) {
52 public void onClick(DialogInterface dialog, int which) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomDialogActivity.java 27 * <h3>Dialog Activity</h3>
30 * a pop-up dialog with a custom theme using a different text color.</p>
  /external/chromium/chrome/browser/extensions/
file_manager_util.h 42 // Helper to convert numeric dialog type to a string.
44 // Help to convert potential dialog arguments into json.
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 46 // If we reload the page, the dialog will be closed anyway.
53 // Close the dialog if we load a page (because reloading might not apply to
  /external/chromium/chrome/browser/resources/file_manager/
harness.html 22 #dialog {
58 <iframe id=dialog></iframe>
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.h 38 NSString* displayName_; // Bound to a text field in the dialog.
70 // The cancel action will dismiss the dialog. Derived classes which
71 // override cancel:, must call this after accessing any dialog-related
75 // The OK action will dismiss the dialog. This action is bound
76 // to the OK button of a dialog which presents a tree view of a profile's
80 // the user while the dialog is presented, 3) call the derived class's
81 // -[didCommit] function, and then 4) dismiss the dialog. At least one
131 // user accepts the dialog. |folderName| must be provided.
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details_view_controller.h 14 // used both in the cookie prompt dialog as well as the
42 // Called by the cookie tree dialog to establish a binding between
  /external/chromium/chrome/browser/ui/gtk/
edit_search_engine_dialog.h 51 // Callback for dialog buttons.
57 // The dialog window.
first_run_dialog.h 50 // Dialog that holds the bug reporting and default browser checkboxes.
72 // Whether we should show the dialog asking the user whether to report
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 36 // Build the dialog.
64 void ImportLockDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
import_progress_dialog_gtk.h 25 // Displays the import progress dialog box and starts the import process.
58 // Import progress dialog.
  /external/chromium/chrome/browser/ui/views/
ssl_client_certificate_selector_win.cc 27 // TODO(jcampan): replace this with our own cert selection dialog.
31 // TODO(davidben): Make this dialog tab-modal to the
uninstall_view.h 19 // UninstallView implements the dialog that confirms Chrome uninstallation
48 // Initializes the controls on the dialog.
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils_mac.mm 17 // The native font settings dialog saved fonts by the font name, rather
18 // than the family name. This worked for the old dialog since
  /external/chromium/net/tools/spdyshark/
README 46 Choose Edit > Preferences to bring up the Preferences dialog.
48 Exand "Protocols" in the left pane of the preferences dialog and
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 21 * Abstract {@link PropertyEditor} that displays text and button to open dialog.
61 * Opens editing dialog.
  /external/quake/quake/src/QW/client/
winquake.rc 61 // Dialog
104 IDD_PROGRESS, DIALOG
  /external/quake/quake/src/WinQuake/
winquake.rc 61 // Dialog
94 IDD_DIALOG1, DIALOG
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 141 if (parser.getName().equals("dialog") && currentLevel != null) {
204 DialogEntry dialog = level.dialogResources; local
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/webkit/Source/WebKit/mac/Plugins/
WebPluginsPrivate.h 30 // application that the plugin will present a dialog or some other "native" user interface to the user.
31 // This is currently only needed by Dashboard, which must hide itself when a plugin presents a dialog
  /frameworks/base/core/java/android/app/
IActivityController.aidl 43 * normal error recovery (app crash dialog) to occur, false to kill
57 * not responding" dialog, 1 to continue waiting, or -1 to kill it
  /frameworks/base/core/java/android/webkit/
JsResult.java 35 // This is a basic result of a confirm or prompt dialog.
39 * Handle the result if the user cancelled the dialog.

Completed in 483 milliseconds

<<11121314151617181920>>