Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/renderer/translate/
Dtranslate_script_browsertest.cc96 double GetErrorCode() { in GetErrorCode() function in TranslateScriptBrowserTest
147 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode()); in TEST_F()
158 EXPECT_EQ(translate::TranslateErrors::INITIALIZATION_ERROR, GetErrorCode()); in TEST_F()
166 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode()); in TEST_F()
171 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode()); in TEST_F()
181 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode()); in TEST_F()
187 GetErrorCode()); in TEST_F()
198 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode()); in TEST_F()
203 EXPECT_EQ(translate::TranslateErrors::TRANSLATION_ERROR, GetErrorCode()); in TEST_F()
215 EXPECT_EQ(translate::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.cc873 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
1008 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
1050 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
1099 const StunErrorCodeAttribute* error_code = response->GetErrorCode(); in OnErrorResponse()
Dport_unittest.cc139 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode(); in last_stun_error_code()
1398 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()
1505 const StunErrorCodeAttribute* error_attr = msg->GetErrorCode(); in TEST_F()
1642 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()
1644 EXPECT_EQ(STUN_ERROR_SERVER_ERROR_AS_GICE, out_msg->GetErrorCode()->code()); in TEST_F()
1646 out_msg->GetErrorCode()->reason()); in TEST_F()
1695 ASSERT_TRUE(out_msg->GetErrorCode() != NULL); in TEST_F()
1696 EXPECT_EQ(STUN_ERROR_SERVER_ERROR, out_msg->GetErrorCode()->code()); in TEST_F()
1698 out_msg->GetErrorCode()->reason()); in TEST_F()
Dstunport.cc85 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.h174 const StunErrorCodeAttribute* GetErrorCode() const;
Dport.cc436 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { in GetStunMessage()
1280 const StunErrorCodeAttribute* error_attr = response->GetErrorCode(); in OnConnectionRequestErrorResponse()
Drelayport.cc817 const StunErrorCodeAttribute* attr = response->GetErrorCode(); in OnErrorResponse()
Dstun.cc135 const StunErrorCodeAttribute* StunMessage::GetErrorCode() const { in GetErrorCode() function in cricket::StunMessage
/external/chromium_org/net/test/url_request/
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.cc321 GDataErrorCode UrlFetchRequestBase::GetErrorCode() { in GetErrorCode() function in google_apis::UrlFetchRequestBase
432 callback_.Run(GetErrorCode()); in ProcessURLFetchResults()
460 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
530 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
730 GDataErrorCode code = GetErrorCode(); in ProcessURLFetchResults()
Dgdata_wapi_requests.cc50 GDataErrorCode error = GetErrorCode(); in ProcessURLFetchResults()
Dbase_requests_unittest.cc44 callback_.Run(GetErrorCode()); in ProcessURLFetchResults()
Dbase_requests.h184 GDataErrorCode GetErrorCode();
Ddrive_api_requests.h93 GDataErrorCode error = GetErrorCode(); in ProcessURLFetchResults()
/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/
Dchromium_url_request.cc251 static jint GetErrorCode(JNIEnv* env, jobject object, jlong urlRequestAdapter) { in GetErrorCode() function

12