OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:associating_types_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/sync_driver/
model_association_manager.cc
157
associating_types_
.Remove(dtc->type());
206
associating_types_
= types_to_associate;
207
associating_types_
.RetainAll(desired_types_);
208
associating_types_
.RemoveAll(associated_types_);
214
if (
associating_types_
.Empty()) {
227
if (!
associating_types_
.Has(type) || !loaded_types_.Has(type))
252
associating_types_
.Clear();
262
associating_types_
.Clear();
308
if (
associating_types_
.Has(type)) {
340
if (state_ == CONFIGURING &&
associating_types_
.Empty()
[
all
...]
model_association_manager.h
127
syncer::ModelTypeSet
associating_types_
;
member in class:sync_driver::ModelAssociationManager
Completed in 153 milliseconds