Searched defs:tab_handle (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/automation/ |
D | automation_resource_message_filter.cc | 42 int tab_handle) in AutomationCookieStore() 243 int renderer_pid, int renderer_id, int tab_handle, in RegisterRenderView() 273 int renderer_pid, int renderer_id, int tab_handle, in ResumePendingRenderView() 293 int tab_handle, AutomationResourceMessageFilter* filter, in RegisterRenderViewInIOThread() 335 int renderer_pid, int renderer_id, int tab_handle, in ResumePendingRenderViewInIOThread() 403 int routing_id, int tab_handle, int request_id) { in SendDownloadRequestToHost() 470 int tab_handle, bool success, const GURL& url, const std::string& cookies, in OnGetCookiesHostResponse() 493 int tab_handle, bool success, const GURL& url, const std::string& cookies, in OnGetCookiesHostResponseInternal() 543 int tab_handle, in ResumeJobsForPendingView()
|
D | automation_provider_win.cc | 234 int* tab_handle, int* session_id) { in CreateExternalTab() 273 int tab_handle = tab_tracker_->Add(&tab_contents->controller()); in AddExternalTab() local 300 void AutomationProvider::PrintAsync(int tab_handle) { in PrintAsync() 321 int tab_handle, const Reposition_Params& params) { in OnTabReposition() 349 void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle, in OnForwardContextMenuCommandToChrome() 374 int* tab_handle, in ConnectExternalTab() 406 void AutomationProvider::OnBrowserMoved(int tab_handle) { in OnBrowserMoved()
|
D | automation_provider.cc | 601 void AutomationProvider::OverrideEncoding(int tab_handle, in OverrideEncoding() 636 void AutomationProvider::SelectAll(int tab_handle) { in SelectAll() 646 void AutomationProvider::Cut(int tab_handle) { in Cut() 656 void AutomationProvider::Copy(int tab_handle) { in Copy() 666 void AutomationProvider::Paste(int tab_handle) { in Paste() 676 void AutomationProvider::ReloadAsync(int tab_handle) { in ReloadAsync() 689 void AutomationProvider::StopAsync(int tab_handle) { in StopAsync() 701 void AutomationProvider::OnSetPageFontSize(int tab_handle, in OnSetPageFontSize() 733 void AutomationProvider::JavaScriptStressTestControl(int tab_handle, in JavaScriptStressTestControl() 745 RenderViewHost* AutomationProvider::GetViewForTab(int tab_handle) { in GetViewForTab() [all …]
|
D | automation_resource_message_filter.h | 48 int tab_handle; member
|
D | automation_provider_gtk.cc | 21 void AutomationProvider::PrintAsync(int tab_handle) { in PrintAsync()
|
D | testing_automation_provider.cc | 496 void TestingAutomationProvider::CloseTab(int tab_handle, in CloseTab() 621 void TestingAutomationProvider::SetAuth(int tab_handle, in SetAuth() 646 void TestingAutomationProvider::CancelAuth(int tab_handle, in CancelAuth() 667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { in NeedsAuth() 681 void TestingAutomationProvider::GetRedirectsFrom(int tab_handle, in GetRedirectsFrom() 997 int* tab_handle) { in GetTab() 1302 int tab_handle, in ShowInterstitialPage() 1325 void TestingAutomationProvider::HideInterstitialPage(int tab_handle, in HideInterstitialPage() 1336 int tab_handle, in WaitForTabToBeRestored() 1449 void TestingAutomationProvider::PrintNow(int tab_handle, in PrintNow() [all …]
|
/external/chromium/chrome/browser/ |
D | external_tab_container_win.h | 61 int tab_handle() const { in tab_handle() function
|