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

  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_fetcher.h 91 void CancelJob(Job* job);
150 // and must ensure that it remains valid until the job ends, CancelJob() is
155 void CancelJob(ExternalPolicyDataFetcher::Job* job,
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_policy_data_updater.cc 193 updater_->external_policy_data_fetcher_->CancelJob(fetch_job_);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_list.h 133 virtual void CancelJob(JobID job_id) = 0;
job_scheduler.h 75 virtual void CancelJob(JobID job_id) OVERRIDE;
drive_file_stream_reader_unittest.cc 267 TEST_F(NetworkReaderProxyTest, CancelJob) {
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...]
job_scheduler_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.h 112 void CancelJob(JobID job_id);
download_operation.cc 485 base::Bind(&DownloadOperation::CancelJob,
536 void DownloadOperation::CancelJob(JobID job_id) {
537 scheduler_->CancelJob(job_id);
  /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...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 534 job_list->CancelJob(it->second[i]);
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.cc 795 integration_service->job_list()->CancelJob(operation_id);
    [all...]

Completed in 172 milliseconds