Home
last modified time | relevance | path

Searched refs:PutIsDir (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_unittest.cc641 e1.PutIsDir(true); in TEST_F()
692 e1.PutIsDir(true); in TEST_F()
735 e.PutIsDir(not_dir); in TEST_F()
931 e1.PutIsDir(true); in TEST_F()
1005 e1.PutIsDir(true); in TEST_F()
1070 parent.PutIsDir(true); in TEST_F()
1075 child.PutIsDir(true); in TEST_F()
1109 parent.PutIsDir(true); in TEST_F()
1114 child.PutIsDir(true); in TEST_F()
1124 parent2.PutIsDir(true); in TEST_F()
[all …]
Dmutable_entry.h50 void PutIsDir(bool value);
Dmutable_entry.cc149 void MutableEntry::PutIsDir(bool value) { in PutIsDir() function in syncer::syncable::MutableEntry
/external/chromium_org/sync/engine/
Dsyncer_unittest.cc358 entry.PutIsDir(true); in RunCommitOrderingTest()
431 entry.PutIsDir(true); in CreateUnsyncedDirectory()
912 parent.PutIsDir(true); in TEST_F()
944 parent.PutIsDir(true); in TEST_F()
957 parent2.PutIsDir(true); in TEST_F()
993 parent.PutIsDir(true); in TEST_F()
1018 parent.PutIsDir(true); in TEST_F()
1032 parent2.PutIsDir(true); in TEST_F()
1203 parent.PutIsDir(true); in TEST_F()
1211 child.PutIsDir(true); in TEST_F()
[all …]
Dsyncer_util.cc448 entry->PutIsDir(entry->GetServerIsDir()); in UpdateLocalDataFromServerData()
/external/chromium_org/sync/internal_api/
Dwrite_node.cc40 entry_->PutIsDir(folder); in SetIsFolder()
367 entry_->PutIsDir(true); in InitBookmarkByCreation()
446 entry_->PutIsDir(false); in InitUniqueByCreation()
Dsync_manager_impl_unittest.cc180 entry.PutIsDir(true); in MakeServerNodeForType()
210 entry.PutIsDir(false); in MakeServerNode()
3282 folder.PutIsDir(true); in TEST_F()
3324 folder_a.PutIsDir(true); in TEST_F()
3330 folder_b.PutIsDir(true); in TEST_F()
3381 folder_a.PutIsDir(true); in TEST_F()
3387 folder_b.PutIsDir(true); in TEST_F()
3444 folder_a.PutIsDir(true); in TEST_F()
3451 folder_b.PutIsDir(true); in TEST_F()
Dsync_encryption_handler_impl_unittest.cc111 node.PutIsDir(true); in CreateRootForType()
/external/chromium_org/sync/internal_api/test/
Dtest_entry_factory.cc108 entry.PutIsDir(is_folder); in CreateUnsyncedItem()
163 entry.PutIsDir(is_folder); in CreateSyncedItem()
/external/chromium_org/sync/test/engine/
Dtest_syncable_utils.cc79 node.PutIsDir(true); in CreateTypeRoot()