HomeSort by relevance Sort by last modified time
    Searched refs:client_tag (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sync/syncable/
syncable_util.h 46 ModelType model_type, const std::string& client_tag);
syncable_util.cc 94 ModelType model_type, const std::string& client_tag) {
101 hash_input.append(client_tag);
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 122 const std::string& client_tag) {
128 node.InitUniqueByCreation(model_type, root_node, client_tag);
191 const std::string& client_tag,
200 syncable::Id node_id = syncable::Id::CreateFromServerId(client_tag);
212 entry.PutNonUniqueName(client_tag);
2150 std::string client_tag = "title"; local
2290 std::string client_tag = "title"; local
2325 std::string client_tag = "title"; local
2377 std::string client_tag = "title"; local
2416 std::string client_tag = "title"; local
2448 std::string client_tag = "title"; local
2484 std::string client_tag = "title"; local
2541 std::string client_tag = "title"; local
2579 std::string client_tag = "title"; local
2690 std::string client_tag = "tag"; local
2768 std::string client_tag = "title"; local
    [all...]
  /external/chromium_org/sync/internal_api/public/
write_node.h 78 // you want to fetch using client_tag. Note that the behavior of these
86 const std::string& client_tag);
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 82 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));
    [all...]
syncapi.h 270 const std::string& client_tag);
329 // you want to fetch using client_tag. Note that the behavior of these
336 const std::string& client_tag);
    [all...]
syncapi.cc 187 syncable::ModelType model_type, const std::string& client_tag) {
194 hash_input.append(client_tag);
    [all...]
  /external/chromium_org/sync/test/engine/
mock_connection_manager.h 137 std::string client_tag,
mock_connection_manager.cc 306 string client_tag,
312 ent->set_client_defined_unique_tag(client_tag);

Completed in 54 milliseconds