/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/ |
SigninManager.java | 88 * Invoked when the sign-in process was cancelled by the user. 243 Log.d(TAG, "Cancelled sign-in");
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.cc | 267 case DownloadItem::CANCELLED: 274 // done when it's complete, is cancelled or is removed.
|
/external/chromium_org/chrome/browser/resources/options/ |
inline_editable_list.js | 55 * Whether or not the current edit should be considered cancelled, rather 213 * or it will be cancelled, depending on the context.
|
/external/chromium_org/chrome/common/extensions/api/ |
tts.json | 17 "enum": ["start", "end", "word", "sentence", "marker", "interrupted", "cancelled", "error", "pause", "resume"], 18 "description": "The type can be 'start' as soon as speech has started, 'word' when a word boundary is reached, 'sentence' when a sentence boundary is reached, 'marker' when an SSML mark element is reached, 'end' when the end of the utterance is reached, 'interrupted' when the utterance is stopped or interrupted before reaching the end, 'cancelled' when it's removed from the queue before ever being synthesized, or 'error' when any other error occurs. When pausing speech, a 'pause' event is fired if a particular utterance is paused in the middle, and 'resume' if an utterance resumes speech. Note that pause and resume events may not fire if speech is paused in-between utterances."
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/ |
inline_editable_list.js | 55 * Whether or not the current edit should be considered cancelled, rather 194 * or it will be cancelled, depending on the context.
|
/external/chromium_org/chrome/renderer/autofill/ |
autofill_renderer_browsertest.cc | 331 // Pretend that the dialog was cancelled. 344 // Pretend that the dialog was cancelled.
|
/external/chromium_org/content/browser/android/ |
download_controller_android_impl.cc | 264 if (item->IsDangerous() && (item->GetState() != DownloadItem::CANCELLED)) 300 case DownloadItem::CANCELLED:
|
/external/chromium_org/content/renderer/npapi/ |
webplugin_delegate_proxy.h | 89 // If |text| is empty, composition was cancelled. 101 // If |text| is empty, composition was cancelled.
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/ |
classpp_1_1_text_input_controller.html | 81 <p><a class="el" href="classpp_1_1_text_input_controller.html#a19329ad0e0ca3e7a7d31cf51462643cb" title="CancelCompositionText() informs the browser that the current composition text is cancelled by the plu...">CancelCompositionText()</a> informs the browser that the current composition text is cancelled by the plugin. </p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/ |
classpp_1_1_text_input_controller.html | 81 <p><a class="el" href="classpp_1_1_text_input_controller.html#a19329ad0e0ca3e7a7d31cf51462643cb" title="CancelCompositionText() informs the browser that the current composition text is cancelled by the plu...">CancelCompositionText()</a> informs the browser that the current composition text is cancelled by the plugin. </p>
|
/external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/ |
classpp_1_1_text_input_controller.html | 81 <p><a class="el" href="classpp_1_1_text_input_controller.html#a19329ad0e0ca3e7a7d31cf51462643cb" title="CancelCompositionText() informs the browser that the current composition text is cancelled by the plu...">CancelCompositionText()</a> informs the browser that the current composition text is cancelled by the plugin. </p>
|
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_fetcher_win.cc | 142 // and a previous query was cancelled before it completed. 151 // We may have been cancelled.
|
proxy_resolver_v8_tracing.cc | 219 // Flag to indicate whether the request has been cancelled. 685 // request were to be cancelled from the origin thread, must guarantee 752 return false; // Was cancelled. 798 return false; // Was cancelled. 860 // Check if the request was cancelled as a side-effect of calling into the [all...] |
/external/chromium_org/net/socket/ |
socks_client_socket_unittest.cc | 93 // sure that the outstanding resolve request gets cancelled. 383 // resolve should be cancelled.
|
/external/chromium_org/remoting/webapp/ |
host_screen.js | 16 * @type {boolean} Whether or not the last share was cancelled by the user. 66 if (error == remoting.Error.CANCELLED) {
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/ |
AccountManagerHelper.java | 238 Log.w(TAG, "Auth token - operation cancelled", e); 322 Log.w(TAG, "Auth token - operation cancelled", e);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_selection.js | 88 * @param {function} callback Completion callback. Not called when cancelled, 110 // Ignore if the call got cancelled, or there is another new one fired.
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 118 0x10 Cancelled request 168 0x01 Cancelled prefetches
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 107 0x10 Cancelled request 162 0x01 Cancelled prefetches
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
process-bitmap.jd | 184 // No task associated with the ImageView, or an existing task was cancelled 206 BitmapWorkerTask}</a> so that it checks if the task is cancelled and if the current task matches the
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 139 * requested first and request will be cancelled
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ReceiveResult.java | 122 text.append("(cancelled)");
|
/external/bluetooth/bluedroid/stack/include/ |
smp_api.h | 228 ** Returns TRUE - pairing cancelled
|
/external/chromium_org/base/files/ |
important_file_writer.h | 79 // scheduled by ScheduleWrite, it is cancelled.
|
/external/chromium_org/base/mac/ |
sdk_forward_declarations.h | 216 @property (readonly, getter=isCancelled) BOOL cancelled; variable
|