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

  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.cc 90 CancelJob(*it);
112 void ExternalPolicyDataFetcher::CancelJob(Job* job) {
124 base::Bind(&ExternalPolicyDataFetcherBackend::CancelJob,
185 void ExternalPolicyDataFetcherBackend::CancelJob(
external_policy_data_fetcher_unittest.cc 44 void CancelJob(int index);
94 void ExternalPolicyDataFetcherTest::CancelJob(int index) {
100 fetcher_->CancelJob(job);
305 CancelJob(0);
335 CancelJob(0);
464 CancelJob(0);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 485 base::Bind(&DownloadOperation::CancelJob,
536 void DownloadOperation::CancelJob(JobID job_id) {
537 scheduler_->CancelJob(job_id);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 210 void JobScheduler::CancelJob(JobID job_id) {
230 // CancelJob may remove the entry from |job_map_|. That's OK. IDMap supports
233 CancelJob(iter.GetCurrentKey());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qmgr.h 122 virtual HRESULT WINAPI CancelJob(void) = 0;
137 HRESULT (WINAPI *CancelJob)(IBackgroundCopyJob1 *This);
154 #define IBackgroundCopyJob1_CancelJob(This) (This)->lpVtbl->CancelJob(This)
    [all...]

Completed in 1758 milliseconds