OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sync_user_agent
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
device_info.cc
50
const std::string&
sync_user_agent
,
55
sync_user_agent_(
sync_user_agent
),
73
const std::string& DeviceInfo::
sync_user_agent
() const {
function in class:browser_sync::DeviceInfo
125
&& this->
sync_user_agent
() == other.
sync_user_agent
()
synced_device_tracker.cc
74
specifics.
sync_user_agent
(),
93
specifics.
sync_user_agent
(),
130
specifics.
sync_user_agent
(),
167
specifics.set_sync_user_agent(info.
sync_user_agent
());
device_info.h
30
const std::string&
sync_user_agent
,
49
const std::string&
sync_user_agent
() const;
synced_device_tracker_unittest.cc
31
specifics->set_sync_user_agent(device_info.
sync_user_agent
());
/external/chromium_org/sync/protocol/
device_info_specifics.proto
33
optional string
sync_user_agent
= 4;
proto_value_conversions.cc
454
SET_STR(
sync_user_agent
);
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_api_unittest.cc
159
device_info.
sync_user_agent
(),
Completed in 103 milliseconds