/external/chromium/chrome/browser/extensions/ |
D | isolated_app_apitest.cc | 71 TabContents* tab1 = browser()->GetTabContentsAt(1); in IN_PROC_BROWSER_TEST_F() 72 TabContents* tab2 = browser()->GetTabContentsAt(2); in IN_PROC_BROWSER_TEST_F() 73 TabContents* tab3 = browser()->GetTabContentsAt(3); in IN_PROC_BROWSER_TEST_F() 132 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(1), "app2=4")); in IN_PROC_BROWSER_TEST_F() 133 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(1), "normalPage=5")); in IN_PROC_BROWSER_TEST_F() 134 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(1), "nonAppFrame=6")); in IN_PROC_BROWSER_TEST_F() 135 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(2), "app1=3")); in IN_PROC_BROWSER_TEST_F() 136 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(2), "normalPage=5")); in IN_PROC_BROWSER_TEST_F() 137 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(2), "nonAppFrame=6")); in IN_PROC_BROWSER_TEST_F() 138 ASSERT_TRUE(HasCookie(browser()->GetTabContentsAt(3), "app1=3")); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | app_process_apitest.cc | 95 RenderViewHost* host = browser()->GetTabContentsAt(1)->render_view_host(); in IN_PROC_BROWSER_TEST_F() 98 browser()->GetTabContentsAt(2)->render_view_host()->process()); in IN_PROC_BROWSER_TEST_F() 100 browser()->GetTabContentsAt(3)->render_view_host()->process()); in IN_PROC_BROWSER_TEST_F() 119 NavigateTabHelper(browser()->GetTabContentsAt(2), non_app_url); in IN_PROC_BROWSER_TEST_F() 120 NavigateTabHelper(browser()->GetTabContentsAt(3), app_url); in IN_PROC_BROWSER_TEST_F() 125 browser()->GetTabContentsAt(2)->render_view_host()->process()); in IN_PROC_BROWSER_TEST_F() 127 browser()->GetTabContentsAt(3)->render_view_host()->process()); in IN_PROC_BROWSER_TEST_F() 131 NavigateTabHelper(browser()->GetTabContentsAt(6), app_url); in IN_PROC_BROWSER_TEST_F() 133 browser()->GetTabContentsAt(6)->render_view_host()->process()); in IN_PROC_BROWSER_TEST_F() 136 browser()->GetTabContentsAt(6)->render_view_host(), L"", in IN_PROC_BROWSER_TEST_F() [all …]
|
D | extension_devtools_browsertests.cc | 62 TabContents* tab_contents = browser()->GetTabContentsAt(0); in IN_PROC_BROWSER_TEST_F() 118 TabContents* tab_contents = browser()->GetTabContentsAt(0); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/ |
D | browser_commands_unittest.cc | 73 browser()->GetTabContentsAt(1)->controller(); in TEST_F() 119 TabContents* zeroth = browser()->GetTabContentsAt(0); in TEST_F() 125 TabContents* first = browser()->GetTabContentsAt(1); in TEST_F() 126 EXPECT_EQ(url1, browser()->GetTabContentsAt(1)->GetURL()); in TEST_F() 148 TabContents* second = browser()->GetTabContentsAt(2); in TEST_F()
|
D | browser_keyevents_browsertest.cc | 145 browser()->GetTabContentsAt(tab_index)->render_view_host(), in SuppressEventByType() 171 browser()->GetTabContentsAt(tab_index)->render_view_host(), in GetResultLength() 183 browser()->GetTabContentsAt(tab_index)->render_view_host(), in CheckResult() 199 browser()->GetTabContentsAt(tab_index)->render_view_host(), in CheckFocusedElement() 208 browser()->GetTabContentsAt(tab_index)->render_view_host(), in SetFocusedElement() 220 browser()->GetTabContentsAt(tab_index)->render_view_host(), in CheckTextBoxValue() 232 browser()->GetTabContentsAt(tab_index)->render_view_host(), in SetTextBoxValue() 243 browser()->GetTabContentsAt(tab_index)->render_view_host(), in StartTest() 263 browser()->GetTabContentsAt(tab_index)->render_view_host()); in TestKeyEvent() 673 &browser()->GetTabContentsAt(1)->controller()))); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | browser_browsertest.cc | 214 TabContents* second_tab = browser()->GetTabContentsAt(1); in IN_PROC_BROWSER_TEST_F() 297 browser()->GetTabContentsAt(0)->render_view_host()-> in IN_PROC_BROWSER_TEST_F() 402 TabContents* initial_tab = browser()->GetTabContentsAt(0); in IN_PROC_BROWSER_TEST_F() 429 ASSERT_EQ(initial_tab, browser()->GetTabContentsAt(0)); in IN_PROC_BROWSER_TEST_F() 434 ASSERT_EQ(app_tab, app_browser->GetTabContentsAt(0)); in IN_PROC_BROWSER_TEST_F() 668 new_model->GetTabContentsAt(2)->tab_contents()->GetURL()); in IN_PROC_BROWSER_TEST_F() 671 new_model->GetTabContentsAt(0)->extension_tab_helper()->extension_app() == in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 200 base::IntToString(GetID(model.GetTabContentsAt(i)->tab_contents())); in GetPinnedState() 547 EXPECT_EQ(contents2, tabstrip.GetTabContentsAt(0)); in TEST_F() 548 EXPECT_EQ(contents1, tabstrip.GetTabContentsAt(1)); in TEST_F() 690 EXPECT_EQ(contents1, tabstrip.GetTabContentsAt(1)); in TEST_F() 691 EXPECT_EQ(contents2, tabstrip.GetTabContentsAt(2)); in TEST_F() 692 EXPECT_EQ(contents3, tabstrip.GetTabContentsAt(3)); in TEST_F() 712 EXPECT_EQ(contents3, tabstrip.GetTabContentsAt(0)); in TEST_F() 713 EXPECT_EQ(contents2, tabstrip.GetTabContentsAt(1)); in TEST_F() 714 EXPECT_EQ(contents1, tabstrip.GetTabContentsAt(2)); in TEST_F() 736 EXPECT_EQ(contents3, tabstrip.GetTabContentsAt(0)); in TEST_F() [all …]
|
D | tab_strip_model.cc | 314 return GetTabContentsAt(active_index()); in GetSelectedTabContents() 317 TabContentsWrapper* TabStripModel::GetTabContentsAt(int index) const { in GetTabContentsAt() function in TabStripModel 547 TabContentsWrapper* contents = GetTabContentsAt(index); in IsAppTab() 728 TabContentsWrapper* tab = GetTabContentsAt(indices[i]); in IsContextMenuCommandEnabled() 807 TabContentsWrapper* tab = GetTabContentsAt(indices[i]); in ExecuteContextMenuCommand() 824 tabs.push_back(GetTabContentsAt(indices[i])); in ExecuteContextMenuCommand() 841 tabs.push_back(GetTabContentsAt(indices[i])); in ExecuteContextMenuCommand() 999 TabContentsWrapper* contents = GetTabContentsAt(i); in Observe() 1055 TabContentsWrapper* tab = GetTabContentsAt(index); in GetIndicesWithSameDomain() 1062 if (GetTabContentsAt(i)->tab_contents()->GetURL().host() == domain) in GetIndicesWithSameDomain() [all …]
|
D | tab_finder.cc | 166 if (TabMatchesURL(browser->GetTabContentsAt(i), url)) in FindTabInBrowser() 167 return browser->GetTabContentsAt(i); in FindTabInBrowser() 187 FetchRedirectStart(browser->GetTabContentsAt(i)); in TrackBrowser()
|
D | tab_strip_model_order_controller.cc | 76 &tabstrip_->GetTabContentsAt(removing_index)->controller(); in DetermineNewSelectedIndex()
|
D | pinned_tab_codec.cc | 45 TabContentsWrapper* tab_contents = model->GetTabContentsAt(index); in EncodePinnedTab()
|
/external/chromium/chrome/browser/ui/webui/ |
D | mediaplayer_browsertest.cc | 33 (*it)->GetTabContentsAt((*it)->active_index())->GetURL(); in IsPlayerVisible() 49 (*it)->GetTabContentsAt((*it)->active_index())->GetURL(); in IsPlaylistVisible()
|
/external/chromium/chrome/browser/chromeos/ |
D | wm_overview_controller.cc | 128 TabContents* GetTabContentsAt(int index) const { in GetTabContentsAt() function in chromeos::BrowserListener 129 return browser_->tabstrip_model()->GetTabContentsAt(index)->tab_contents(); in GetTabContentsAt() 141 ConfigureCell(cell, GetTabContentsAt(index)); in ConfigureCell() 370 GetTabContentsAt(i)->GetRenderWidgetHostView(); in OnSnapshotReady() 427 node.favicon->SetFavicon(browser_->GetTabContentsAt(index)->GetFavicon()); in InsertSnapshot() 434 node.title->SetTitle(browser_->GetTabContentsAt(index)->GetTitle()); in InsertSnapshot() 538 (*iter)->GetTabContentsAt(i)->GetRenderWidgetHostView(); in SnapshotImageChanged()
|
/external/chromium/chrome/browser/ui/ |
D | browser_tab_restore_service_delegate.cc | 27 TabContents* BrowserTabRestoreServiceDelegate::GetTabContentsAt( in GetTabContentsAt() function in BrowserTabRestoreServiceDelegate 29 return browser_->GetTabContentsAt(index); in GetTabContentsAt()
|
D | browser_tab_restore_service_delegate.h | 33 virtual TabContents* GetTabContentsAt(int index) const OVERRIDE;
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | browser_tab_strip_controller.cc | 155 TabInsertedAt(model_->GetTabContentsAt(i), i, model_->active_index() == i); in InitFromModel() 213 model_->GetTabContentsAt(model_index)->tab_contents()->GetURL() == in IsNewTabPage() 255 TabContentsWrapper* contents = model_->GetTabContentsAt(model_index); in UpdateLoadingAnimations() 280 params.source_contents = model_->GetTabContentsAt(index); in PerformDrop()
|
/external/chromium/chrome/browser/debugger/ |
D | browser_list_tabcontents_provider.cc | 17 tabs.push_back(model->GetTabContentsAt(i)); in GetInspectableTabs()
|
D | inspectable_tab_proxy.cc | 81 model->GetTabContentsAt(i)->controller(); in controllers_map()
|
/external/chromium/chrome/browser/sessions/ |
D | session_restore_browsertest.cc | 107 EXPECT_EQ(url, new_browser->GetTabContentsAt(0)->GetURL()); in IN_PROC_BROWSER_TEST_F() 221 EXPECT_EQ(url, new_browser->GetTabContentsAt(0)->GetURL()); in IN_PROC_BROWSER_TEST_F()
|
D | tab_restore_service_delegate.h | 36 virtual TabContents* GetTabContentsAt(int index) const = 0;
|
/external/chromium/chrome/browser/automation/ |
D | automation_util.h | 33 TabContents* GetTabContentsAt(int browser_index, int tab_index);
|
D | automation_provider_json.cc | 90 *tab = automation_util::GetTabContentsAt(browser_index, tab_index); in GetTabFromJSONArgs()
|
D | automation_util.cc | 99 TabContents* GetTabContentsAt(int browser_index, int tab_index) { in GetTabContentsAt() function 105 return browser->GetTabContentsAt(tab_index); in GetTabContentsAt()
|
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager_browsertest.cc | 34 TabContents* tab = browser()->GetTabContentsAt(0); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/sidebar/ |
D | sidebar_browsertest.cc | 111 return browser()->GetTabContentsAt(i); in tab_contents()
|