Home
last modified time | relevance | path

Searched refs:GetCurrentMachineTag (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_session_unittest.cc180 std::string machine_tag = model_associator_->GetCurrentMachineTag(); in TEST_F()
214 std::string machine_tag = model_associator_->GetCurrentMachineTag(); in TEST_F()
325 model_associator_->GetCurrentMachineTag()); in TEST_F()
344 model_associator_->GetCurrentMachineTag()); in TEST_F()
363 model_associator_->GetCurrentMachineTag()); in TEST_F()
/external/chromium/chrome/browser/sync/glue/
Dsession_model_associator.cc85 return GetSyncIdFromSessionTag(TabIdToTag(GetCurrentMachineTag(), id)); in GetSyncIdFromChromeId()
113 specifics.set_session_tag(GetCurrentMachineTag()); in ReassociateWindows()
258 session_s.set_session_tag(GetCurrentMachineTag()); in WriteTabContentsToSyncModel()
481 if (specifics.session_tag() != GetCurrentMachineTag()) { in UpdateAssociationsFromSyncModel()
516 DCHECK(foreign_session_tag != GetCurrentMachineTag() || setup_for_test_); in AssociateForeignSpecifics()
866 specifics.set_session_tag(GetCurrentMachineTag()); in OnGotSession()
967 specifics.set_session_tag(GetCurrentMachineTag()); in WriteSessionTabToSyncModel()
Dsession_change_processor.cc204 session_model_associator_->GetCurrentMachineTag() && in ApplyChangesFromSyncModel()
Dsession_model_associator.h133 inline const std::string& GetCurrentMachineTag() { in GetCurrentMachineTag() function