Searched
full:dialog (Results
376 -
400 of
1945) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ui/views/ |
instant_confirm_view.h | 16 // The view shown in the instant confirm dialog.
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
click_handler.h | 19 // Info dialog on click, to encapsulate that logic in one place.
|
ev_bubble_view.cc | 20 // We want to show the dialog on mouse release; that is the standard behavior
|
location_icon_view.cc | 21 // We want to show the dialog on mouse release; that is the standard behavior
|
/external/chromium/net/tools/spdyshark/ |
moduleinfo.nmake | 22 # number to be correctly displayed in the explorer properties dialog
|
/external/chromium/testing/gtest/xcode/Config/ |
DebugProject.xcconfig | 6 // dialog.
|
/external/nist-sip/java/javax/sip/ |
SipProvider.java | 41 Dialog getNewDialog(Transaction transaction) throws SipException;
|
/external/protobuf/gtest/xcode/Config/ |
DebugProject.xcconfig | 6 // dialog.
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
debugger-execution-while-paused.html | 13 <p>To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.</p>
|
/external/webkit/Source/WebCore/platform/gtk/ |
GtkVersioning.h | 96 #define gtk_dialog_get_content_area(dialog) (dialog)->vbox 97 #define gtk_dialog_get_action_area(dialog) (dialog)->action_area
|
/frameworks/base/core/res/res/values-h720dp/ |
dimens.xml | 20 <!-- Dialog button bar height -->
|
/frameworks/base/core/res/res/values-sw600dp/ |
dimens.xml | 57 <!-- The platform's desired fixed width for a dialog along the major axis 60 <!-- The platform's desired fixed width for a dialog along the minor axis 63 <!-- The platform's desired fixed height for a dialog along the major axis 66 <!-- The platform's desired fixed height for a dialog along the minor axis
|
/gdk/samples/PhotoEditor/src/com/android/photoeditor/ |
PhotoEditor.java | 117 // Pop-up a dialog before executing the runnable to save unsaved photo. 122 public void onClick(DialogInterface dialog, int which) { 135 public void onClick(DialogInterface dialog, int which) { 142 public void onClick(DialogInterface dialog, int which) {
|
/packages/apps/Calendar/res/values-w1280dp-h752dp/ |
dimens.xml | 15 <!-- Size of event info dialog box -->
|
/packages/apps/Calendar/res/values-w800dp-h1232dp/ |
dimens.xml | 17 <!-- Size of event info dialog box -->
|
/packages/apps/Mms/src/com/android/mms/ui/ |
NumberPickerDialog.java | 32 * A dialog that prompts the user for the message deletion limits. 68 * @param theme the theme to apply to this dialog 103 public void onClick(DialogInterface dialog, int which) { 107 dialog.dismiss();
|
/packages/apps/Settings/res/values/ |
themes.xml | 19 <style name="Theme.WifiDialog" parent="@*android:style/Theme.Holo.Dialog.Alert">
|
/packages/apps/Settings/src/com/android/settings/ |
DockSettings.java | 22 import android.app.Dialog; 121 // remove undocked dialog if currently showing. 154 public Dialog onCreateDialog(int id) { 161 private Dialog createUndockedMessage() {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingRequest.java | 35 * confirmation entry dialog. Otherwise it puts a Notification in the status bar, which can 36 * be clicked to bring up the Pairing entry dialog. 71 // just open the dialog 74 // Put up a notification that leads to the dialog
|
/packages/apps/Stk/res/values/ |
strings.xml | 30 <!-- OK button used to confirm a message dialog --> 32 <!-- Cancel button used to dismiss a message dialog and terminate the current SIM session--> 49 <!-- Title text used for system dialog from STK app --> 59 <!-- Button texts used in STK dialog -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Constants.java | 25 * text field. For instance, this is specified by the search dialog when the dialog is 35 * text field. For instance, this is specified by the search dialog when the dialog is
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
SizeLimitActivity.java | 21 import android.app.Dialog; 41 private Dialog mDialog; 114 public void onCancel(DialogInterface dialog) { 125 public void onClick(DialogInterface dialog, int which) {
|
/packages/wallpapers/LivePicker/res/values-xlarge/ |
styles.xml | 21 <style name="LivePickerTheme" parent="@*android:Theme.Holo.Dialog.NoFrame" />
|
/external/replicaisland/src/com/replica/replicaisland/ |
MainMenuActivity.java | 25 import android.app.Dialog; 333 protected Dialog onCreateDialog(int id) { 334 Dialog dialog; local 336 dialog = new AlertDialog.Builder(this) 342 dialog = new AlertDialog.Builder(this) 345 public void onClick(DialogInterface dialog, int whichButton) { 359 dialog = new AlertDialog.Builder(this) 363 public void onClick(DialogInterface dialog, int whichButton) { 372 dialog = super.onCreateDialog(id) [all...] |
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
ChromeClientWx.cpp | 73 wkFeatures.dialog = features.dialog; 260 wxMessageDialog dialog(NULL, string, wxT("Confirm Action?"), wxYES_NO); 261 return dialog.ShowModal() == wxYES; 295 wxMessageDialog dialog(NULL, string, wxT("JavaScript Confirm"), wxYES_NO); 296 dialog.Centre(); 297 result = (dialog.ShowModal() == wxID_YES); 314 wxTextEntryDialog dialog(NULL, message, wxT("JavaScript Prompt"), wxEmptyString, wxOK | wxCANCEL); 315 dialog.Centre(); 316 if (dialog.ShowModal() == wxID_OK) [all...] |
Completed in 1082 milliseconds
<<11121314151617181920>>