Searched refs:GetSyncId (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.h59 virtual int GetSyncId() const = 0;
H A Dsynced_tab_delegate_android.cc113 int SyncedTabDelegateAndroid::GetSyncId() const { function in class:browser_sync::SyncedTabDelegateAndroid
114 return tab_android_->GetSyncId();
H A Dsynced_tab_delegate_android.h42 virtual int GetSyncId() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/sync/
H A Dtab_contents_synced_tab_delegate.h41 virtual int GetSyncId() const OVERRIDE;
H A Dtab_contents_synced_tab_delegate.cc115 int TabContentsSyncedTabDelegate::GetSyncId() const { function in class:TabContentsSyncedTabDelegate
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc215 if (synced_tab->GetSyncId() > TabNodePool::kInvalidTabNodeID &&
293 int tab_node_id = tab->GetSyncId();
887 tab_delegate.GetSyncId());
891 specifics->set_tab_node_id(tab_delegate.GetSyncId());
900 DCHECK_NE(tab_delegate.GetSyncId(), TabNodePool::kInvalidTabNodeID);
911 tab_delegate.GetSyncId()) {
921 local_tab_pool_.ReassociateTabNode(tab_delegate.GetSyncId(),
923 TabLink* tab_link = new TabLink(tab_delegate.GetSyncId(),
H A Dsessions_sync_manager_unittest.cc437 virtual int GetSyncId() const OVERRIDE {
/external/chromium_org/chrome/browser/android/
H A Dtab_android.h79 int GetSyncId() const;
H A Dtab_android.cc148 int TabAndroid::GetSyncId() const { function in class:TabAndroid

Completed in 509 milliseconds