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

  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate.h 58 virtual int GetSyncId() const = 0;
synced_tab_delegate_android.h 41 virtual int GetSyncId() const OVERRIDE;
synced_tab_delegate_android.cc 109 int SyncedTabDelegateAndroid::GetSyncId() const {
110 return tab_android_->GetSyncId();
session_model_associator.cc 239 if (synced_tab->GetSyncId() > TabNodePool::kInvalidTabNodeID &&
241 UpdateTabIdIfNecessary(synced_tab->GetSyncId(), tab_id);
355 tab_node_id = tab->GetSyncId();
    [all...]
session_model_associator_unittest.cc 193 MOCK_CONST_METHOD0(GetSyncId, int());
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.h 40 virtual int GetSyncId() const OVERRIDE;
tab_contents_synced_tab_delegate.cc 104 int TabContentsSyncedTabDelegate::GetSyncId() const {
  /external/chromium_org/chrome/android/testshell/
testshell_tab.h 72 virtual int GetSyncId() const OVERRIDE;
testshell_tab.cc 138 int TestShellTab::GetSyncId() const {
  /external/chromium_org/chrome/browser/android/
tab_android.h 88 virtual int GetSyncId() const = 0;

Completed in 504 milliseconds