Searched refs:EntryExists (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sync/engine/
H A Ddirectory_update_handler_unittest.cc82 bool EntryExists(const std::string& id) { function in class:syncer::DirectoryUpdateHandlerProcessUpdateTest
304 EXPECT_TRUE(EntryExists(type_root->id_string()));
305 EXPECT_TRUE(EntryExists(e1->id_string()));
306 EXPECT_TRUE(EntryExists(e2->id_string()));
314 EXPECT_TRUE(EntryExists(type_root->id_string()));
315 EXPECT_FALSE(EntryExists(e1->id_string()));
316 EXPECT_TRUE(EntryExists(e2->id_string()));
358 EXPECT_TRUE(EntryExists(type_root->id_string()));
359 EXPECT_TRUE(EntryExists(e1->id_string()));
388 EXPECT_FALSE(EntryExists(e
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_unittest.cc187 bool EntryExists(const base::FilePath& file_path) { function in class:drive::FileSystemTest
685 EXPECT_TRUE(EntryExists(base::FilePath(
687 EXPECT_TRUE(EntryExists(base::FilePath(
689 EXPECT_TRUE(EntryExists(base::FilePath(
691 EXPECT_TRUE(EntryExists(base::FilePath(
693 EXPECT_TRUE(EntryExists(base::FilePath(

Completed in 82 milliseconds