Searched defs:EntryKernel (Results 1 - 4 of 4) 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 {
66 void SetFieldValues(const EntryKernel& kernel,
81 const EntryKernel& kernel,
134 base::DictionaryValue* EntryKernel
[all...]
H A Dentry_kernel.h28 // - EntryKernel struct in this file
31 // - EntryKernel::EntryKernel(), EntryKernel::ToValue() in entry_kernel.cc
178 struct SYNC_EXPORT_PRIVATE EntryKernel { struct in namespace:syncer::syncable
190 EntryKernel();
191 ~EntryKernel();
330 inline bool operator()(const EntryKernel* a,
331 const EntryKernel* b) const {
336 typedef std::set<const EntryKernel*, EntryKernelLessByMetaHandl
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc109 EntryKernel* entry,
127 EntryKernel* entry_;
134 void InitializeIndexEntry(EntryKernel* entry,
147 bool ClientTagIndexer::ShouldInclude(const EntryKernel* a) {
152 const syncable::EntryKernel* a,
153 const syncable::EntryKernel* b) const {
168 bool ParentIdAndHandleIndexer::ShouldInclude(const EntryKernel* a) {
175 // EntryKernel
177 EntryKernel::EntryKernel() function in class:syncable::EntryKernel
[all...]
H A Dsyncable.h222 // The EntryKernel class contains the actual data for an entry.
223 struct EntryKernel { struct in namespace:syncable
233 EntryKernel();
234 ~EntryKernel();
423 const EntryKernel GetKernelCopy() const {
449 EntryKernel* kernel_;
546 inline bool operator()(const syncable::EntryKernel& a,
547 const syncable::EntryKernel& b) const {
551 typedef std::set<EntryKernel, LessEntryMetaHandles> OriginalEntries;
576 inline static bool ShouldInclude(const EntryKernel*
[all...]

Completed in 89 milliseconds