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

<<31323334353637383940>>

  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.h 174 // true if the menu is for a dialog in OOBE screen. In the dialog, we don't
  /external/chromium/chrome/browser/importer/
importer_host.cc 54 // if successful. Otherwise, show a warning dialog.
193 // show a warning dialog, unless running without UI.
  /external/chromium/chrome/browser/
platform_util_win.cc 148 // TODO(nsylvain): we should also add a dialog to warn on errors. See
158 // TODO(nsylvain): we should also add a dialog to warn on errors. See
  /external/chromium/chrome/browser/printing/
print_job.h 148 // Print... dialog box has been closed with OK button.
151 // Print... dialog box has been closed with CANCEL button.
print_job_worker.h 40 // Print... dialog box will be shown to ask the user his preference.
109 // displaying a dialog. So this needs to happen from the UI thread on these
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 34 var iframe = document.getElementById('dialog');
90 return document.getElementById('dialog').contentWindow.fileManager;
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.js 180 * Tells browser to put up a load dialog and load the trace file
211 * Tells browser to put up a save dialog and save the trace file
  /external/chromium/chrome/browser/sync/glue/
theme_util.cc 132 // informational dialog after installation instead of a
133 // confirmation dialog.
  /external/chromium/chrome/browser/ui/cocoa/
ssl_client_certificate_selector.mm 85 // The currently open dialog.
100 // TODO(davidben): Implement a tab-modal dialog.
  /external/chromium/chrome/browser/ui/gtk/
crypto_module_password_dialog.cc 80 // TODO(mattm): change into a constrained dialog.
189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog,
task_manager_gtk.cc 414 // Blow away our dialog - this will cause TaskManagerGtk to free itself.
448 // Allow browser windows to go in front of the task manager dialog in
469 // The response button should not be sensitive when the dialog is first opened
547 // If we previously saved the dialog's bounds, use them.
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
edit_search_engine_controller.cc 82 // user edited the dialog, either automatically or by the user (if we're
83 // confirming a JS addition, they could have the Options dialog open at the
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 61 // The background images for the dialog. They are split into a left, a middle
62 // and a right part. The middle part determines the height of the dialog. The
64 // right image, after sizing the dialog to kWindowWidth.
70 // edges to give the illusion that the find dialog is attached to the
163 // Background images for the dialog.
223 // do a layout and repaint the dialog so that the find text field doesn't
259 // First, we draw the background image for the whole dialog (3 images: left,
478 // If the dialog is not visible, there is no reason to process keyboard input.
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.h 63 // dialog
79 // dialog
  /external/chromium/chrome/common/extensions/docs/static/
getstarted.html 79 A file dialog appears.
83 In the file dialog,
  /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/
BuildsView.java 95 ElementListSelectionDialog dialog = new ElementListSelectionDialog(getSite().getShell(), new LabelProvider()); local
96 dialog.setTitle(getTitleToolTip());
97 dialog.setMessage("Select the baseline to use while generating results:");
99 dialog.setInitialSelections(defaultBaseline);
100 dialog.setElements(baselines);
101 dialog.open();
102 Object[] selected = dialog.getResult();
210 // Progress dialog
  /external/libvpx/examples/includes/geshi/geshi/
mirc.php 48 'alias', 'menu', 'dialog',
140 GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
  /external/proguard/docs/manual/
gui.html 218 The <i>keep class</i> dialog appears when adding or editing new special keep
221 options</b> button at the bottom of the dialog allows to toggle showing the
265 The <i>keep field</i> dialog appears when adding or editing fields within the
266 above dialog. It has text fields and selections for specifying and
268 options</b> button at the bottom of the dialog allows to toggle showing the
288 Similarly, the <i>keep method</i> dialog appears when adding or editing
289 methods within the keep class dialog. It has text fields and selections for
291 options</b> / <b>Basic options</b> button at the bottom of the dialog allows
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 6 Plays the preview of a segment or event via the dialog box
97 """ Starts the playback. Called as a thread from dialog boxes """
  /external/webkit/Source/WebCore/inspector/front-end/
GoToLineDialog.js 34 this._element.className = "go-to-line-dialog";
59 // Ok button click will close the dialog, removing onBlur listener
  /frameworks/base/core/java/android/webkit/
Plugin.java 200 // Show a simple popup dialog containing the description
217 public void onClick(DialogInterface dialog, int which) {
  /frameworks/base/core/java/android/widget/
Spinner.java 55 * Use a dialog window for selecting spinner options.
604 public void onClick(DialogInterface dialog, int which) {
606 dialog.dismiss();
622 * Sets the prompt to display when the dialog is shown.
630 * Sets the prompt to display when the dialog is shown.
631 * @param promptId the resource ID of the prompt to display when the dialog is shown
638 * @return The prompt to display when the dialog is shown
857 public void onClick(DialogInterface dialog, int which) {
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_list.jd 39 <p>List view icons look a lot like dialog icons, but they use an inner shadow
96 <p>The following guidelines describe how to design dialog icons for all versions
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 142 public void onClick(DialogInterface dialog, int which) {
148 public void onClick(DialogInterface dialog, int which) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 106 // Set up the "dialog"
140 public void onClick(DialogInterface dialog, int which) {

Completed in 1024 milliseconds

<<31323334353637383940>>