/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.h | 130 // The UI for the constrained dialog currently displayed. This is owned by
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.mm | 147 // The dialog is laid out in the NIB exactly how we want it assuming that
|
/external/chromium/chrome/browser/ui/cocoa/ |
hung_renderer_controller.mm | 130 // because we want to avoid reusing the same dialog if someone calls
|
theme_install_bubble_view.mm | 82 // Don't let the bubble overlap the confirm dialog.
|
/external/chromium/chrome/browser/ui/gtk/ |
theme_install_bubble_view_gtk.cc | 72 // Don't let the bubble overlap the confirm dialog.
|
/external/chromium/chrome/browser/ui/views/ |
theme_install_bubble_view.cc | 67 // Don't let the bubble overlap the confirm dialog.
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_handler.h | 84 // an appropriate dialog for configuring proxy settings.
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.h | 51 // Opens a modal popup dialog.
|
/external/chromium/chrome/common/ |
print_messages.h | 131 // showing the print dialog.
|
/external/chromium/net/base/ |
test_root_certs_win.cc | 128 // confirmation dialog to be displayed, confirming the user wishes to
|
/external/chromium-trace/src/shared/css/ |
overlay.css | 29 /* The foreground dialog. */
|
/external/icu4c/common/unicode/ |
docmain.h | 38 * Find dialog to search for "ubrk_next()".</p>
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
AppSettings.java | 560 * the icon working for alt-tab on the settings dialog in Windows. 570 * Sets the path of the settings dialog image to use. 572 * The image will be displayed in the settings dialog when the 720 * Get the settings dialog image
|
/external/libvpx/examples/includes/geshi/geshi/ |
applescript.php | 64 'shut down', 'restart', 'display dialog', 'buttons', 'invisibles', 'item', 'items', 'delimiters', 'offset of',
|
genero.php | 114 "DIALOG",
|
/external/openssl/crypto/ui/ |
ui_locl.h | 84 /* Flush the output. If a GUI dialog box is used, this function can
|
/external/replicaisland/src/com/replica/replicaisland/ |
KeyboardConfigDialogPreference.java | 211 public boolean onKey(DialogInterface dialog, int keyCode, KeyEvent event) {
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMWindowCustom.cpp | 674 inline void DialogHandler::dialogCreated(DOMWindow* dialog) 678 m_globalObject = toJSDOMWindow(dialog->frame(), normalWorld(m_exec->globalData())); 694 static void setUpDialog(DOMWindow* dialog, void* handler) 696 static_cast<DialogHandler*>(handler)->dialogCreated(dialog);
|
/external/webkit/Source/WebCore/platform/ |
DefaultLocalizationStrategy.cpp | 571 return WEB_UI_STRING("alert dialog", "An ARIA accessibility group that acts as an alert dialog."); 573 return WEB_UI_STRING("dialog", "An ARIA accessibility group that acts as an dialog."); [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebCoreFrameBridge.h | 102 WebCore::Frame* createWindow(bool dialog, bool userGesture);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 829 * Prints the given #WebKitWebFrame, by presenting a print dialog to the 848 GtkWidget* dialog = gtk_message_dialog_new(gtk_widget_is_toplevel(window) ? GTK_WINDOW(window) : 0, local 856 g_signal_connect(dialog, "response", G_CALLBACK(gtk_widget_destroy), NULL); 857 gtk_widget_show(dialog); [all...] |
/frameworks/base/core/java/android/webkit/ |
SelectActionModeCallback.java | 62 // (Note that this should only happen in floating dialog windows.)
|
/frameworks/base/core/java/com/android/internal/os/storage/ |
ExternalStorageFormatter.java | 122 public void onCancel(DialogInterface dialog) {
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
host.jd | 224 filter, the system presents them with a dialog that asks if they want to start your application. 302 android.hardware.usb.UsbManager#requestPermission requestPermission()} displays a dialog to the 342 <p>To display the dialog that asks users for permission to connect to the device, call the {@link 350 <p>When users reply to the dialog, your broadcast receiver receives the intent that contains the
|
/frameworks/base/docs/html/guide/topics/ui/ |
controls.jd | 89 <td>A dialog for users to select a single value for a set by using up/down buttons or via a swipe gesture. Use a <code>DatePicker</code>code> widget to enter the values for the date (month, day, year) or a <code>TimePicker</code> widget to enter the values for a time (hour, minute, AM/PM), which will be formatted automatically for the user's locale.</td>
|