HomeSort by relevance Sort by last modified time
    Searched defs:IsCancelled (Results 1 - 7 of 7) 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 109 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/native_client_sdk/src/examples/api/input_event/
shared_queue.h 84 bool IsCancelled() {
  /external/chromium/chrome/browser/download/
download_item.cc 624 // TODO(ahendrickson) -- Move |INTERRUPTED| from |IsCancelled()| to
634 bool DownloadItem::IsCancelled() const {
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 536 if (!request->IsCancelled() && (consumer = request->GetConsumer())) {
662 if (db_ && !request->IsCancelled()) {
672 if (db_ && !request->IsCancelled()) {
682 if (db_ && !request->IsCancelled()) {
694 if (db_ && !request->IsCancelled()) {
710 if (db_ && !request->IsCancelled()) {
724 if (db_ && !request->IsCancelled()) {
744 if (db_ && !request->IsCancelled()) {
755 if (db_ && !request->IsCancelled()) {
765 if (db_ && !request->IsCancelled()) {
    [all...]

Completed in 123 milliseconds