HomeSort by relevance Sort by last modified time
    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 150 milliseconds