Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/translate/
Dtranslate_script_browsertest.cc96 double GetErrorCode() { in GetErrorCode() function in TranslateScriptBrowserTest
147 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
158 EXPECT_EQ(TranslateErrors::INITIALIZATION_ERROR, GetErrorCode()); in TEST_F()
166 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
171 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
181 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
186 EXPECT_EQ(TranslateErrors::UNEXPECTED_SCRIPT_ERROR, GetErrorCode()); in TEST_F()
197 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
202 EXPECT_EQ(TranslateErrors::TRANSLATION_ERROR, GetErrorCode()); in TEST_F()
214 EXPECT_EQ(TranslateErrors::NONE, GetErrorCode()); in TEST_F()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Drelayserver_unittest.cc218 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
238 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
364 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
388 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
413 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
438 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
462 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
535 const StunErrorCodeAttribute* err = res->GetErrorCode(); in TEST_F()
Dturnport.cc774 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
851 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
893 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
942 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
Dport_unittest.cc139 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode(); in last_stun_error_code()
1396 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()
1503 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()
1640 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()
1642 EXPECT_EQ(STUN_ERROR_SERVER_ERROR_AS_GICE, out_msg->GetErrorCode()->code()); in TEST_F()
1644 out_msg->GetErrorCode()->reason()); in TEST_F()
1693 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()
1694 EXPECT_EQ(STUN_ERROR_SERVER_ERROR, out_msg->GetErrorCode()->code()); in TEST_F()
1696 out_msg->GetErrorCode()->reason()); in TEST_F()
Dstunport.cc85 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.h173 const StunErrorCodeAttribute* GetErrorCode() const;
Dport.cc422 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
1266 const StunErrorCodeAttribute* error_attr = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
Drelayport.cc816 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.cc134 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
Dstun_unittest.cc1008 const StunErrorCodeAttribute* errorcode = msg.GetErrorCode(); in TEST_F()
/external/chromium_org/content/test/net/
Durl_request_failed_job.cc23 int GetErrorCode(net::URLRequest* request) { in GetErrorCode() function
102 request, network_delegate, GetErrorCode(request)); in Factory()
/external/chromium_org/google_apis/drive/
Dbase_requests.cc319 GDataErrorCode UrlFetchRequestBase::GetErrorCode() { in GetErrorCode() function in google_apis::UrlFetchRequestBase
430 callback_.Run(GetErrorCode()); in ProcessURLFetchResults()
464 GDataErrorCode fetch_error_code = GetErrorCode(); in ProcessURLFetchResults()
514 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
584 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
784 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
Dbase_requests_unittest.cc44 callback_.Run(GetErrorCode()); in ProcessURLFetchResults()
Dbase_requests.h192 GDataErrorCode GetErrorCode();
/external/lldb/source/Interpreter/
DOptionValueRegex.cpp74 error.SetErrorStringWithFormat ("regex error %u", m_regex.GetErrorCode()); in SetValueFromCString()
/external/chromium_org/chrome/browser/history/
Ddownload_database.cc597 GetDB().GetErrorCode() & 0xff, 50); in CreateDownload()
629 GetDB().GetErrorCode() & 0xff, 50); in CreateDownload()
646 GetDB().GetErrorCode() & 0xff, 50); in RemoveDownload()
658 GetDB().GetErrorCode() & 0xff, 50); in RemoveDownloadURLs()
Dthumbnail_database.cc172 db->GetErrorCode(), db->GetErrorMessage()); in ReportError()
/external/lldb/include/lldb/Core/
DRegularExpression.h232 GetErrorCode() const in GetErrorCode() function
/external/chromium_org/sql/
Dstatement_unittest.cc62 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode()); in TEST_F()
Dconnection.h385 int GetErrorCode() const;
Dconnection_unittest.cc121 EXPECT_EQ(SQLITE_OK, db().GetErrorCode()); in TEST_F()
126 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode()); in TEST_F()
Dconnection.cc839 int Connection::GetErrorCode() const { in GetErrorCode() function in sql::Connection
/external/chromium_org/chrome/browser/diagnostics/
Dsqlite_diagnostics.cc125 int error = database.GetErrorCode(); in ExecuteImpl()
/external/chromium_org/components/cronet/android/
Dorg_chromium_net_UrlRequest.cc223 static jint GetErrorCode(JNIEnv* env, jobject object, jlong urlRequestPeer) { in GetErrorCode() function