HomeSort by relevance Sort by last modified time
    Searched defs:GetWebContentsAt (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 39 WebContents* BrowserTabRestoreServiceDelegate::GetWebContentsAt(
41 return browser_->tab_strip_model()->GetWebContentsAt(index);
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 169 WebContents* GetWebContentsAt(int browser_index, int tab_index) {
175 return browser->tab_strip_model()->GetWebContentsAt(tab_index);
220 if (browser->tab_strip_model()->GetWebContentsAt(tab_index) == tab)
533 browser->tab_strip_model()->GetWebContentsAt(tab_index);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 379 return GetWebContentsAt(active_index());
382 WebContents* TabStripModel::GetWebContentsAt(int index) const {
575 WebContents* contents = GetWebContentsAt(index);
756 WebContents* tab = GetWebContentsAt(indices[i]);
823 WebContents* tab = GetWebContentsAt(indices[i]);
841 tabs.push_back(GetWebContentsAt(indices[i]));
    [all...]

Completed in 64 milliseconds