Home
last modified time | relevance | path

Searched refs:read_success_ (Results 1 – 2 of 2) sorted by relevance

/external/cronet/components/prefs/
Dtesting_pref_store.cc18 read_success_(true), in TestingPrefStore()
127 if (read_success_ && read_error_ != PREF_READ_ERROR_NONE && error_delegate_) in NotifyInitializationCompleted()
130 observer.OnInitializationCompleted(read_success_); in NotifyInitializationCompleted()
208 read_success_ = read_success; in set_read_success()
Dtesting_pref_store.h102 bool read_success_; variable