Searched refs:new_job (Results 1 – 2 of 2) sorted by relevance
241 JobEntry* new_job = CreateNewJob(TYPE_GET_ABOUT_RESOURCE); in GetAboutResource() local242 new_job->task = base::Bind( in GetAboutResource()247 new_job->job_info.job_id, in GetAboutResource()249 new_job->abort_callback = CreateErrorRunCallback(callback); in GetAboutResource()250 StartJob(new_job); in GetAboutResource()257 JobEntry* new_job = CreateNewJob(TYPE_GET_APP_LIST); in GetAppList() local258 new_job->task = base::Bind( in GetAppList()263 new_job->job_info.job_id, in GetAppList()265 new_job->abort_callback = CreateErrorRunCallback(callback); in GetAppList()266 StartJob(new_job); in GetAppList()[all …]
145 static Job *new_job(void);479 j = new_job(); in exchild()1738 new_job(void) in new_job() function