HomeSort by relevance Sort by last modified time
    Searched refs:unrecoverable_error_method_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/sync_driver/
data_type_manager_impl.h 191 base::Closure unrecoverable_error_method_; member in class:sync_driver::DataTypeManagerImpl
data_type_manager_impl.cc 64 unrecoverable_error_method_(unrecoverable_error_method),
368 if (!unrecoverable_error_method_.is_null())
369 unrecoverable_error_method_.Run();

Completed in 1162 milliseconds