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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_unittest.cc82 const std::string& client_tag) {
87 EXPECT_TRUE(node.InitUniqueByCreation(model_type, root_node, client_tag));
96 const std::string& client_tag) {
101 EXPECT_TRUE(node.InitUniqueByCreation(model_type, root_node, client_tag));
110 const std::string& client_tag,
116 EXPECT_TRUE(node.InitUniqueByCreation(model_type, parent_node, client_tag));
80 MakeNode(UserShare* share, ModelType model_type, const std::string& client_tag) argument
94 MakeFolder(UserShare* share, syncable::ModelType model_type, const std::string& client_tag) argument
108 MakeNodeWithParent(UserShare* share, ModelType model_type, const std::string& client_tag, int64 parent_id) argument
H A Dsyncapi.cc187 syncable::ModelType model_type, const std::string& client_tag) {
194 hash_input.append(client_tag);
186 GenerateSyncableHash( syncable::ModelType model_type, const std::string& client_tag) argument

Completed in 68 milliseconds