HomeSort by relevance Sort by last modified time
    Searched full:proceed (Results 151 - 175 of 1178) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_password_changed.js 39 $('password-changed-proceed-button').focus();
82 proceedAnywayButton.id = 'password-changed-proceed-button';
  /external/chromium_org/chrome/browser/ui/
unload_controller.h 46 // Called when a BeforeUnload handler is fired for |contents|. |proceed|
53 bool BeforeUnloadFired(content::WebContents* contents, bool proceed);
  /external/chromium_org/net/disk_cache/flash/
segment.h 35 // and one should proceed to calling other functions only if Init() has
36 // succeeded. After a successful initialization, one may proceed to call
  /external/chromium_org/tools/grit/grit/tool/
rc2grd_unittest.py 90 ' IDS_PROGRAMS_SHUTDOWN_TEXT "Google Desktop Search needs to close the following programs:\\n\\n$1\\nThe installation will not proceed if you choose to cancel."\n'
108 The installation will not proceed if you choose to cancel.
  /external/javassist/src/main/javassist/util/proxy/
RuntimeSupport.java 34 Method proceed, Object[] args)
37 return proceed.invoke(self, args);
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 10 <p><strong>Confirming</strong> is asking the user to verify that they truly want to proceed with an action they just invoked. In some cases, the confirmation is presented along with a warning or critical information related to the action that they need to consider.</p>
35 <p>Confirmations don't necessarily have to be presented in an alert with two buttons. After initiating Android Beam, the user is prompted to touch the content to be shared (in this example, it's a photo). If they decide not to proceed, they simply move their phone away.</p>
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 23 <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupType.java 79 // Otherwise proceed into this screen
180 // Otherwise, proceed with the save/check
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js 130 this.queue_.run(function(proceed) {
131 chrome.notifications.clear(item.id, proceed);
139 this.queue_.run(function(proceed) {
150 chrome.notifications.create(item.id, params, proceed);
152 chrome.notifications.update(item.id, params, proceed);
  /packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java 45 * - If nothing is running, proceed.
50 * - If there are waiting syncs: signal one to proceed.
57 * - If there are waiting syncs, and we were interrupted: signal one to proceed.
138 // There?s something we need to wait for before we can proceed.
157 LogUtils.d(TAG, "Signalling a pending sync to proceed.");
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 59 OKED, // Proceed was called.
107 virtual void Proceed() {
110 InterstitialPage::Proceed();
    [all...]
  /external/javassist/tutorial/
tutorial2.html 359 It is typically used with <code>$proceed</code> shown later.
653 m.replace("{ $1 = 0; $_ = $proceed($$); }");
662 <ul><pre>{ $1 = 0; $_ = $proceed($$); }
687 $_ = $proceed($$);
694 <ul><pre>$_ = $proceed();</pre></ul>
698 <ul><pre>$proceed($$);</pre></ul>
766 <tr><td><code>$proceed</code> &nbsp &nbsp</td>
789 <p><code>$proceed</code> is not a <code>String</code> value but special
833 <tr><td><code>$proceed</code> &nbsp &nbsp</td>
851 normally a call to <code>$proceed()</code>
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 222 /* yes; proceed with connection */
231 /* yes; proceed with connection */
244 /* if result ok, proceed with connection */
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.cc 38 PROCEED,
94 g_auto_approve_for_test = auto_approve ? PROCEED : ABORT;
267 if (g_auto_approve_for_test == PROCEED) {
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer2.java 112 // AccelerateInterpolator, which speeds up as the animation proceed. Note that
  /external/bison/src/
complain.h 38 /** Informative messages, but we proceed. Report iff
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 573 ** proceed to send the Confirm request/response to peer device.
660 ** proceed to send the Confirm request/response to peer device.
723 ** proceed to send the encrypt the link using STK.
783 ** Description This function is to proceed generate Y = E(DHK, Rand)
  /external/chromium/chrome/browser/
external_protocol_handler.h 71 // Allows LaunchUrl to proceed with launching an external protocol handler.
  /external/chromium/chrome/browser/resources/
offline_load.html 136 onclick="sendCommand('proceed')"
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 65 // proceed with model association and then change processor
frontend_data_type_controller.cc 72 // By default, no additional services need to be started before we can proceed
  /external/chromium/chrome/common/
win_safe_util.cc 66 // the security check. If you proceed with the Prompt() call the
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 69 void AwLoginDelegate::Proceed(const string16& user,
  /external/chromium_org/base/test/
test_shortcut_win.cc 38 // Proceed with LongPathName matching which will also confirm the paths exist.
  /external/chromium_org/chrome/browser/chromeos/login/
login_display_host.h 68 // Signals the LoginDisplayHost that it can proceed with the Enterprise

Completed in 2109 milliseconds

1 2 3 4 5 67 8 91011>>