Home
last modified time | relevance | path

Searched refs:GetTabIdAt (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsynced_window_delegate.h63 virtual SessionID::id_type GetTabIdAt(int index) const = 0;
Dsynced_window_delegate_android.h34 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
Dsynced_window_delegate_android.cc85 SessionID::id_type SyncedWindowDelegateAndroid::GetTabIdAt(int index) const { in GetTabIdAt() function in browser_sync::SyncedWindowDelegateAndroid
/external/chromium_org/chrome/browser/ui/sync/
Dbrowser_synced_window_delegate.h36 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
Dbrowser_synced_window_delegate.cc61 SessionID::id_type BrowserSyncedWindowDelegate::GetTabIdAt(int index) const { in GetTabIdAt() function in BrowserSyncedWindowDelegate
/external/chromium_org/chrome/browser/sync/sessions/
Dsession_data_type_controller_unittest.cc42 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE { return 0; } in GetTabIdAt() function in browser_sync::__anon009d9f480111::MockSyncedWindowDelegate
Dsessions_sync_manager.cc202 SessionID::id_type tab_id = (*i)->GetTabIdAt(j); in AssociateWindows()
Dsessions_sync_manager_unittest.cc100 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE { in GetTabIdAt() function in browser_sync::__anonbef9d0740111::SyncedWindowDelegateOverride
103 return wrapped_->GetTabIdAt(index); in GetTabIdAt()