Home
last modified time | relevance | path

Searched refs:GetErrorCode (Results 1 – 10 of 10) sorted by relevance

/external/chromium/app/sql/
Dconnection_unittest.cc35 EXPECT_EQ(SQLITE_OK, db().GetErrorCode()); in TEST_F()
39 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode()); in TEST_F()
Dstatement_unittest.cc98 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode()); in TEST_F()
Dconnection.h265 int GetErrorCode() const;
Dconnection.cc306 int Connection::GetErrorCode() const { in GetErrorCode() function in sql::Connection
/external/chromium/chrome/browser/diagnostics/
Dsqlite_diagnostics.cc57 int error = db.GetErrorCode(); in ExecuteImpl()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunport.cc83 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.h133 const StunErrorCodeAttribute* GetErrorCode() const;
Dport.cc296 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
805 const StunErrorCodeAttribute* error = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
Dstun.cc121 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
Drelayport.cc775 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()