OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_delegate_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/app/sql/
connection.h
144
error_delegate_
= delegate;
380
scoped_refptr<ErrorDelegate>
error_delegate_
;
member in class:sql::Connection
connection.cc
416
if (
error_delegate_
.get())
417
return
error_delegate_
->OnError(err, this, stmt);
Completed in 336 milliseconds