Searched defs:sync_user_agent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc16 const std::string& sync_user_agent,
25 sync_user_agent,
12 LocalDeviceInfoProviderMock( const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc13 const std::string& sync_user_agent,
19 sync_user_agent_(sync_user_agent),
38 const std::string& DeviceInfo::sync_user_agent() const { function in class:sync_driver::DeviceInfo
94 this->sync_user_agent() == other.sync_user_agent() &&
10 DeviceInfo(const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument

Completed in 70 milliseconds