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

1 2

  /external/chromium_org/chrome/renderer/translate/
translate_script_browsertest.cc 96 double GetErrorCode() {
147 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
158 EXPECT_EQ(translate::TranslateErrors::INITIALIZATION_ERROR, GetErrorCode());
166 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
171 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
181 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
187 GetErrorCode());
198 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
203 EXPECT_EQ(translate::TranslateErrors::TRANSLATION_ERROR, GetErrorCode());
215 EXPECT_EQ(translate::TranslateErrors::NONE, GetErrorCode());
    [all...]
  /external/chromium_org/net/test/url_request/
url_request_failed_job.cc 23 int GetErrorCode(net::URLRequest* request) {
102 request, network_delegate, GetErrorCode(request));
  /external/chromium_org/google_apis/drive/
gdata_wapi_requests.cc 50 GDataErrorCode error = GetErrorCode();
base_requests_unittest.cc 44 callback_.Run(GetErrorCode());
base_requests.cc 321 GDataErrorCode UrlFetchRequestBase::GetErrorCode() {
432 callback_.Run(GetErrorCode());
460 GDataErrorCode code = GetErrorCode();
530 GDataErrorCode code = GetErrorCode();
730 GDataErrorCode code = GetErrorCode();
base_requests.h 184 GDataErrorCode GetErrorCode();
drive_api_requests.h 93 GDataErrorCode error = GetErrorCode();
    [all...]
  /external/lldb/include/lldb/Core/
RegularExpression.h 232 GetErrorCode() const
  /external/lldb/source/Interpreter/
OptionValueRegex.cpp 74 error.SetErrorStringWithFormat ("regex error %u", m_regex.GetErrorCode());
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyexpat.h 19 enum XML_Error (*GetErrorCode)(XML_Parser parser);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyexpat.h 19 enum XML_Error (*GetErrorCode)(XML_Parser parser);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 218 const StunErrorCodeAttribute* err = res->GetErrorCode();
238 const StunErrorCodeAttribute* err = res->GetErrorCode();
364 const StunErrorCodeAttribute* err = res->GetErrorCode();
388 const StunErrorCodeAttribute* err = res->GetErrorCode();
413 const StunErrorCodeAttribute* err = res->GetErrorCode();
438 const StunErrorCodeAttribute* err = res->GetErrorCode();
462 const StunErrorCodeAttribute* err = res->GetErrorCode();
535 const StunErrorCodeAttribute* err = res->GetErrorCode();
turnport.cc 873 const StunErrorCodeAttribute* error_code = response->GetErrorCode();
    [all...]
port_unittest.cc 139 const StunErrorCodeAttribute* error_attr = last_stun_msg_->GetErrorCode();
    [all...]
stun.h 174 const StunErrorCodeAttribute* GetErrorCode() const;
stunport.cc 85 const StunErrorCodeAttribute* attr = response->GetErrorCode();
port.cc 436 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
    [all...]
  /external/chromium_org/sql/
statement_unittest.cc 62 EXPECT_EQ(SQLITE_ROW, db().GetErrorCode());
connection.h 385 int GetErrorCode() const;
387 // Returns the errno associated with GetErrorCode(). See
connection_unittest.cc 121 EXPECT_EQ(SQLITE_OK, db().GetErrorCode());
126 EXPECT_EQ(SQLITE_ERROR, db().GetErrorCode());
connection.cc 839 int Connection::GetErrorCode() const {
    [all...]
  /external/chromium_org/chrome/browser/diagnostics/
sqlite_diagnostics.cc 125 int error = database.GetErrorCode();
  /external/chromium_org/chrome/browser/history/
download_database.cc 591 // GetErrorCode() returns a bitmask where the lower byte is a more general
597 GetDB().GetErrorCode() & 0xff, 50);
629 GetDB().GetErrorCode() & 0xff, 50);
646 GetDB().GetErrorCode() & 0xff, 50);
658 GetDB().GetErrorCode() & 0xff, 50);
thumbnail_database.cc 172 db->GetErrorCode(), db->GetErrorMessage());
    [all...]
  /external/chromium_org/components/cronet/android/
chromium_url_request.cc 251 static jint GetErrorCode(JNIEnv* env, jobject object, jlong urlRequestAdapter) {

Completed in 643 milliseconds

1 2