Searched refs:ShouldInclude (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h566 // ShouldInclude function (to define the conditions for inclusion). For each
576 inline static bool ShouldInclude(const EntryKernel* a) { function in struct:syncable::MetahandleIndexer
587 inline static bool ShouldInclude(const EntryKernel* a) { function in struct:syncable::IdIndexer
598 static bool ShouldInclude(const EntryKernel* a);
613 static bool ShouldInclude(const EntryKernel* a);
H A Dsyncable.cc102 // must define a Comparator and a static bool ShouldInclude
113 // First call to ShouldInclude happens before the field is updated.
114 if (Indexer::ShouldInclude(entry_)) {
120 // Second call to ShouldInclude happens after the field is updated.
121 if (Indexer::ShouldInclude(entry_)) {
136 if (Indexer::ShouldInclude(entry)) {
147 bool ClientTagIndexer::ShouldInclude(const EntryKernel* a) { function in class:syncable::ClientTagIndexer
168 bool ParentIdAndHandleIndexer::ShouldInclude(const EntryKernel* a) { function in class:syncable::ParentIdAndHandleIndexer

Completed in 21 milliseconds