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

  /external/chromium_org/sync/syncable/
mutable_entry.h 50 void PutIsDir(bool value);
directory_unittest.cc 308 e1.PutIsDir(true);
362 e1.PutIsDir(true);
408 e.PutIsDir(not_dir);
601 e1.PutIsDir(true);
675 e1.PutIsDir(true);
739 parent.PutIsDir(true);
744 child.PutIsDir(true);
774 parent.PutIsDir(true);
779 child.PutIsDir(true);
789 parent2.PutIsDir(true)
    [all...]
syncable_unittest.cc 447 e1.PutIsDir(true);
493 kids_on_block.PutIsDir(true);
529 e1.PutIsDir(true);
605 me.PutIsDir(false);
mutable_entry.cc 148 void MutableEntry::PutIsDir(bool value) {
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 79 node.PutIsDir(true);
  /external/chromium_org/sync/engine/
syncer_unittest.cc 435 entry.PutIsDir(true);
516 entry.PutIsDir(true);
    [all...]
directory_commit_contribution_unittest.cc 240 e1.PutIsDir(true);
syncer_util.cc 448 entry->PutIsDir(entry->GetServerIsDir());
  /external/chromium_org/sync/internal_api/
write_node.cc 40 entry_->PutIsDir(folder);
353 entry_->PutIsDir(true);
432 entry_->PutIsDir(false);
sync_rollback_manager_base.cc 284 entry.PutIsDir(true);
312 entry.PutIsDir(true);
sync_manager_impl_unittest.cc 160 entry.PutIsDir(true);
189 entry.PutIsDir(false);
    [all...]
sync_encryption_handler_impl_unittest.cc 111 node.PutIsDir(true);
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 108 entry.PutIsDir(is_folder);
163 entry.PutIsDir(is_folder);

Completed in 252 milliseconds