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

  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 27 TabContents* BrowserTabRestoreServiceDelegate::GetTabContentsAt(
29 return browser_->GetTabContentsAt(index);
browser.cc 874 TabContents* contents = GetTabContentsAt(i);
    [all...]
  /external/chromium/chrome/browser/automation/
automation_util.cc 99 TabContents* GetTabContentsAt(int browser_index, int tab_index) {
105 return browser->GetTabContentsAt(tab_index);
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.cc 128 TabContents* GetTabContentsAt(int index) const {
129 return browser_->tabstrip_model()->GetTabContentsAt(index)->tab_contents();
141 ConfigureCell(cell, GetTabContentsAt(index));
370 GetTabContentsAt(i)->GetRenderWidgetHostView();
427 node.favicon->SetFavicon(browser_->GetTabContentsAt(index)->GetFavicon());
434 node.title->SetTitle(browser_->GetTabContentsAt(index)->GetTitle());
538 (*iter)->GetTabContentsAt(i)->GetRenderWidgetHostView();
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc 314 return GetTabContentsAt(active_index());
317 TabContentsWrapper* TabStripModel::GetTabContentsAt(int index) const {
547 TabContentsWrapper* contents = GetTabContentsAt(index);
728 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
807 TabContentsWrapper* tab = GetTabContentsAt(indices[i]);
824 tabs.push_back(GetTabContentsAt(indices[i]));
841 tabs.push_back(GetTabContentsAt(indices[i]));
    [all...]

Completed in 85 milliseconds