HomeSort by relevance Sort by last modified time
    Searched defs:tag_hash (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/engine/
non_blocking_type_processor_unittest.cc 121 const std::string tag_hash = GenerateTagHash(tag); local
139 const std::string tag_hash = GenerateTagHash(tag); local
141 version_offset, tag_hash, GenerateSpecifics(tag, value));
151 std::string tag_hash = GenerateTagHash(tag); local
154 mock_processor_core_->TombstoneFromServer(version_offset, tag_hash);
193 const std::string tag_hash = GenerateTagHash(tag); local
194 return mock_processor_core_->HasCommitRequestForTagHash(tag_hash);
199 const std::string tag_hash = GenerateTagHash(tag); local
200 return mock_processor_core_->GetLatestCommitRequestForTagHash(tag_hash);
non_blocking_type_processor_core_unittest.cc 197 const std::string tag_hash = GenerateTagHash(name); local
199 mock_processor_->CommitRequest(tag_hash, GenerateSpecifics(name, value));
206 const std::string tag_hash = GenerateTagHash(tag); local
207 CommitRequestData data = mock_processor_->DeleteRequest(tag_hash);
313 const std::string tag_hash = GenerateTagHash(tag); local
314 return mock_server_.HasCommitEntity(tag_hash);
321 const std::string tag_hash = GenerateTagHash(tag); local
322 return mock_server_.GetLastCommittedEntity(tag_hash);
345 const std::string tag_hash = GenerateTagHash(tag); local
346 return mock_processor_->HasUpdateResponse(tag_hash);
352 const std::string tag_hash = GenerateTagHash(tag); local
376 const std::string tag_hash = GenerateTagHash(tag); local
384 const std::string tag_hash = GenerateTagHash(tag); local
582 const std::string& tag_hash = GenerateTagHash("tag1"); local
    [all...]
  /external/chromium_org/sync/test/engine/
single_type_mock_server.cc 37 const std::string& tag_hash,
39 int64 old_version = GetServerVersion(tag_hash);
42 SetServerVersion(tag_hash, version);
47 entity.set_id_string(GenerateId(tag_hash));
50 entity.set_client_defined_unique_tag(tag_hash);
59 entity.set_name("Name: " + tag_hash);
66 const std::string& tag_hash) {
67 int64 old_version = GetServerVersion(tag_hash);
70 SetServerVersion(tag_hash, version);
75 entity.set_id_string(GenerateId(tag_hash));
105 const std::string tag_hash = it->client_defined_unique_tag(); local
    [all...]

Completed in 122 milliseconds