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

  /external/chromium_org/sync/syncable/
scoped_parent_child_index_updater.cc 15 ParentChildIndex* index) : entry_(entry), index_(index) {
16 if (ParentChildIndex::ShouldInclude(entry_)) {
22 if (ParentChildIndex::ShouldInclude(entry_)) {
scoped_parent_child_index_updater.h 14 class ParentChildIndex;
18 // Temporarily removes an item from the ParentChildIndex and re-adds it this
24 ParentChildIndex* index);
29 ParentChildIndex* index_;
parent_child_index.h 19 class ParentChildIndex;
31 class SYNC_EXPORT_PRIVATE ParentChildIndex {
33 ParentChildIndex();
34 ~ParentChildIndex();
60 DISALLOW_COPY_AND_ASSIGN(ParentChildIndex);
parent_child_index.cc 42 ParentChildIndex::ParentChildIndex() {
45 ParentChildIndex::~ParentChildIndex() {
50 bool ParentChildIndex::ShouldInclude(const EntryKernel* entry) {
56 bool ParentChildIndex::Insert(EntryKernel* entry) {
75 void ParentChildIndex::Remove(EntryKernel* e) {
91 bool ParentChildIndex::Contains(EntryKernel *e) const {
103 const OrderedChildSet* ParentChildIndex::GetChildren(const syncable::Id& id) {
parent_child_index_unittest.cc 31 // ParentChildIndex deals in EntryKernels.
115 ParentChildIndex index_;
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...]
directory.h 437 ParentChildIndex parent_child_index;

Completed in 42 milliseconds