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

  /external/chromium/app/sql/
connection.cc 56 ErrorDelegate::ErrorDelegate() {
59 ErrorDelegate::~ErrorDelegate() {
connection.h 73 // ErrorDelegate defines the interface to implement error handling and recovery
79 class ErrorDelegate : public base::RefCounted<ErrorDelegate> {
81 ErrorDelegate();
97 friend class base::RefCounted<ErrorDelegate>;
99 virtual ~ErrorDelegate();
143 void set_error_delegate(ErrorDelegate* delegate) {
380 scoped_refptr<ErrorDelegate> error_delegate_;

Completed in 99 milliseconds