OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsynced_types
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/
backend_migrator.cc
182
const syncer::ModelTypeSet
unsynced_types
=
local
184
if (!
unsynced_types
.HasAll(to_migrate_)) {
186
<< syncer::ModelTypeSetToString(
unsynced_types
)
backend_migrator_unittest.cc
58
// Marks all types in |
unsynced_types
| as unsynced and all other
60
void SetUnsyncedTypes(syncer::ModelTypeSet
unsynced_types
) {
67
if (!
unsynced_types
.Has(type)) {
Completed in 125 milliseconds