Home
last modified time | relevance | path

Searched refs:IsCancelled (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium/chrome/browser/webdata/
Dweb_data_service.cc536 if (!request->IsCancelled() && (consumer = request->GetConsumer())) { in RequestCompleted()
662 if (db_ && !request->IsCancelled()) { in AddKeywordImpl()
672 if (db_ && !request->IsCancelled()) { in RemoveKeywordImpl()
682 if (db_ && !request->IsCancelled()) { in UpdateKeywordImpl()
694 if (db_ && !request->IsCancelled()) { in GetKeywordsImpl()
710 if (db_ && !request->IsCancelled()) { in SetDefaultSearchProviderImpl()
724 if (db_ && !request->IsCancelled()) { in SetBuiltinKeywordVersionImpl()
744 if (db_ && !request->IsCancelled()) { in SetWebAppImageImpl()
755 if (db_ && !request->IsCancelled()) { in SetWebAppHasAllImagesImpl()
765 if (db_ && !request->IsCancelled()) { in RemoveWebAppImpl()
[all …]
Dweb_data_service_win.cc42 if (db_ && !request->IsCancelled()) { in AddIE7LoginImpl()
51 if (db_ && !request->IsCancelled()) { in RemoveIE7LoginImpl()
60 if (db_ && !request->IsCancelled()) { in GetIE7LoginImpl()
/external/chromium_org/base/
Dcancelable_callback_unittest.cc100 EXPECT_FALSE(cancelable.IsCancelled()); in TEST()
106 EXPECT_TRUE(cancelable.IsCancelled()); in TEST()
128 EXPECT_FALSE(cancelable.IsCancelled()); in TEST()
148 EXPECT_TRUE(cancelable.IsCancelled()); in TEST()
153 EXPECT_FALSE(cancelable.IsCancelled()); in TEST()
156 EXPECT_TRUE(cancelable.IsCancelled()); in TEST()
Dcancelable_callback.h81 bool IsCancelled() const { in IsCancelled() function
151 bool IsCancelled() const { in IsCancelled() function
221 bool IsCancelled() const { in IsCancelled() function
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation.cc96 if (IsCancelled()) { in SetProgress()
123 if (IsCancelled()) { in SetStage()
159 bool Operation::IsCancelled() { in IsCancelled() function in extensions::image_writer::Operation
183 if (IsCancelled()) { in UnzipStart()
242 if (IsCancelled()) { in GetMD5SumOfFile()
277 if (IsCancelled()) { in MD5Chunk()
Doperation_linux.cc23 if (IsCancelled()) { in WriteStart()
70 if (IsCancelled()) { in WriteChunk()
150 if (IsCancelled()) { in VerifyWriteStart()
Dwrite_from_url_operation.cc64 if (IsCancelled()) { in CreateTempFile()
197 if (IsCancelled()) { in VerifyDownloadStart()
246 if (IsCancelled()) { in VerifyDownloadComplete()
Doperation.h82 bool IsCancelled();
/external/chromium_org/webkit/browser/appcache/
Dappcache_group.cc57 DCHECK(restart_update_task_.IsCancelled()); in ~AppCacheGroup()
167 if (!restart_update_task_.IsCancelled()) { in StartUpdateWithNewMasterEntry()
198 if (!restart_update_task_.IsCancelled()) in RunQueuedUpdates()
228 DCHECK(restart_update_task_.IsCancelled()); in ScheduleUpdateRestart()
239 if (queued_updates_.empty() && !restart_update_task_.IsCancelled()) in HostDestructionImminent()
Dappcache_group_unittest.cc282 EXPECT_FALSE(group->restart_update_task_.IsCancelled()); in TEST_F()
289 EXPECT_TRUE(group->restart_update_task_.IsCancelled()); in TEST_F()
298 EXPECT_TRUE(group->restart_update_task_.IsCancelled()); in TEST_F()
/external/chromium_org/components/webdata/common/
Dweb_data_request_manager.cc46 bool WebDataRequest::IsCancelled() const { in IsCancelled() function in WebDataRequest
121 if (request->IsCancelled()) in RequestCompletedOnThread()
136 if (!request->IsCancelled()) { in RequestCompletedOnThread()
Dweb_data_service_backend.cc77 if (request->IsCancelled()) in DBWriteTaskWrapper()
97 if (request->IsCancelled()) in DBReadTaskWrapper()
Dweb_data_request_manager.h52 bool IsCancelled() const;
/external/chromium_org/components/policy/core/common/
Dasync_policy_provider.cc98 DCHECK(!refresh_callback_.IsCancelled()); in ReloadAfterRefreshSync()
119 if (refresh_callback_.IsCancelled() && loader_) in OnLoaderReloaded()
/external/chromium_org/chrome/browser/renderer_host/
Doffline_resource_throttle.cc72 if (!appcache_completion_callback_.IsCancelled()) in ~OfflineResourceThrottle()
94 DCHECK(appcache_completion_callback_.IsCancelled()); in WillStartRequest()
/external/chromium_org/net/dns/
Dserial_worker.h51 bool IsCancelled() const { return state_ == CANCELLED; } in NON_EXPORTED_BASE()
/external/chromium_org/android_webview/native/
Daw_pdf_exporter.h45 virtual bool IsCancelled() OVERRIDE;
Daw_pdf_exporter.cc110 bool AwPdfExporter::IsCancelled() { in IsCancelled() function in android_webview::AwPdfExporter
/external/chromium_org/android_webview/browser/renderer_host/
Dprint_manager.h28 virtual bool IsCancelled() = 0;
/external/chromium_org/cc/scheduler/
Dscheduler.cc122 DCHECK(begin_impl_frame_deadline_closure_.IsCancelled()); in DidCreateAndInitializeOutputSurface()
173 if (poll_for_draw_triggers_closure_.IsCancelled()) { in SetupNextBeginImplFrameIfNeeded()
/external/chromium/chrome/browser/download/
Ddownload_shelf.cc73 return !download_->IsCancelled(); in IsCommandIdEnabled()
Ddrag_download_file.cc170 if (download->IsCancelled()) { in OnDownloadUpdated()
Ddownload_item.h235 bool IsCancelled() const;
/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_refresh_scheduler.cc373 return !wait_for_invalidations_timeout_callback_.IsCancelled(); in WaitingForInvalidationService()
/external/chromium_org/content/common/gpu/
Dgpu_memory_manager.cc227 if (!delayed_manage_callback_.IsCancelled()) in ScheduleManage()
230 if (!delayed_manage_callback_.IsCancelled()) in ScheduleManage()

12