OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_requested_types_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc
87
for (TypeSet::const_iterator it =
last_requested_types_
.begin();
88
it !=
last_requested_types_
.end(); ++it) {
109
last_requested_types_
= desired_types;
174
last_requested_types_
,
200
// set of desired types. Either way, |
last_requested_types_
| will contain
213
last_requested_types_
));
358
last_requested_types_
);
data_type_manager_impl.h
49
// Returns true if any
last_requested_types_
currently needs to start model
67
TypeSet
last_requested_types_
;
member in class:browser_sync::DataTypeManagerImpl
72
// The |
last_requested_types_
| will reflect the newest set of requested types.
Completed in 1706 milliseconds