Home
last modified time | relevance | path

Searched refs:sync_user_agent (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Ddevice_info.cc50 const std::string& sync_user_agent, in DeviceInfo() argument
55 sync_user_agent_(sync_user_agent), in DeviceInfo()
73 const std::string& DeviceInfo::sync_user_agent() const { in sync_user_agent() function in browser_sync::DeviceInfo
125 && this->sync_user_agent() == other.sync_user_agent() in Equals()
Dsynced_device_tracker.cc74 specifics.sync_user_agent(), in ReadLocalDeviceInfo()
93 specifics.sync_user_agent(), in ReadDeviceInfo()
130 specifics.sync_user_agent(), in GetAllSyncedDeviceInfo()
167 specifics.set_sync_user_agent(info.sync_user_agent()); in WriteLocalDeviceInfo()
Ddevice_info.h30 const std::string& sync_user_agent,
49 const std::string& sync_user_agent() const;
Dsynced_device_tracker_unittest.cc31 specifics->set_sync_user_agent(device_info.sync_user_agent()); in ConvertDeviceInfoSpecifics()
/external/chromium_org/sync/protocol/
Ddevice_info_specifics.proto33 optional string sync_user_agent = 4; field
Dproto_value_conversions.cc454 SET_STR(sync_user_agent); in DeviceInfoSpecificsToValue()
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
Dsigned_in_devices_api_unittest.cc159 device_info.sync_user_agent(), in CreateDeviceInfo()