OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateFailedDataTypes
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/sync_driver/
data_type_status_table.h
26
bool
UpdateFailedDataTypes
(const TypeErrorMap& errors);
data_type_manager_impl.cc
100
data_type_status_table_.
UpdateFailedDataTypes
(errors);
247
data_type_status_table_.
UpdateFailedDataTypes
(crypto_errors);
380
data_type_status_table_.
UpdateFailedDataTypes
(errors);
436
data_type_status_table_.
UpdateFailedDataTypes
(
data_type_status_table.cc
31
bool DataTypeStatusTable::
UpdateFailedDataTypes
(const TypeErrorMap& errors) {
data_type_manager_impl_unittest.cc
74
status_table.
UpdateFailedDataTypes
(error_map);
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
157
result->data_type_status_table.
UpdateFailedDataTypes
(errors);
Completed in 97 milliseconds