OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResetUnreadyErrorFor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/sync_driver/
data_type_status_table.h
45
bool
ResetUnreadyErrorFor
(syncer::ModelType type);
93
// be marked as ready by calling
ResetUnreadyErrorFor
(..).
data_type_status_table.cc
90
bool DataTypeStatusTable::
ResetUnreadyErrorFor
(syncer::ModelType type) {
data_type_manager_impl.cc
102
data_type_status_table_.
ResetUnreadyErrorFor
(type.Get());
116
!data_type_status_table_.
ResetUnreadyErrorFor
(type)) {
Completed in 67 milliseconds