OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NameFromSyncEntity
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncer_proto_util.h
70
static const std::string&
NameFromSyncEntity
(
syncer_proto_util_unittest.cc
79
// Tests
NameFromSyncEntity
and NameFromCommitEntryResponse when only the name
90
SyncerProtoUtil::
NameFromSyncEntity
(one_name_entity);
104
SyncerProtoUtil::
NameFromSyncEntity
(one_name_entity);
108
// Tests
NameFromSyncEntity
and NameFromCommitEntryResponse when both the name
125
SyncerProtoUtil::
NameFromSyncEntity
(two_name_entity);
process_updates_command.cc
99
const std::string name = SyncerProtoUtil::
NameFromSyncEntity
(update);
verify_updates_command.cc
92
const std::string name = SyncerProtoUtil::
NameFromSyncEntity
(entry);
syncer_proto_util.cc
260
const std::string name =
NameFromSyncEntity
(server_entry);
328
const std::string& SyncerProtoUtil::
NameFromSyncEntity
(
process_commit_response_command.cc
290
return SyncerProtoUtil::
NameFromSyncEntity
(committed_entry);
Completed in 2106 milliseconds