Searched refs:GetByClientTag (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/sync/syncable/ |
D | entry.h | 33 enum GetByClientTag { enum 57 Entry(BaseTransaction* trans, GetByClientTag, const std::string& tag);
|
D | mutable_entry.h | 37 MutableEntry(WriteTransaction* trans, GetByClientTag, const std::string& tag);
|
D | model_neutral_mutable_entry.h | 37 GetByClientTag,
|
D | entry.cc | 26 Entry::Entry(BaseTransaction* trans, GetByClientTag, const string& tag) in Entry() argument
|
D | mutable_entry.cc | 95 MutableEntry::MutableEntry(WriteTransaction* trans, GetByClientTag, in MutableEntry() argument
|
D | model_neutral_mutable_entry.cc | 58 BaseWriteTransaction* trans, GetByClientTag, const std::string& tag) in ModelNeutralMutableEntry() argument
|