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

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_window_delegate_android.cc79 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const { function in class:browser_sync::SyncedWindowDelegateAndroid
81 TabAndroid* tab = tab_model_->GetTabAt(index);
86 SyncedTabDelegate* tab = GetTabAt(index);
/external/chromium_org/chrome/browser/ui/sync/
H A Dbrowser_synced_window_delegate.cc46 browser_sync::SyncedTabDelegate* current = GetTabAt(i);
55 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt( function in class:BrowserSyncedWindowDelegate
62 return GetTabAt(index)->GetSessionId();
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model_base.cc74 TabAndroid* tab = GetTabAt(index);
78 TabAndroid* TabModelBase::GetTabAt(int index) const { function in class:TabModelBase
/external/chromium_org/ui/views/controls/tabbed_pane/
H A Dtabbed_pane.cc216 Tab* selected_tab = tabbed_pane_->GetTabAt(selected_tab_index);
259 NULL : GetTabAt(selected_tab_index())->contents();
286 GetTabAt(selected_tab_index())->SetSelected(false);
289 Tab* tab = GetTabAt(index);
319 Tab* TabbedPane::GetTabAt(int index) { function in class:views::TabbedPane
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc1129 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { function in class:TabStrip
2114 // else GetTabAt below will crash.

Completed in 146 milliseconds