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

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 59 virtual int GetSyncId() const = 0;
synced_tab_delegate_android.cc 113 int SyncedTabDelegateAndroid::GetSyncId() const {
114 return tab_android_->GetSyncId();
synced_tab_delegate_android.h 42 virtual int GetSyncId() const OVERRIDE;
session_model_associator.cc 242 if (synced_tab->GetSyncId() > TabNodePool::kInvalidTabNodeID &&
244 UpdateTabIdIfNecessary(synced_tab->GetSyncId(), tab_id);
358 tab_node_id = tab->GetSyncId();
    [all...]
session_model_associator_unittest.cc 194 MOCK_CONST_METHOD0(GetSyncId, int());
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 41 virtual int GetSyncId() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 108 int TabContentsSyncedTabDelegate::GetSyncId() const {
  /external/chromium_org/chrome/browser/android/
tab_android.h 59 int GetSyncId() const;
tab_android.cc 172 int TabAndroid::GetSyncId() const {
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.cc 194 if (synced_tab->GetSyncId() > TabNodePool2::kInvalidTabNodeID &&
268 tab_node_id = tab->GetSyncId();
799 tab_delegate.GetSyncId());
803 specifics->set_tab_node_id(tab_delegate.GetSyncId());
811 DCHECK_NE(tab_delegate.GetSyncId(), TabNodePool2::kInvalidTabNodeID);
813 local_tab_pool_.GetTabIdFromTabNodeId(tab_delegate.GetSyncId())
    [all...]
sessions_sync_manager_unittest.cc 319 virtual int GetSyncId() const OVERRIDE {
    [all...]

Completed in 185 milliseconds