Home
last modified time | relevance | path

Searched refs:new_filter (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/automation/
Dautomation_resource_message_filter.cc340 AutomationResourceMessageFilter* new_filter) { in ResumeJobsForPendingView() argument
342 DCHECK(new_filter != NULL); in ResumeJobsForPendingView()
353 job->StartPendingJob(tab_handle, new_filter); in ResumeJobsForPendingView()
Durl_request_automation_job.cc543 AutomationResourceMessageFilter* new_filter) { in StartPendingJob() argument
544 DCHECK(new_filter != NULL); in StartPendingJob()
546 message_filter_ = new_filter; in StartPendingJob()
Durl_request_automation_job.h82 AutomationResourceMessageFilter* new_filter);
Dautomation_resource_message_filter.h136 AutomationResourceMessageFilter* new_filter);
/external/chromium/chrome/browser/automation/
Durl_request_automation_job.cc473 AutomationResourceMessageFilter* new_filter) { in StartPendingJob() argument
474 DCHECK(new_filter != NULL); in StartPendingJob()
476 message_filter_ = new_filter; in StartPendingJob()
Dautomation_resource_message_filter.cc545 AutomationResourceMessageFilter* new_filter) { in ResumeJobsForPendingView() argument
547 DCHECK(new_filter != NULL); in ResumeJobsForPendingView()
557 job->StartPendingJob(tab_handle, new_filter); in ResumeJobsForPendingView()
Durl_request_automation_job.h76 AutomationResourceMessageFilter* new_filter);
Dautomation_resource_message_filter.h159 AutomationResourceMessageFilter* new_filter);