Lines Matching refs:tab_proxy
12 #include "chrome/test/automation/tab_proxy.h"
95 scoped_refptr<TabProxy> tab_proxy(GetActiveTab());
96 ASSERT_TRUE(tab_proxy.get());
107 EXPECT_TRUE(tab_proxy->GetPageCurrentEncoding(&encoding));
122 scoped_refptr<TabProxy> tab_proxy(GetActiveTab());
123 ASSERT_TRUE(tab_proxy.get());
124 ASSERT_TRUE(tab_proxy->NavigateToURL(url));
129 EXPECT_TRUE(tab_proxy->GetPageCurrentEncoding(&encoding));
134 EXPECT_TRUE(tab_proxy->GetLastNavigationTime(&last_nav_time));
135 EXPECT_TRUE(tab_proxy->OverrideEncoding("gb18030"));
136 EXPECT_TRUE(tab_proxy->WaitForNavigation(last_nav_time));
139 EXPECT_TRUE(tab_proxy->GetPageCurrentEncoding(&encoding));
148 EXPECT_TRUE(tab_proxy->SavePage(full_file_name, temp_sub_resource_dir_,