OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:associated_types_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/sync_driver/
model_association_manager.h
134
syncer::ModelTypeSet
associated_types_
;
member in class:sync_driver::ModelAssociationManager
model_association_manager.cc
156
associated_types_
.Remove(dtc->type());
190
DCHECK(!
associated_types_
.Has(dtc->type()));
208
associating_types_.RemoveAll(
associated_types_
);
249
// |loaded_types_| and |
associated_types_
| are not cleared. So
261
associated_types_
.Clear();
345
DCHECK(!
associated_types_
.Has(type));
347
associated_types_
.Put(type);
Completed in 99 milliseconds