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

  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 180 std::string machine_tag = model_associator_->GetCurrentMachineTag();
214 std::string machine_tag = model_associator_->GetCurrentMachineTag();
325 model_associator_->GetCurrentMachineTag());
344 model_associator_->GetCurrentMachineTag());
363 model_associator_->GetCurrentMachineTag());
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 85 return GetSyncIdFromSessionTag(TabIdToTag(GetCurrentMachineTag(), id));
113 specifics.set_session_tag(GetCurrentMachineTag());
258 session_s.set_session_tag(GetCurrentMachineTag());
481 if (specifics.session_tag() != GetCurrentMachineTag()) {
516 DCHECK(foreign_session_tag != GetCurrentMachineTag() || setup_for_test_);
866 specifics.set_session_tag(GetCurrentMachineTag());
    [all...]
session_change_processor.cc 204 session_model_associator_->GetCurrentMachineTag() &&
session_model_associator.h 133 inline const std::string& GetCurrentMachineTag() {
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 187 std::string local_tag = GetCurrentMachineTag();
452 synced_session_tracker_.GetTab(GetCurrentMachineTag(),
482 synced_session_tracker_.GetSession(GetCurrentMachineTag())->modified_time =
673 DVLOG(1) << "Disassociating local session " << GetCurrentMachineTag();
755 } else if (specifics.session_tag() != GetCurrentMachineTag()) {
788 if (foreign_session_tag == GetCurrentMachineTag() && !setup_for_test_)
    [all...]
session_model_associator.h 128 const std::string& GetCurrentMachineTag() const {
session_change_processor.cc 221 std::string local_tag = session_model_associator_->GetCurrentMachineTag();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_session_unittest.cc 276 std::string machine_tag = model_associator_->GetCurrentMachineTag();
320 std::string machine_tag = model_associator_->GetCurrentMachineTag();
600 model_associator_->GetCurrentMachineTag());
619 model_associator_->GetCurrentMachineTag());
638 model_associator_->GetCurrentMachineTag());
    [all...]

Completed in 1327 milliseconds