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

  /external/chromium/chrome/browser/policy/
device_management_service.cc 125 StartJob(queued_jobs_.front());
147 StartJob(job);
169 void DeviceManagementService::StartJob(DeviceManagementJob* job) {
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 52 void StartJob(Job* job);
313 void MultiThreadedProxyResolver::Executor::StartJob(Job* job) {
419 executor->StartJob(job);
432 executor->StartJob(
501 executor->StartJob(new SetPacScriptJob(script_data, callback));
567 executor->StartJob(job);
  /external/chromium/net/url_request/
url_request.cc 385 StartJob(new URLRequestErrorJob(this, error));
389 StartJob(new URLRequestRedirectJob(this, new_url));
396 StartJob(URLRequestJobManager::GetInstance()->CreateJob(this));
399 void URLRequest::StartJob(URLRequestJob* job) {
434 StartJob(job);

Completed in 548 milliseconds