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

/external/chromium_org/sync/syncable/
H A Dentry_kernel.cc15 EntryKernel::EntryKernel() : dirty_(false) { function in class:syncer::syncable::EntryKernel
22 EntryKernel::~EntryKernel() {}
24 ModelType EntryKernel::GetModelType() const {
38 ModelType EntryKernel::GetServerModelType() const {
52 bool EntryKernel::ShouldMaintainPosition() const {
59 bool EntryKernel::ShouldMaintainHierarchy() const {
74 void SetFieldValues(const EntryKernel& kernel,
89 const EntryKernel
[all...]
H A Dentry_kernel.h29 // - EntryKernel struct in this file
32 // - EntryKernel::EntryKernel(), EntryKernel::ToValue() in entry_kernel.cc
193 struct SYNC_EXPORT_PRIVATE EntryKernel { struct in namespace:syncer::syncable
207 EntryKernel();
208 ~EntryKernel();
361 inline bool operator()(const EntryKernel* a,
362 const EntryKernel* b) const {
367 typedef std::set<const EntryKernel*, EntryKernelLessByMetaHandl
[all...]

Completed in 492 milliseconds