Home
last modified time | relevance | path

Searched defs:GetTabAt (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
Dbrowser_synced_window_delegate.cc55 browser_sync::SyncedTabDelegate* BrowserSyncedWindowDelegate::GetTabAt( in GetTabAt() function in BrowserSyncedWindowDelegate
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_window_delegate_android.cc79 SyncedTabDelegate* SyncedWindowDelegateAndroid::GetTabAt(int index) const { in GetTabAt() function in browser_sync::SyncedWindowDelegateAndroid
/external/chromium_org/chrome/browser/ui/android/tab_model/
Dtab_model_list_unittest.cc32 virtual TabAndroid* GetTabAt(int index) const override { return nullptr; } in GetTabAt() function in TestTabModel
Dtab_model_unittest.cc44 virtual TabAndroid* GetTabAt(int index) const OVERRIDE { in GetTabAt() function in TestTabModel
Dtab_model_base.cc78 TabAndroid* TabModelBase::GetTabAt(int index) const { in GetTabAt() function in TabModelBase
/external/chromium_org/chrome/browser/sync/sessions/
Dsession_data_type_controller_unittest.cc41 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { return NULL; } in GetTabAt() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
Dsessions_sync_manager_unittest.cc86 virtual SyncedTabDelegate* GetTabAt(int index) const OVERRIDE { in GetTabAt() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_unittest.cc56 virtual Tab* GetTabAt(Tab* tab, in GetTabAt() function in FakeTabController
Dtab_strip.cc1129 Tab* TabStrip::GetTabAt(Tab* tab, const gfx::Point& tab_in_tab_coordinates) { in GetTabAt() function in TabStrip
/external/chromium_org/ui/views/controls/tabbed_pane/
Dtabbed_pane.cc319 Tab* TabbedPane::GetTabAt(int index) { in GetTabAt() function in views::TabbedPane