OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPath3
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker_unittest.cc
161
const char
kPath3
[] = "test/bar";
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_process[2])
[
all
...]
syncable_file_system_unittest.cc
184
const char
kPath3
[] = "dir b";
218
file_system_.CreateDirectory(URL(
kPath3
)));
220
file_system_.Remove(URL(
kPath3
), false /* recursive */));
Completed in 44 milliseconds