Searched refs:GetCurrentMachineTag (Results 1 – 4 of 4) sorted by relevance
180 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()
85 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()
204 session_model_associator_->GetCurrentMachineTag() && in ApplyChangesFromSyncModel()
133 inline const std::string& GetCurrentMachineTag() { in GetCurrentMachineTag() function