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

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc230 int index = tab_strip_model_->GetIndexOfWebContents(web_contents());
522 int TabStripModel::GetIndexOfWebContents(const WebContents* contents) const { function in class:TabStripModel
639 int index = GetIndexOfWebContents(contents);
646 int index = GetIndexOfWebContents(contents);
823 index = GetIndexOfWebContents(contents);
982 int index = GetIndexOfWebContents(tabs[i]);
1247 int index = GetIndexOfWebContents(closing_contents);

Completed in 82 milliseconds