HomeSort by relevance Sort by last modified time
    Searched defs:IsCancelled (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/
cancelable_callback.h 81 bool IsCancelled() const {
151 bool IsCancelled() const {
221 bool IsCancelled() const {
  /external/chromium_org/net/dns/
serial_worker.h 51 bool IsCancelled() const { return state_ == CANCELLED; }
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.cc 107 bool AwPdfExporter::IsCancelled() {
  /external/chromium_org/components/webdata/common/
web_data_request_manager.cc 46 bool WebDataRequest::IsCancelled() const {
121 if (request->IsCancelled())
136 if (!request->IsCancelled()) {
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 92 if (IsCancelled()) {
184 if (IsCancelled()) {
210 if (IsCancelled()) {
227 bool Operation::IsCancelled() {
263 if (IsCancelled()) {
281 if (IsCancelled()) {
320 if (IsCancelled())
  /external/chromium_org/extensions/browser/
content_hash_fetcher.cc 66 bool IsCancelled();
196 bool ContentHashFetcherJob::IsCancelled() {
206 if (IsCancelled())
239 if (IsCancelled())
279 if (IsCancelled())
294 if (IsCancelled())
314 if (IsCancelled())
332 if (IsCancelled())
345 if (IsCancelled())
367 if (IsCancelled())
    [all...]

Completed in 2443 milliseconds