HomeSort by relevance Sort by last modified time
    Searched refs:GetIndexOfLastWebContentsOpenedBy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc 41 int index = tabstrip_->GetIndexOfLastWebContentsOpenedBy(
tab_strip_model.h 289 int GetIndexOfLastWebContentsOpenedBy(const content::WebContents* opener,
tab_strip_model_unittest.cc 725 EXPECT_EQ(5, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
732 tabstrip.GetIndexOfLastWebContentsOpenedBy(contents1, 3));
738 EXPECT_EQ(-1, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
835 EXPECT_EQ(3, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
872 EXPECT_EQ(-1, tabstrip.GetIndexOfLastWebContentsOpenedBy(opener, 1));
    [all...]
tab_strip_model.cc 596 int TabStripModel::GetIndexOfLastWebContentsOpenedBy(const WebContents* opener,
    [all...]

Completed in 650 milliseconds