Searched defs:cancelled (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/utility/importer/
H A Dimporter.h31 bool cancelled() const { return cancelled_; } function in class:Importer
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVibratorTest.java48 public void cancelled() { method in class:VibratorTest
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVibrator.java11 private boolean cancelled; field in class:ShadowVibrator
31 cancelled = true;
40 return cancelled;
/external/smack/src/org/jivesoftware/smack/
H A DPacketCollector.java48 private boolean cancelled = false; field in class:PacketCollector
77 * queued up. Once a packet collector has been cancelled, it cannot be
81 // If the packet collector has already been cancelled, do nothing.
82 if (!cancelled) {
83 cancelled = true;
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_delegate_nss.cc49 bool* cancelled) {
64 *cancelled = cancelled_;
46 RequestPassword( const std::string& slot_name, bool retry, bool* cancelled) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_controller.cc152 Panel* PanelResizeController::EndResizing(bool cancelled) { argument
155 if (cancelled) {
H A Dpanel_drag_controller.cc151 // is cancelled.
207 void PanelDragController::EndDragging(bool cancelled) { argument
212 if (cancelled) {
810 // restore the dragging panel to the right place when the drag is cancelled.
H A Dpanel_manager.cc454 void PanelManager::EndDragging(bool cancelled) { argument
455 drag_controller_->EndDragging(cancelled);
472 void PanelManager::EndResizingByMouse(bool cancelled) { argument
474 Panel* resized_panel = resize_controller_->EndResizing(cancelled);
475 if (!cancelled && resized_panel->collection())
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dmock_permission_bubble_request.cc105 bool MockPermissionBubbleRequest::cancelled() { function in class:MockPermissionBubbleRequest
H A Dpermission_bubble_manager.cc19 explicit CancelledRequest(PermissionBubbleRequest* cancelled) argument
20 : icon_(cancelled->GetIconID()),
21 message_text_(cancelled->GetMessageText()),
22 message_fragment_(cancelled->GetMessageTextFragment()),
23 user_gesture_(cancelled->HasUserGesture()),
24 hostname_(cancelled->GetRequestingHostname()) {}
250 // If the web contents has been destroyed, treat the bubble as cancelled.
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp89 bool WebCryptoResult::cancelled() const function in class:blink::WebCryptoResult
91 return m_impl->cancelled();
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.h202 bool cancelled; member in struct:chromeos::BluetoothSocketChromeOS::ConnectionRequest
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp173 bool CryptoResultImpl::cancelled() const function in class:blink::CryptoResultImpl
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMessageEvent.java54 * event is cancelled first.</li>
65 public static final String CANCELLED = "cancelled";
71 private boolean cancelled = true; field in class:MessageEvent
145 * When the message is a notification returns if the receiver of the message cancelled
148 * @return true if the receiver of the message cancelled composing a reply
151 return cancelled;
244 * When the message is a notification sets if the receiver of the message cancelled
249 * @param cancelled sets if the receiver of the message cancelled composing a reply
251 public void setCancelled(boolean cancelled) { argument
[all...]
/external/chromium_org/base/mac/
H A Dsdk_forward_declarations.h244 @property (readonly, getter=isCancelled) BOOL cancelled; variable
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc62 cancelled(false),
108 // cancel the operation. |cancelled| is initially false and turns to true
113 bool cancelled; member in struct:drive::DriveUploader::UploadFileInfo
118 cancelled = true;
242 if (upload_file_info->cancelled) {
328 if (upload_file_info->cancelled) {
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_apitest.cc30 bool cancelled; member in struct:extensions::__anon3682::TestFlags
57 if (!expectation_->cancelled) {
64 // If we expect the dialog to be cancelled then store the callback to
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java132 * Returns true if the transfer has been cancelled, if it has stopped because
135 * @return Returns true if the transfer has been cancelled, if it has stopped
139 return status == Status.cancelled || status == Status.error
230 } while (count != -1 && !getStatus().equals(Status.cancelled));
233 if (!getStatus().equals(Status.cancelled) && getError() == Error.none
305 * The file transfer was cancelled
307 cancelled("Cancelled"); enum constant in enum:FileTransfer.Status
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc174 bool cancelled() { function in struct:content::__anon7555::BaseState
175 return result.cancelled();
360 if (state->cancelled())
376 if (state->cancelled())
392 if (state->cancelled())
413 if (state->cancelled())
456 if (state->cancelled())
491 if (state->cancelled())
505 if (state->cancelled())
526 if (state->cancelled())
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc1090 // The panel drag was cancelled before the mouse is released. Do not
1105 bool PanelView::EndDragging(bool cancelled) { argument
1112 panel_->manager()->EndDragging(cancelled);
/external/chromium_org/crypto/
H A Dnss_util.cc124 bool cancelled = false; local
127 &cancelled);
128 if (cancelled)
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_model.js402 var cancelled = false; variable
405 if (cancelled)
413 if (cancelled)
421 if (cancelled)
425 cancelled = true;
426 cr.dispatchSimpleEvent(this, 'scan-cancelled');
435 if (cancelled)
438 cancelled = true;
439 cr.dispatchSimpleEvent(this, 'scan-cancelled');
485 'scan-cancelled', onCancelle
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.c996 int cancelled; local
998 cancelled = eloop_cancel_timeout_one(wpa_supplicant_scan, wpa_s, NULL,
1003 if (cancelled && os_reltime_before(&remaining, &new_int)) {
1008 if (cancelled) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1411 milliseconds

12