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

  /external/chromium/chrome/browser/sync/syncable/
syncable.h 566 // ShouldInclude function (to define the conditions for inclusion). For each
576 inline static bool ShouldInclude(const EntryKernel* a) {
587 inline static bool ShouldInclude(const EntryKernel* a) {
598 static bool ShouldInclude(const EntryKernel* a);
613 static bool ShouldInclude(const EntryKernel* a);
    [all...]
syncable.cc 102 // 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) {
168 bool ParentIdAndHandleIndexer::ShouldInclude(const EntryKernel* a) {
    [all...]

Completed in 46 milliseconds