/external/chromium/chrome/browser/automation/ |
D | automation_resource_message_filter.cc | 42 int tab_handle) in AutomationCookieStore() argument 44 tab_handle_(tab_handle) { in AutomationCookieStore() 86 : tab_handle(0), in AutomationDetails() 95 : tab_handle(tab), ref_count(1), filter(flt), in AutomationDetails() 243 int renderer_pid, int renderer_id, int tab_handle, in RegisterRenderView() argument 246 if (!renderer_pid || !renderer_id || !tab_handle) { in RegisterRenderView() 257 tab_handle, in RegisterRenderView() 273 int renderer_pid, int renderer_id, int tab_handle, in ResumePendingRenderView() argument 275 if (!renderer_pid || !renderer_id || !tab_handle) { in ResumePendingRenderView() 286 tab_handle, in ResumePendingRenderView() [all …]
|
D | automation_provider.h | 172 RenderViewHost* GetViewForTab(int tab_handle); 238 void OnSetPageFontSize(int tab_handle, int font_size); 283 void PrintAsync(int tab_handle); 287 void OverrideEncoding(int tab_handle, 292 void SelectAll(int tab_handle); 295 void Cut(int tab_handle); 296 void Copy(int tab_handle); 297 void Paste(int tab_handle); 299 void ReloadAsync(int tab_handle); 300 void StopAsync(int tab_handle); [all …]
|
D | automation_resource_message_filter.h | 48 int tab_handle; member 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,
|
D | automation_provider_win.cc | 234 int* tab_handle, int* session_id) { in CreateExternalTab() argument 237 *tab_handle = 0; in CreateExternalTab() 257 *tab_handle = external_tab_container->tab_handle(); in CreateExternalTab() 273 int tab_handle = tab_tracker_->Add(&tab_contents->controller()); in AddExternalTab() local 274 external_tab->SetTabHandle(tab_handle); in AddExternalTab() 300 void AutomationProvider::PrintAsync(int tab_handle) { in PrintAsync() argument 301 TabContents* tab_contents = GetTabContentsForHandle(tab_handle, NULL); in PrintAsync() 321 int tab_handle, const Reposition_Params& params) { in OnTabReposition() argument 322 if (!tab_tracker_->ContainsHandle(tab_handle)) in OnTabReposition() 349 void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle, in OnForwardContextMenuCommandToChrome() argument [all …]
|
D | automation_provider.cc | 601 void AutomationProvider::OverrideEncoding(int tab_handle, in OverrideEncoding() argument 605 if (tab_tracker_->ContainsHandle(tab_handle)) { in OverrideEncoding() 606 NavigationController* nav = tab_tracker_->GetResource(tab_handle); in OverrideEncoding() 636 void AutomationProvider::SelectAll(int tab_handle) { in SelectAll() argument 637 RenderViewHost* view = GetViewForTab(tab_handle); in SelectAll() 646 void AutomationProvider::Cut(int tab_handle) { in Cut() argument 647 RenderViewHost* view = GetViewForTab(tab_handle); in Cut() 656 void AutomationProvider::Copy(int tab_handle) { in Copy() argument 657 RenderViewHost* view = GetViewForTab(tab_handle); in Copy() 666 void AutomationProvider::Paste(int tab_handle) { in Paste() argument [all …]
|
D | testing_automation_provider.h | 70 void CloseTab(int tab_handle, bool wait_until_closed, 90 void SetAuth(int tab_handle, const std::wstring& username, 92 void CancelAuth(int tab_handle, IPC::Message* reply_message); 93 void NeedsAuth(int tab_handle, bool* needs_auth); 94 void GetRedirectsFrom(int tab_handle, 131 void GetTab(int win_handle, int tab_index, int* tab_handle); 206 void ShowInterstitialPage(int tab_handle, 209 void HideInterstitialPage(int tab_handle, bool* success); 211 void WaitForTabToBeRestored(int tab_handle, IPC::Message* reply_message); 242 void PrintNow(int tab_handle, IPC::Message* reply_message); [all …]
|
D | testing_automation_provider.cc | 496 void TestingAutomationProvider::CloseTab(int tab_handle, in CloseTab() argument 499 if (tab_tracker_->ContainsHandle(tab_handle)) { in CloseTab() 500 NavigationController* controller = tab_tracker_->GetResource(tab_handle); in CloseTab() 621 void TestingAutomationProvider::SetAuth(int tab_handle, in SetAuth() argument 625 if (tab_tracker_->ContainsHandle(tab_handle)) { in SetAuth() 626 NavigationController* tab = tab_tracker_->GetResource(tab_handle); in SetAuth() 646 void TestingAutomationProvider::CancelAuth(int tab_handle, in CancelAuth() argument 648 if (tab_tracker_->ContainsHandle(tab_handle)) { in CancelAuth() 649 NavigationController* tab = tab_tracker_->GetResource(tab_handle); in CancelAuth() 667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { in NeedsAuth() argument [all …]
|
D | automation_provider_mac.mm | 22 void AutomationProvider::PrintAsync(int tab_handle) {
|
D | automation_provider_gtk.cc | 21 void AutomationProvider::PrintAsync(int tab_handle) { in PrintAsync() argument
|
D | url_request_automation_job.cc | 112 details.tab_handle, request_info->request_id(), details.filter, in Factory()
|
/external/chromium/chrome/browser/ |
D | external_tab_container_win.h | 61 int tab_handle() const { in tab_handle() function
|
D | external_tab_container_win.cc | 582 tab_handle(), in RegisterRenderViewHostForAutomation()
|