/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_drag_gtk.cc | 54 // |canceled| is true to abort the drag. 55 virtual void DragEnded(bool canceled) = 0; 76 virtual void DragEnded(bool canceled) OVERRIDE { 77 panel_manager()->EndDragging(canceled); variable 97 virtual void DragEnded(bool canceled) OVERRIDE { 98 panel_manager()->EndResizingByMouse(canceled); variable 212 void PanelDragGtk::EndDrag(bool canceled) { 227 drag_delegate_->DragEnded(canceled);
|
/external/chromium_org/chrome/common/extensions/api/ |
desktop_capture.json | 42 "description": "An opaque string that can be passed to <code>getUserMedia()</code> API to generate media stream that corresponds to the source selected by the user. If user didn't select any source (i.e. canceled the prompt) then the callback is called with an empty <code>streamId</code>" 49 "description": "An id that can be passed to cancelChooseDesktopMedia() in case the prompt need to be canceled."
|
/external/chromium_org/content/renderer/ |
external_popup_menu.cc | 73 void ExternalPopupMenu::DidSelectItems(bool canceled, 77 if (canceled)
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/ |
notification.html | 38 <div id="canceled-container" class="invisible"> 39 <span id="canceled-span">Canceled. X files sent.</span> 73 this.canceledContainer_ = document.getElementById('canceled-container'); 74 this.canceledSpan_ = document.getElementById('canceled-span'); 144 'Canceled. ' + done + ' of ' + total + ' files sent.';
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 79 * canceled. The RPC system may cancel it immediately, may wait awhile and 81 * canceled, the "done" callback will still be called and the RpcController 100 * If {@code true}, indicates that the client canceled the RPC, so the server 107 * Asks that the given callback be called when the RPC is canceled. The 110 * being canceled, the callback will be called after completion. If the RPC 111 * has already been canceled when NotifyOnCancel() is called, the callback
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcController.java | 79 * canceled. The RPC system may cancel it immediately, may wait awhile and 81 * canceled, the "done" callback will still be called and the RpcController 100 * If {@code true}, indicates that the client canceled the RPC, so the server 107 * Asks that the given callback be called when the RPC is canceled. The 110 * being canceled, the callback will be called after completion. If the RPC 111 * has already been canceled when NotifyOnCancel() is called, the callback
|
/external/chromium_org/chrome/browser/common/ |
cancelable_request.h | 65 // that the object will be kept alive if the request is canceled (releasing 73 // if (request->canceled()) 111 // This class is threadsafe. Requests may be added or canceled from any thread, 112 // but a task must only be canceled from the same thread it was initially run 127 // thread that would have received the callback if it was not canceled). 196 // given request, and by the provider when a request is canceled. 509 // callback. If the request has been canceled, Return is optional (it will not 552 // The canceled flag indicates that the request should not be executed. 558 bool canceled() { function in class:CancelableRequestBase 573 // been canceled yet [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Progress.js | 40 Canceled: "Canceled" 92 parent.addEventListener(WebInspector.Progress.Events.Canceled, this._parentCanceled.bind(this)); 104 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled); 106 this._children[i].dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
|
/frameworks/base/core/java/android/accounts/ |
AccountManagerFuture.java | 86 * If the request that generated this result fails or is canceled then an exception 89 * @throws android.accounts.OperationCanceledException if the request was canceled for any 102 * If the request that generated this result fails or is canceled then an exception 104 * the request will automatically be canceled if it does not complete in that amount of time. 108 * @throws android.accounts.OperationCanceledException if the request was canceled for any
|
AccountAuthenticatorActivity.java | 44 * the request will be canceled. 77 "canceled");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
Gesture.java | 30 * canceled. A gesture is associated with a single undo transaction (although 115 * it was canceled). 119 * @param canceled True if the gesture was canceled, and false otherwise. 121 public void end(ControlPoint pos, boolean canceled) {
|
/external/chromium/chrome/browser/download/ |
save_item.cc | 50 // was being canceled in the UI thread, so we'll accept them unless we're 70 state_ = CANCELED; 97 case CANCELED:
|
/external/chromium/chrome/browser/geolocation/ |
access_token_store_browsertest.cc | 54 NOTREACHED() << "This request should have been canceled before callback"; 64 // Single request, canceled explicitly 74 // 2 requests, canceled globally.
|
/external/chromium_org/content/browser/download/ |
save_item.cc | 51 // was being canceled in the UI thread, so we'll accept them unless we're 71 state_ = CANCELED; 98 case CANCELED:
|
/external/chromium_org/ui/events/gestures/ |
gesture_recognizer.h | 55 // |current_consumer|. All other targets are canceled. 58 // If |new_consumer| is NULL, all events are canceled. 60 // are canceled.
|
/external/chromium_org/ui/gfx/animation/ |
animation_unittest.cc | 93 EXPECT_FALSE(ad.canceled()); 103 EXPECT_TRUE(ad.canceled()); 115 EXPECT_FALSE(ad.canceled());
|
/frameworks/base/tools/aapt/ |
WorkQueue.h | 44 * If the result is 'false' then the work queue is canceled. 58 * If the work queue has been canceled or is already finished, returns INVALID_OPERATION 74 * If the work queue is already canceled, returns OK and does nothing else.
|
/packages/apps/Calendar/src/com/android/calendar/ |
EditResponseHelper.java | 53 * canceled. 73 // that the dialog was canceled. 115 * -1, the dialog was canceled out. If it is not -1, it's the index of
|
/external/chromium/base/win/ |
object_watcher.h | 67 // watch is still active, then it is canceled, and the associated delegate is 70 // Returns true if the watch was canceled. Otherwise, false is returned.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_controller.h | 58 // Ends dragging a Tab. |canceled| is true if the drag was aborted in a way 61 virtual bool EndDrag(bool canceled) = 0;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_util.h | 62 // Report a URL was canceled due to trying to handle an external URL. 65 // Report a URL was canceled due to unsupported prerender scheme.
|
/external/chromium_org/content/public/browser/ |
download_interrupt_reason_values.h | 95 // The user canceled the download. 96 // "Canceled".
|
/external/chromium_org/remoting/resources/ |
strings.xml | 27 <string name="msg_pin_canceled">No PIN was provided, so the connection attempt was canceled</string> 32 <string name="error_auth_canceled">Authentication prompt canceled by user</string>
|
/frameworks/base/core/java/android/hardware/ |
TriggerEventListener.java | 36 * // As it is a one shot sensor, it will be canceled automatically. 58 * // Call disable to ensure that the trigger request has been canceled.
|
/frameworks/base/core/java/android/nfc/tech/ |
MifareClassic.java | 327 * not be called from the main application thread. A blocked call will be canceled with 336 * @throws IOException if there is an I/O failure, or the operation is canceled 354 * not be called from the main application thread. A blocked call will be canceled with 363 * @throws IOException if there is an I/O failure, or the operation is canceled 410 * not be called from the main application thread. A blocked call will be canceled with 418 * @throws IOException if there is an I/O failure, or the operation is canceled 432 * not be called from the main application thread. A blocked call will be canceled with 440 * @throws IOException if there is an I/O failure, or the operation is canceled 461 * not be called from the main application thread. A blocked call will be canceled with 469 * @throws IOException if there is an I/O failure, or the operation is canceled [all...] |