Searched defs:kPath3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc161 const char kPath3[] = "test/bar"; local
169 change_tracker()->OnRemoveFile(URL(kPath3));
180 EXPECT_TRUE(ContainsKey(urls, URL(kPath3)));
200 EXPECT_EQ(URL(kPath3), urls_to_process[2]);
213 EXPECT_EQ(URL(kPath3), urls_to_process[2]);
220 // Demote changes for kPath1 and kPath3.
222 change_tracker()->DemoteChangesForURL(URL(kPath3));
224 // Now we'll get no changes for kPath1 and kPath3 (it's in a separate queue).
235 // Now we should have kPath1 and kPath3.
241 EXPECT_EQ(URL(kPath3), urls_to_proces
274 const char kPath3[] = "dir a/file a"; local
343 const char kPath3[] = "dir b/file"; local
419 const char kPath3[] = "dir a/file a"; local
510 const char kPath3[] = "dir a/dir"; local
680 const char kPath3[] = "dir b"; local
[all...]
H A Dsyncable_file_system_unittest.cc184 const char kPath3[] = "dir b"; local
218 file_system_.CreateDirectory(URL(kPath3)));
220 file_system_.Remove(URL(kPath3), false /* recursive */));

Completed in 49 milliseconds