Home
last modified time | relevance | path

Searched refs:StartJob (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/proxy/
Dmulti_threaded_proxy_resolver.cc52 void StartJob(Job* job);
313 void MultiThreadedProxyResolver::Executor::StartJob(Job* job) { in StartJob() function in net::MultiThreadedProxyResolver::Executor
419 executor->StartJob(job); in GetProxyForURL()
432 executor->StartJob( in GetProxyForURL()
501 executor->StartJob(new SetPacScriptJob(script_data, callback)); in SetPacScript()
567 executor->StartJob(job); in OnExecutorReady()
/external/chromium/chrome/browser/policy/
Ddevice_management_service.cc125 StartJob(queued_jobs_.front()); in Initialize()
147 StartJob(job); in AddJob()
169 void DeviceManagementService::StartJob(DeviceManagementJob* job) { in StartJob() function in policy::DeviceManagementService
Ddevice_management_service.h81 void StartJob(DeviceManagementJob* job);
/external/chromium/net/url_request/
Durl_request.cc389 StartJob(new URLRequestErrorJob(this, error)); in BeforeRequestComplete()
393 StartJob(new URLRequestRedirectJob(this, new_url)); in BeforeRequestComplete()
400 StartJob(URLRequestJobManager::GetInstance()->CreateJob(this)); in StartInternal()
403 void URLRequest::StartJob(URLRequestJob* job) { in StartJob() function in net::URLRequest
438 StartJob(job); in RestartWithJob()
Durl_request.h605 void StartJob(URLRequestJob* job);