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

  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 109 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() : dirty_(false)
    [all...]
syncable.h 222 // The EntryKernel class contains the actual data for an entry.
223 struct EntryKernel {
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* a)
    [all...]

Completed in 1247 milliseconds