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

  /external/chromium/chrome/browser/sync/syncable/
syncable_mock.h 27 MOCK_METHOD1(GetEntryByClientTag,
syncable.h 804 virtual EntryKernel* GetEntryByClientTag(const std::string& tag);
    [all...]
syncable.cc 435 EntryKernel* Directory::GetEntryByClientTag(const string& tag) {
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 119 EXPECT_CALL(mock_directory, GetEntryByClientTag(_))
145 GetEntryByClientTag(_))
  /external/chromium_org/sync/syncable/
entry.cc 28 kernel_ = trans->directory()->GetEntryByClientTag(tag);
directory.h 377 virtual EntryKernel* GetEntryByClientTag(const std::string& tag);
directory.cc 223 EntryKernel* Directory::GetEntryByClientTag(const string& tag) {
    [all...]

Completed in 48 milliseconds