OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_purge
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
436
ModelTypeSet
to_purge
;
local
437
to_purge
.insert(BOOKMARKS);
438
dir_->PurgeEntriesWithTypeIn(
to_purge
);
445
to_purge
.clear();
446
to_purge
.insert(PREFERENCES);
447
dir_->PurgeEntriesWithTypeIn(
to_purge
);
[
all
...]
Completed in 159 milliseconds