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

  /external/chromium/chrome/browser/automation/
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...]
automation_resource_message_filter.cc 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,
    [all...]
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...]
automation_provider.cc 601 void AutomationProvider::OverrideEncoding(int tab_handle,
605 if (tab_tracker_->ContainsHandle(tab_handle)) {
606 NavigationController* nav = tab_tracker_->GetResource(tab_handle);
636 void AutomationProvider::SelectAll(int tab_handle) {
637 RenderViewHost* view = GetViewForTab(tab_handle);
646 void AutomationProvider::Cut(int tab_handle) {
647 RenderViewHost* view = GetViewForTab(tab_handle);
656 void AutomationProvider::Copy(int tab_handle) {
657 RenderViewHost* view = GetViewForTab(tab_handle);
666 void AutomationProvider::Paste(int tab_handle) {
    [all...]
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...]
automation_provider_gtk.cc 21 void AutomationProvider::PrintAsync(int tab_handle) {
testing_automation_provider.cc 496 void TestingAutomationProvider::CloseTab(int tab_handle,
499 if (tab_tracker_->ContainsHandle(tab_handle)) {
500 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
621 void TestingAutomationProvider::SetAuth(int tab_handle,
625 if (tab_tracker_->ContainsHandle(tab_handle)) {
626 NavigationController* tab = tab_tracker_->GetResource(tab_handle);
646 void TestingAutomationProvider::CancelAuth(int tab_handle,
648 if (tab_tracker_->ContainsHandle(tab_handle)) {
649 NavigationController* tab = tab_tracker_->GetResource(tab_handle);
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth)
    [all...]
url_request_automation_job.cc 112 details.tab_handle, request_info->request_id(), details.filter,
  /external/chromium/chrome/browser/
external_tab_container_win.h 61 int tab_handle() const { function in class:ExternalTabContainer
external_tab_container_win.cc 582 tab_handle(),
    [all...]

Completed in 307 milliseconds