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

/external/chromium/chrome/browser/ui/
H A Dbrowser_tab_restore_service_delegate.cc27 TabContents* BrowserTabRestoreServiceDelegate::GetTabContentsAt( function in class:BrowserTabRestoreServiceDelegate
29 return browser_->GetTabContentsAt(index);
H A Dbrowser.cc874 TabContents* contents = GetTabContentsAt(i);
974 return tabstrip_model()->GetTabContentsAt(index);
984 TabContents* Browser::GetTabContentsAt(int index) const { function in class:Browser
985 TabContentsWrapper* wrapper = tabstrip_model()->GetTabContentsAt(index);
2555 NavigationController& nc = GetTabContentsAt(index)->controller();
2848 GetTabContentsAt(index)->controller().session_id(),
2876 tabstrip_model()->GetTabContentsAt(
2928 tabstrip_model()->GetTabContentsAt(
3218 TabContentsWrapper* wrapper = tabstrip_model()->GetTabContentsAt(index);
3227 TabContentsWrapper* wrapper = tabstrip_model()->GetTabContentsAt(inde
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_util.cc99 TabContents* GetTabContentsAt(int browser_index, int tab_index) { function in namespace:automation_util
105 return browser->GetTabContentsAt(tab_index);
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.cc128 TabContents* GetTabContentsAt(int index) const { function in class:chromeos::BrowserListener
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/
H A Dtab_strip_model.cc314 return GetTabContentsAt(active_index());
317 TabContentsWrapper* TabStripModel::GetTabContentsAt(int index) const { function in class:TabStripModel
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]));
999 TabContentsWrapper* contents = GetTabContentsAt(i);
1055 TabContentsWrapper* tab = GetTabContentsAt(index);
1062 if (GetTabContentsAt(
[all...]

Completed in 150 milliseconds