Home | History | Annotate | Download | only in automation

Lines Matching refs:tab_handle

42                         int tab_handle)
44 tab_handle_(tab_handle) {
86 : tab_handle(0),
95 : tab_handle(tab), ref_count(1), filter(flt),
243 int renderer_pid, int renderer_id, int tab_handle,
246 if (!renderer_pid || !renderer_id || !tab_handle) {
257 tab_handle,
273 int renderer_pid, int renderer_id, int tab_handle,
275 if (!renderer_pid || !renderer_id || !tab_handle) {
286 tab_handle,
293 int tab_handle, AutomationResourceMessageFilter* filter,
298 new AutomationCookieStore(filter, tab_handle));
307 AutomationDetails(tab_handle, filter, pending_view);
335 int renderer_pid, int renderer_id, int tab_handle,
355 new AutomationCookieStore(filter, tab_handle));
362 AutomationDetails(tab_handle, filter, false);
366 ResumeJobsForPendingView(tab_handle, old_filter, filter);
403 int routing_id, int tab_handle, int request_id) {
411 return Send(new AutomationMsg_DownloadRequestInHost(tab_handle,
463 automation_details_iter->second.tab_handle, url,
470 int tab_handle, bool success, const GURL& url, const std::string& cookies,
484 OnGetCookiesHostResponseInternal(tab_handle, success, url, cookies,
493 int tab_handle, bool success, const GURL& url, const std::string& cookies,
535 automation_details_iter->second.tab_handle, url, cookie_line));
543 int tab_handle,
557 job->StartPendingJob(tab_handle, new_filter);