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

  /external/chromium_org/sync/syncable/
scoped_parent_child_index_updater.cc 16 if (ParentChildIndex::ShouldInclude(entry_)) {
22 if (ParentChildIndex::ShouldInclude(entry_)) {
parent_child_index.h 38 static bool ShouldInclude(const EntryKernel* e);
parent_child_index.cc 50 bool ParentChildIndex::ShouldInclude(const EntryKernel* entry) {
57 DCHECK(ShouldInclude(entry));
parent_child_index_unittest.cc 123 EXPECT_FALSE(ParentChildIndex::ShouldInclude(root));
128 EXPECT_TRUE(ParentChildIndex::ShouldInclude(bm_folder));
directory.cc 127 if (ParentChildIndex::ShouldInclude(entry))
376 if (ParentChildIndex::ShouldInclude(entry)) {
    [all...]
  /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 63 milliseconds