Searched defs:IsCancelled (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/dns/
H A Dserial_worker.h51 bool IsCancelled() const { return state_ == CANCELLED; } function in class:net::SerialWorker
/external/chromium_org/base/
H A Dcancelable_callback.h81 bool IsCancelled() const { function in class:base::CancelableCallback
151 bool IsCancelled() const { function in class:base::CancelableCallback
221 bool IsCancelled() const { function in class:base::CancelableCallback
/external/chromium_org/android_webview/native/
H A Daw_pdf_exporter.cc107 bool AwPdfExporter::IsCancelled() { function in class:android_webview::AwPdfExporter
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc46 bool WebDataRequest::IsCancelled() const { function in class:WebDataRequest
121 if (request->IsCancelled())
136 if (!request->IsCancelled()) {
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc97 if (IsCancelled()) {
189 if (IsCancelled()) {
215 if (IsCancelled()) {
232 bool Operation::IsCancelled() { function in class:extensions::image_writer::Operation
272 if (IsCancelled()) {
290 if (IsCancelled()) {
329 if (IsCancelled())
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc66 bool IsCancelled();
209 bool ContentHashFetcherJob::IsCancelled() { function in class:extensions::ContentHashFetcherJob
232 if (IsCancelled())
265 if (IsCancelled())
305 if (IsCancelled())
320 if (IsCancelled())
341 if (IsCancelled())
362 if (IsCancelled())
375 if (IsCancelled())
490 if (!job->IsCancelled()) {
[all...]

Completed in 1148 milliseconds