Searched refs:GetSessionId (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_window_delegate_android.cc50 SessionID::id_type SyncedWindowDelegateAndroid::GetSessionId() const { function in class:browser_sync::SyncedWindowDelegateAndroid
51 return tab_model_->GetSessionId();
87 return tab ? tab->GetSessionId() : -1;
H A Dsynced_window_delegate.h37 virtual SessionID::id_type GetSessionId() const = 0;
H A Dsynced_tab_delegate.h31 virtual SessionID::id_type GetSessionId() const = 0;
H A Dsynced_window_delegate_android.h26 virtual SessionID::id_type GetSessionId() const OVERRIDE;
H A Dsynced_tab_delegate_android.h29 virtual SessionID::id_type GetSessionId() const OVERRIDE;
H A Dsynced_tab_delegate_android.cc32 SessionID::id_type SyncedTabDelegateAndroid::GetSessionId() const { function in class:browser_sync::SyncedTabDelegateAndroid
/external/chromium_org/chrome/browser/ui/sync/
H A Dbrowser_synced_window_delegate.cc62 return GetTabAt(index)->GetSessionId();
69 SessionID::id_type BrowserSyncedWindowDelegate::GetSessionId() const { function in class:BrowserSyncedWindowDelegate
H A Dbrowser_synced_window_delegate.h27 virtual SessionID::id_type GetSessionId() const OVERRIDE;
H A Dtab_contents_synced_tab_delegate.h25 virtual SessionID::id_type GetSessionId() const OVERRIDE;
H A Dtab_contents_synced_tab_delegate.cc35 SessionID::id_type TabContentsSyncedTabDelegate::GetSessionId() const { function in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc57 SessionID::id_type TabModel::GetSessionId() const { function in class:TabModel
H A Dtab_model.h36 virtual SessionID::id_type GetSessionId() const;
H A Dtab_model_list.cc68 if ((*i)->GetSessionId() == desired_id)
H A Dtab_model_base.cc53 tab->SetWindowSessionID(GetSessionId());
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc168 SessionID::id_type window_id = (*i)->GetSessionId();
253 SessionID::id_type tab_id = tab->GetSessionId();
843 tab_delegate.GetSessionId(),
907 session_tab->tab_id.set_id(tab_delegate.GetSessionId());
H A Dsessions_sync_manager_unittest.cc55 virtual SessionID::id_type GetSessionId() const OVERRIDE {
56 return wrapped_->GetSessionId();
395 virtual SessionID::id_type GetSessionId() const OVERRIDE {

Completed in 307 milliseconds