OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_delegate_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/prefs/
json_pref_store.cc
248
error_delegate_
.reset(error_delegate);
310
if (
error_delegate_
.get() && error != PREF_READ_ERROR_NONE)
311
error_delegate_
->OnError(error);
json_pref_store.h
92
scoped_ptr<ReadErrorDelegate>
error_delegate_
;
member in class:JsonPrefStore
/external/chromium/app/sql/
connection.cc
416
if (
error_delegate_
.get())
417
return
error_delegate_
->OnError(err, this, stmt);
connection.h
144
error_delegate_
= delegate;
380
scoped_refptr<ErrorDelegate>
error_delegate_
;
member in class:sql::Connection
Completed in 79 milliseconds