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

  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.h 48 int tab_handle; member in struct:AutomationResourceMessageFilter::AutomationDetails
91 int tab_handle, AutomationResourceMessageFilter* filter,
99 int tab_handle, AutomationResourceMessageFilter* filter);
106 bool SendDownloadRequestToHost(int routing_id, int tab_handle,
124 void OnGetCookiesHostResponse(int tab_handle, bool success, const GURL& url,
134 int tab_handle, AutomationResourceMessageFilter* filter,
139 int renderer_pid, int renderer_id, int tab_handle,
145 int tab_handle, bool success, const GURL& url,
157 int tab_handle,
automation_provider_win.cc 234 int* tab_handle, int* session_id) {
237 *tab_handle = 0;
257 *tab_handle = external_tab_container->tab_handle();
273 int tab_handle = tab_tracker_->Add(&tab_contents->controller()); local
274 external_tab->SetTabHandle(tab_handle);
300 void AutomationProvider::PrintAsync(int tab_handle) {
301 TabContents* tab_contents = GetTabContentsForHandle(tab_handle, NULL);
321 int tab_handle, const Reposition_Params& params) {
322 if (!tab_tracker_->ContainsHandle(tab_handle))
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.h 61 int tab_handle() const { function in class:ExternalTabContainer

Completed in 39 milliseconds