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

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc162 const char kPath4[] = "temporary/dir a"; local
170 change_tracker()->OnModifyFile(URL(kPath4));
181 EXPECT_TRUE(ContainsKey(urls, URL(kPath4)));
201 EXPECT_EQ(URL(kPath4), urls_to_process[3]);
204 // Modify kPath4 again.
205 change_tracker()->OnModifyFile(URL(kPath4));
215 EXPECT_EQ(URL(kPath4), urls_to_process[4]);
230 EXPECT_EQ(URL(kPath4), urls_to_process[2]);
243 EXPECT_EQ(URL(kPath4), urls_to_process[4]);
258 VerifyAndClearChange(URL(kPath4),
275 const char kPath4[] = "dir a/file b"; local
344 const char kPath4[] = "dir b/dir c"; local
420 const char kPath4[] = "dir a/file b"; local
511 const char kPath4[] = "dir a/dir/file"; local
[all...]

Completed in 850 milliseconds