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

1 2

  /external/chromium_org/chrome/browser/automation/
automation_provider_aura.cc 7 void AutomationProvider::PrintAsync(int tab_handle) {
automation_provider_gtk.cc 9 void AutomationProvider::PrintAsync(int tab_handle) {
automation_resource_message_filter.h 44 int tab_handle; member in struct:AutomationResourceMessageFilter::AutomationDetails
86 int tab_handle,
96 int tab_handle,
104 bool SendDownloadRequestToHost(int routing_id, int tab_handle,
131 void OnGetCookiesHostResponse(int tab_handle, bool success, const GURL& url,
141 int tab_handle, AutomationResourceMessageFilter* filter,
146 int renderer_pid, int renderer_id, int tab_handle,
153 int tab_handle,
automation_provider_win.cc 40 int* tab_handle,
44 *tab_handle = 0;
66 *tab_handle = external_tab_container->GetTabHandle();
82 int tab_handle = tab_tracker_->Add(&web_contents->GetController()); local
83 external_tab->SetTabHandle(tab_handle);
109 void AutomationProvider::PrintAsync(int tab_handle) {
110 WebContents* web_contents = GetWebContentsForHandle(tab_handle, NULL);
128 void AutomationProvider::OnTabReposition(int tab_handle,
130 if (!tab_tracker_->ContainsHandle(tab_handle))
157 void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle,
    [all...]
automation_provider.h 182 content::RenderViewHost* GetViewForTab(int tab_handle);
247 void OnSetPageFontSize(int tab_handle, int font_size);
263 void PrintAsync(int tab_handle);
267 void OverrideEncoding(int tab_handle,
272 void SelectAll(int tab_handle);
275 void Cut(int tab_handle);
276 void Copy(int tab_handle);
277 void Paste(int tab_handle);
279 void ReloadAsync(int tab_handle);
280 void StopAsync(int tab_handle);
    [all...]
automation_resource_message_filter.cc 39 : tab_handle(0),
48 : tab_handle(tab), ref_count(1), filter(flt),
213 int renderer_pid, int renderer_id, int tab_handle,
216 if (!renderer_pid || !renderer_id || !tab_handle) {
224 renderer_pid, renderer_id, tab_handle,
239 int renderer_pid, int renderer_id, int tab_handle,
241 if (!renderer_pid || !renderer_id || !tab_handle) {
250 renderer_pid, renderer_id, tab_handle, make_scoped_refptr(filter)));
256 int tab_handle, AutomationResourceMessageFilter* filter,
278 automation_details_iter->second.tab_handle = tab_handle
    [all...]
automation_provider.cc 596 void AutomationProvider::OverrideEncoding(int tab_handle,
600 if (tab_tracker_->ContainsHandle(tab_handle)) {
601 NavigationController* nav = tab_tracker_->GetResource(tab_handle);
630 void AutomationProvider::SelectAll(int tab_handle) {
631 RenderViewHost* view = GetViewForTab(tab_handle);
640 void AutomationProvider::Cut(int tab_handle) {
641 RenderViewHost* view = GetViewForTab(tab_handle);
650 void AutomationProvider::Copy(int tab_handle) {
651 RenderViewHost* view = GetViewForTab(tab_handle);
660 void AutomationProvider::Paste(int tab_handle) {
    [all...]
testing_automation_provider.h 87 void CloseTab(int tab_handle, bool wait_until_closed,
96 void GetRedirectsFrom(int tab_handle,
114 void GetTab(int win_handle, int tab_index, int* tab_handle);
632 // Either "tab_id" or "tab_handle" must be specified, but not both. "tab_id"
633 // refers to the ID from the |NavigationController|, while "tab_handle" is
637 // "tab_handle": 3 // optional
    [all...]
url_request_automation_job.cc 158 details.tab_handle,
  /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_org/chrome_frame/
custom_sync_call_context.cc 15 HWND chrome_window, HWND tab_window, int tab_handle, int session_id) {
18 tab_handle, session_id);
custom_sync_call_context.h 25 void Completed(HWND chrome_window, HWND tab_window, int tab_handle,
chrome_frame_automation.cc 835 HWND chrome_window, HWND tab_window, int tab_handle, int session_id) {
844 if (tab_handle == 0 || !::IsWindow(chrome_window)) {
849 tab_ = automation_server_->CreateTabProxy(tab_handle);
851 tab_handle_ = tab_handle;
874 // If we have a valid tab_handle here it means that we are attaching to
    [all...]
chrome_frame_automation.h 417 int tab_handle,
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 93 int tab_handle = 0; local
95 sender_->Send(new AutomationMsg_Tab(handle_, tab_index, &tab_handle));
96 if (!tab_handle)
99 TabProxy* tab = static_cast<TabProxy*>(tracker_->GetResource(tab_handle));
101 tab = new TabProxy(sender_, tracker_, tab_handle);
  /external/chromium/chrome/browser/
external_tab_container_win.h 61 int tab_handle() const { function in class:ExternalTabContainer
  /external/chromium_org/chrome_frame/test/
automation_client_mock.cc 86 ACTION_P4(HandleCreateTab, tab_handle, external_tab_container, tab_wnd,
93 tab_handle,

Completed in 166 milliseconds

1 2