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

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker_unittest.cc163 const char kPath5[] = "temporary/foo"; local
171 change_tracker()->OnCreateFile(URL(kPath5));
172 change_tracker()->OnRemoveFile(URL(kPath5)); // Recorded as 'delete'.
182 EXPECT_TRUE(ContainsKey(urls, URL(kPath5)));
202 EXPECT_EQ(URL(kPath5), urls_to_process[4]);
214 EXPECT_EQ(URL(kPath5), urls_to_process[3]);
229 EXPECT_EQ(URL(kPath5), urls_to_process[1]);
242 EXPECT_EQ(URL(kPath5), urls_to_process[3]);
261 VerifyAndClearChange(URL(kPath5),
345 const char kPath5[] local
513 const char kPath5[] = "file b"; // To be moved from kPath0. local
[all...]

Completed in 82 milliseconds