HomeSort by relevance Sort by last modified time
    Searched refs:GetTabIdAt (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
synced_window_delegate.h 63 virtual SessionID::id_type GetTabIdAt(int index) const = 0;
synced_window_delegate_android.h 34 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
synced_window_delegate_android.cc 85 SessionID::id_type SyncedWindowDelegateAndroid::GetTabIdAt(int index) const {
  /external/chromium_org/chrome/browser/ui/sync/
browser_synced_window_delegate.h 36 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE;
browser_synced_window_delegate.cc 61 SessionID::id_type BrowserSyncedWindowDelegate::GetTabIdAt(int index) const {
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 186 SessionID::id_type tab_id = (*i)->GetTabIdAt(j);
    [all...]
sessions_sync_manager_unittest.cc 97 virtual SessionID::id_type GetTabIdAt(int index) const OVERRIDE {
100 return wrapped_->GetTabIdAt(index);
    [all...]

Completed in 42 milliseconds