Searched defs:tab_handle (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_aura.cc7 void AutomationProvider::PrintAsync(int tab_handle) { argument
H A Dautomation_provider_gtk.cc9 void AutomationProvider::PrintAsync(int tab_handle) { argument
H A Dautomation_resource_message_filter.h44 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,
122 int tab_handle, AutomationResourceMessageFilter* filter,
127 int renderer_pid, int renderer_id, int tab_handle,
134 int tab_handle,
H A Dautomation_provider_win.cc40 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) { argument
110 WebContents* web_contents = GetWebContentsForHandle(tab_handle, NULL);
128 void AutomationProvider::OnTabReposition(int tab_handle, argument
130 if (!tab_tracker_->ContainsHandle(tab_handle))
157 void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle, argument
36 CreateExternalTab( const ExternalTabSettings& settings, HWND* tab_container_window, HWND* tab_window, int* tab_handle, int* session_id) argument
164 ConnectExternalTab(uint64 cookie, bool allow, HWND parent_window, HWND* tab_container_window, HWND* tab_window, int* tab_handle, int* session_id) argument
203 OnBrowserMoved(int tab_handle) argument
[all...]
H A Dautomation_resource_message_filter.cc35 : tab_handle(0),
44 : tab_handle(tab), ref_count(1), filter(flt),
171 int renderer_pid, int renderer_id, int tab_handle,
174 if (!renderer_pid || !renderer_id || !tab_handle) {
182 renderer_pid, renderer_id, tab_handle,
197 int renderer_pid, int renderer_id, int tab_handle,
199 if (!renderer_pid || !renderer_id || !tab_handle) {
208 renderer_pid, renderer_id, tab_handle, make_scoped_refptr(filter)));
214 int tab_handle, AutomationResourceMessageFilter* filter,
236 automation_details_iter->second.tab_handle
170 RegisterRenderView( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter, bool pending_view) argument
196 ResumePendingRenderView( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter) argument
212 RegisterRenderViewInIOThread( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter, bool pending_view) argument
265 ResumePendingRenderViewInIOThread( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter) argument
323 SendDownloadRequestToHost( int routing_id, int tab_handle, int request_id) argument
337 ResumeJobsForPendingView( int tab_handle, AutomationResourceMessageFilter* old_filter, AutomationResourceMessageFilter* new_filter) argument
[all...]
H A Dautomation_provider.cc565 void AutomationProvider::OverrideEncoding(int tab_handle, argument
569 if (tab_tracker_->ContainsHandle(tab_handle)) {
570 NavigationController* nav = tab_tracker_->GetResource(tab_handle);
599 void AutomationProvider::SelectAll(int tab_handle) { argument
600 RenderViewHost* view = GetViewForTab(tab_handle);
609 void AutomationProvider::Cut(int tab_handle) { argument
610 RenderViewHost* view = GetViewForTab(tab_handle);
619 void AutomationProvider::Copy(int tab_handle) { argument
620 RenderViewHost* view = GetViewForTab(tab_handle);
629 void AutomationProvider::Paste(int tab_handle) { argument
639 ReloadAsync(int tab_handle) argument
652 StopAsync(int tab_handle) argument
664 OnSetPageFontSize(int tab_handle, int font_size) argument
695 JavaScriptStressTestControl(int tab_handle, int cmd, int param) argument
735 GetViewForTab(int tab_handle) argument
756 SaveAsAsync(int tab_handle) argument
[all...]
H A Dtesting_automation_provider.cc488 void TestingAutomationProvider::CloseTab(int tab_handle, argument
491 if (tab_tracker_->ContainsHandle(tab_handle)) {
492 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
954 int* tab_handle) {
955 *tab_handle = 0;
961 *tab_handle = tab_tracker_->Add(&web_contents->GetController());
4562 bool has_handle = args->HasKey("tab_handle");
4565 "Both 'tab_id' and 'tab_handle' were specified. Only one is allowed");
4568 reply.SendError("Either 'tab_id' or 'tab_handle' must be specified");
4575 if (has_handle && (!args->GetInteger("tab_handle",
952 GetTab(int win_handle, int tab_index, int* tab_handle) argument
[all...]
/external/chromium_org/chrome_frame/
H A Dcustom_sync_call_context.cc15 HWND chrome_window, HWND tab_window, int tab_handle, int session_id) {
18 tab_handle, session_id);
14 Completed( HWND chrome_window, HWND tab_window, int tab_handle, int session_id) argument
H A Dchrome_frame_automation.cc835 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
834 CreateExternalTabComplete( HWND chrome_window, HWND tab_window, int tab_handle, int session_id) argument
H A Dchrome_frame_activex_base.h341 int tab_handle = automation_client_->tab()->handle(); local
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_gtk.cc21 void AutomationProvider::PrintAsync(int tab_handle) { argument
H A Dautomation_resource_message_filter.h48 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,
H A Dautomation_provider_win.cc234 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) { argument
301 TabContents* tab_contents = GetTabContentsForHandle(tab_handle, NULL);
321 int tab_handle, const Reposition_Params& params) {
322 if (!tab_tracker_->ContainsHandle(tab_handle))
231 CreateExternalTab( const ExternalTabSettings& settings, gfx::NativeWindow* tab_container_window, gfx::NativeWindow* tab_window, int* tab_handle, int* session_id) argument
320 OnTabReposition( int tab_handle, const Reposition_Params& params) argument
349 OnForwardContextMenuCommandToChrome(int tab_handle, int command) argument
368 ConnectExternalTab( uint64 cookie, bool allow, gfx::NativeWindow parent_window, gfx::NativeWindow* tab_container_window, gfx::NativeWindow* tab_window, int* tab_handle, int* session_id) argument
406 OnBrowserMoved(int tab_handle) argument
[all...]
H A Dautomation_resource_message_filter.cc42 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,
41 AutomationCookieStore(AutomationResourceMessageFilter* automation_client, int tab_handle) argument
242 RegisterRenderView( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter, bool pending_view) argument
272 ResumePendingRenderView( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter) argument
291 RegisterRenderViewInIOThread( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter, bool pending_view) argument
334 ResumePendingRenderViewInIOThread( int renderer_pid, int renderer_id, int tab_handle, AutomationResourceMessageFilter* filter) argument
402 SendDownloadRequestToHost( int routing_id, int tab_handle, int request_id) argument
469 OnGetCookiesHostResponse( int tab_handle, bool success, const GURL& url, const std::string& cookies, int cookie_id) argument
492 OnGetCookiesHostResponseInternal( int tab_handle, bool success, const GURL& url, const std::string& cookies, net::CompletionCallback* callback, net::CookieStore* cookie_store) argument
542 ResumeJobsForPendingView( int tab_handle, AutomationResourceMessageFilter* old_filter, AutomationResourceMessageFilter* new_filter) argument
[all...]
H A Dautomation_provider.cc601 void AutomationProvider::OverrideEncoding(int tab_handle, argument
605 if (tab_tracker_->ContainsHandle(tab_handle)) {
606 NavigationController* nav = tab_tracker_->GetResource(tab_handle);
636 void AutomationProvider::SelectAll(int tab_handle) { argument
637 RenderViewHost* view = GetViewForTab(tab_handle);
646 void AutomationProvider::Cut(int tab_handle) { argument
647 RenderViewHost* view = GetViewForTab(tab_handle);
656 void AutomationProvider::Copy(int tab_handle) { argument
657 RenderViewHost* view = GetViewForTab(tab_handle);
666 void AutomationProvider::Paste(int tab_handle) { argument
676 ReloadAsync(int tab_handle) argument
689 StopAsync(int tab_handle) argument
701 OnSetPageFontSize(int tab_handle, int font_size) argument
733 JavaScriptStressTestControl(int tab_handle, int cmd, int param) argument
745 GetViewForTab(int tab_handle) argument
960 SaveAsAsync(int tab_handle) argument
[all...]
H A Dtesting_automation_provider.cc496 void TestingAutomationProvider::CloseTab(int tab_handle, argument
499 if (tab_tracker_->ContainsHandle(tab_handle)) {
500 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
621 void TestingAutomationProvider::SetAuth(int tab_handle, argument
625 if (tab_tracker_->ContainsHandle(tab_handle)) {
626 NavigationController* tab = tab_tracker_->GetResource(tab_handle);
646 void TestingAutomationProvider::CancelAuth(int tab_handle, argument
648 if (tab_tracker_->ContainsHandle(tab_handle)) {
649 NavigationController* tab = tab_tracker_->GetResource(tab_handle);
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, boo argument
681 GetRedirectsFrom(int tab_handle, const GURL& source_url, IPC::Message* reply_message) argument
995 GetTab(int win_handle, int tab_index, int* tab_handle) argument
1301 ShowInterstitialPage( int tab_handle, const std::string& html_text, IPC::Message* reply_message) argument
1325 HideInterstitialPage(int tab_handle, bool* success) argument
1335 WaitForTabToBeRestored( int tab_handle, IPC::Message* reply_message) argument
1449 PrintNow(int tab_handle, IPC::Message* reply_message) argument
1474 SavePage(int tab_handle, const FilePath& file_name, const FilePath& dir_path, int type, bool* success) argument
5398 WaitForInfoBarCount( int tab_handle, size_t target_count, IPC::Message* reply_message) argument
5421 GetPageCurrentEncoding( int tab_handle, std::string* current_encoding) argument
5465 LoadBlockedPlugins(int tab_handle, bool* success) argument
5489 GetParentBrowserOfTab(int tab_handle, int* browser_handle, bool* success) argument
[all...]
/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc93 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/
H A Dexternal_tab_container_win.h61 int tab_handle() const { function in class:ExternalTabContainer

Completed in 342 milliseconds