Searched refs:GetOpenerOfWebContentsAt (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_order_controller.cc57 tabstrip_->GetOpenerOfWebContentsAt(removing_index);
104 old_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
112 content::WebContents* new_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
H A Dtab_strip_model.h272 content::WebContents* GetOpenerOfWebContentsAt(int index);
H A Dtab_strip_model_unittest.cc714 EXPECT_EQ(opener, tabstrip.GetOpenerOfWebContentsAt(i));
745 EXPECT_EQ(contents5, tabstrip.GetOpenerOfWebContentsAt(i));
H A Dtab_strip_model.cc565 WebContents* TabStripModel::GetOpenerOfWebContentsAt(int index) { function in class:TabStripModel
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tab_util.cc403 WebContents* opener = tab_strip->GetOpenerOfWebContentsAt(tab_index);

Completed in 110 milliseconds