Searched refs:cancelled (Results 1 - 25 of 40) sorted by relevance

12

/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/chromium/crypto/
H A Dcrypto_module_blocking_password_delegate.h25 // The implementation should set |*cancelled| to true if the user cancelled
29 bool* cancelled) = 0;
H A Dnss_util.cc118 bool cancelled = false; local
121 &cancelled);
122 if (cancelled)
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java55 private boolean cancelled, finished; field in class:AppTask
75 cancelled = true;
121 return cancelled;
130 return finished || cancelled || (exception != null);
/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/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/chrome/browser/importer/
H A Dimporter.h43 bool cancelled() const { return cancelled_; } function in class:Importer
H A Dfirefox3_importer.cc78 if ((items & importer::HOME_PAGE) && !cancelled())
84 if ((items & importer::HISTORY) && !cancelled()) {
90 if ((items & importer::FAVORITES) && !cancelled()) {
95 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
100 if ((items & importer::PASSWORDS) && !cancelled()) {
133 while (s.Step() && !cancelled()) {
150 if (!rows.empty() && !cancelled())
198 while (s.Step() && !cancelled())
291 if (!bookmarks.empty() && !cancelled()) {
299 if (!template_urls.empty() && !cancelled()) {
[all...]
H A Dtoolbar_importer.cc54 // their thread-safe implementation requires that they are cancelled from the
102 if (cancelled()) {
139 if ((items_to_import_ & importer::FAVORITES) && !cancelled()) {
149 if (!cancelled())
187 if (cancelled()) {
214 if (cancelled()) {
248 if (cancelled()) {
256 if (reader.Load(response) && !cancelled()) {
553 if (!bookmarks.empty() && !cancelled()) {
H A Die_importer.cc94 if ((items & importer::HOME_PAGE) && !cancelled())
97 if ((items & importer::HISTORY) && !cancelled()) {
102 if ((items & importer::FAVORITES) && !cancelled()) {
107 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
112 if ((items & importer::PASSWORDS) && !cancelled()) {
137 if (!bookmarks.empty() && !cancelled()) {
165 while (!cancelled() &&
198 if (!rows.empty() && !cancelled()) {
246 while (!cancelled() && SUCCEEDED(item->Next(1, &item_name, 0))) {
336 while (reg_iterator.Valid() && !cancelled()) {
[all...]
H A Dfirefox2_importer.cc62 if ((items & importer::HOME_PAGE) && !cancelled())
68 if ((items & importer::HISTORY) && !cancelled()) {
74 if ((items & importer::FAVORITES) && !cancelled()) {
79 if ((items & importer::SEARCH_ENGINES) && !cancelled()) {
84 if ((items & importer::PASSWORDS) && !cancelled()) {
170 for (size_t i = 0; i < lines.size() && (!importer || !importer->cancelled());
317 if (!bookmarks.empty() && !cancelled()) {
326 !cancelled()) {
356 if (!cancelled()) {
/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
H A DIncomingFileTransfer.java212 setStatus(Status.cancelled);
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.h42 void didFail(bool cancelled = false);
H A DCachedResourceRequest.cpp179 void CachedResourceRequest::didFail(bool cancelled) argument
184 LOG(ResourceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), cancelled);
197 if (!cancelled) {
202 if (cancelled || !m_resource->isPreloaded())
/external/webkit/Source/WebCore/loader/
H A DSubresourceLoader.cpp184 if (cancelled())
196 if (cancelled())
204 if (cancelled())
216 if (cancelled())
232 if (cancelled())
265 // The SubResourceLoaderClient may have cancelled this ResourceLoader in response to the challenge.
H A DResourceLoader.h158 bool cancelled() const { return m_cancelled; } function in class:WebCore::ResourceLoader
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.h116 // Hide the snapshot windows. When |cancelled| is true, then the
119 void Hide(bool cancelled);
/external/chromium/chrome/browser/ui/panels/
H A Dpanel_manager.h55 void EndDragging(bool cancelled);
H A Dpanel_manager.cc253 void PanelManager::EndDragging(bool cancelled) { argument
256 if (cancelled) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVibratorTest.java48 public void cancelled() { method in class:VibratorTest
/external/chromium/net/spdy/
H A Dspdy_http_stream.cc87 CHECK(!stream_->cancelled());
220 CHECK(!stream_->cancelled());
424 // If the transaction is cancelled or errored out, we don't need to complete
426 if (!stream_ || stream_->response_status() != OK || stream_->cancelled())
H A Dspdy_stream.h105 // cancelled yet. It is safe to call multiple times.
201 bool cancelled() const { return cancelled_; } function in class:net::SpdyStream
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc214 int cancelled = kLotsOfToasts / 2; local
216 id <= cancelled;
/external/chromium/chrome/browser/ui/gtk/
H A Dcrypto_module_password_dialog.cc41 bool* cancelled) {
53 *cancelled = cancelled_;
40 RequestPassword(const std::string& slot_name, bool retry, bool* cancelled) argument

Completed in 992 milliseconds

12