HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorCode (Results 1 - 10 of 10) sorted by null

  /external/chromium/app/sql/
connection_unittest.cc 35 EXPECT_EQ(SQLITE_OK, db().GetErrorCode());
39 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode());
connection.h 265 int GetErrorCode() const;
267 // Returns the errno associated with GetErrorCode(). See
statement_unittest.cc 98 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode());
connection.cc 306 int Connection::GetErrorCode() const {
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 57 int error = db.GetErrorCode();
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 133 const StunErrorCodeAttribute* GetErrorCode() const;
stunport.cc 83 const StunErrorCodeAttribute* attr = response->GetErrorCode();
stun.cc 121 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const {
port.cc 296 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
805 const StunErrorCodeAttribute* error = response->GetErrorCode();
relayport.cc 775 const StunErrorCodeAttribute* attr = response->GetErrorCode();

Completed in 1153 milliseconds