OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetServerId
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/engine/
syncproto.h
30
Base::set_id_string(id.
GetServerId
());
44
set_parent_id_string(id.
GetServerId
());
51
id.
GetServerId
());
verify_updates_command_unittest.cc
76
string root = syncable::kNullId.
GetServerId
();
apply_updates_command_unittest.cc
138
string root_server_id = syncable::kNullId.
GetServerId
();
158
string root_server_id = syncable::kNullId.
GetServerId
();
196
string root_server_id = syncable::kNullId.
GetServerId
();
build_commit_command.cc
178
prev_id.IsRoot() ? string() : prev_id.
GetServerId
();
process_commit_response_command_unittest.cc
169
entry_response->set_id_string(id_factory_.NewServerId().
GetServerId
());
syncer_unittest.cc
290
string utf8_name = test->id.
GetServerId
();
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable_id.cc
27
string Id::
GetServerId
() const {
syncable_id.h
101
std::string
GetServerId
() const;
Completed in 1364 milliseconds