Searched refs:GetSyncId (Results 1 – 9 of 9) sorted by relevance
113 int SyncedTabDelegateAndroid::GetSyncId() const { in GetSyncId() function in browser_sync::SyncedTabDelegateAndroid114 return tab_android_->GetSyncId(); in GetSyncId()
59 virtual int GetSyncId() const = 0;
42 virtual int GetSyncId() const OVERRIDE;
215 if (synced_tab->GetSyncId() > TabNodePool::kInvalidTabNodeID && in AssociateWindows()293 int tab_node_id = tab->GetSyncId(); in AssociateTab()887 tab_delegate.GetSyncId()); in LocalTabDelegateToSpecifics()891 specifics->set_tab_node_id(tab_delegate.GetSyncId()); in LocalTabDelegateToSpecifics()900 DCHECK_NE(tab_delegate.GetSyncId(), TabNodePool::kInvalidTabNodeID); in AssociateRestoredPlaceholderTab()911 tab_delegate.GetSyncId()) { in AssociateRestoredPlaceholderTab()921 local_tab_pool_.ReassociateTabNode(tab_delegate.GetSyncId(), in AssociateRestoredPlaceholderTab()923 TabLink* tab_link = new TabLink(tab_delegate.GetSyncId(), in AssociateRestoredPlaceholderTab()
437 virtual int GetSyncId() const OVERRIDE { in GetSyncId() function in browser_sync::__anonbef9d0740211::SyncedTabDelegateFake
41 virtual int GetSyncId() const OVERRIDE;
115 int TabContentsSyncedTabDelegate::GetSyncId() const { in GetSyncId() function in TabContentsSyncedTabDelegate
79 int GetSyncId() const;
148 int TabAndroid::GetSyncId() const { in GetSyncId() function in TabAndroid