Searched refs:GetErrorMessage (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dlocalization_test.cc132 localization.GetErrorMessage(address, POSTAL_CODE,
135 localization.GetErrorMessage(address, POSTAL_CODE,
138 localization.GetErrorMessage(address, POSTAL_CODE,
141 localization.GetErrorMessage(address, POSTAL_CODE,
153 localization.GetErrorMessage(address, POSTAL_CODE,
156 localization.GetErrorMessage(address, POSTAL_CODE,
159 localization.GetErrorMessage(address, POSTAL_CODE,
162 localization.GetErrorMessage(address, POSTAL_CODE,
181 localization.GetErrorMessage(
184 localization.GetErrorMessage(
[all...]
/external/chromium_org/cloud_print/common/win/
H A Dcloud_print_utils.h18 base::string16 GetErrorMessage(HRESULT hr);
H A Dcloud_print_utils.cc40 base::string16 GetErrorMessage(HRESULT hr) { function in namespace:cloud_print
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database.cc29 LOG(ERROR) << GetDB().GetErrorMessage();
35 LOG(ERROR) << GetDB().GetErrorMessage();
41 LOG(ERROR) << GetDB().GetErrorMessage();
62 LOG(ERROR) << GetDB().GetErrorMessage();
109 LOG(ERROR) << GetDB().GetErrorMessage();
131 LOG(ERROR) << GetDB().GetErrorMessage();
136 LOG(ERROR) << GetDB().GetErrorMessage();
H A Dandroid_cache_database.cc51 LOG(ERROR) << GetDB().GetErrorMessage();
62 LOG(ERROR) << GetDB().GetErrorMessage();
89 LOG(ERROR) << GetDB().GetErrorMessage();
104 LOG(ERROR) << GetDB().GetErrorMessage();
121 LOG(ERROR) << GetDB().GetErrorMessage();
150 LOG(ERROR) << GetDB().GetErrorMessage();
192 LOG(ERROR) << connection.GetErrorMessage();
215 LOG(ERROR) << GetDB().GetErrorMessage();
223 LOG(ERROR) << GetDB().GetErrorMessage();
242 LOG(ERROR) << GetDB().GetErrorMessage();
[all...]
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launch_error.h31 static std::string GetErrorMessage(Error error);
H A Dkiosk_app_launch_error.cc23 std::string KioskAppLaunchError::GetErrorMessage(Error error) { function in class:chromeos::KioskAppLaunchError
/external/chromium_org/base/json/
H A Djson_reader.cc70 *error_msg_out = parser.GetErrorMessage();
110 std::string JSONReader::GetErrorMessage() const { function in class:JSONReader
111 return parser_->GetErrorMessage();
H A Djson_reader.h128 std::string GetErrorMessage() const;
H A Djson_parser.h73 std::string GetErrorMessage() const;
/external/chromium_org/chrome/browser/webdata/
H A Dweb_intents_table.cc129 << db_->GetErrorMessage();
142 << db_->GetErrorMessage();
/external/chromium_org/cloud_print/virtual_driver/win/
H A Dvirtual_driver_helpers.cc22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK);
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.h67 base::string16 GetErrorMessage() const;
H A Dform_field_error.cc99 base::string16 FormFieldError::GetErrorMessage() const { function in class:autofill::wallet::FormFieldError
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Dlocalization.h60 std::string GetErrorMessage(const AddressData& address,
74 // to |GetErrorMessage|. If |postal_code_example| is empty, then the error
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { function in namespace:__anon5661::errors
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
/external/chromium_org/net/base/
H A Dnet_log_logger_unittest.cc42 ASSERT_TRUE(root) << reader.GetErrorMessage();
74 ASSERT_TRUE(root) << reader.GetErrorMessage();
109 ASSERT_TRUE(root) << reader.GetErrorMessage();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.Tree.TreeParser
174 return base.GetErrorMessage(e, tokenNames);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.Tree.TreeParser
193 return base.GetErrorMessage( e, tokenNames );
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/
H A Ddemo_app_launcher.cc106 KioskAppLaunchError::GetErrorMessage(error);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc89 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { function in class:chromeos::CellularConfigDocument
362 GetErrorMessage(kErrorNoService));
379 GetErrorMessage(kErrorNoService));
386 GetErrorMessage(kFailedPaymentError));
418 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
472 GetErrorMessage(kErrorDefault));
480 GetErrorMessage(kErrorDefault));
489 GetErrorMessage(kErrorDefault));
498 GetErrorMessage(kErrorDefault));
535 GetErrorMessage(kFailedConnectivit
1074 std::string MobileActivator::GetErrorMessage(const std::string& code) const { function in class:chromeos::MobileActivator
[all...]
/external/chromium_org/chrome/browser/history/
H A Din_memory_database.cc27 NOTREACHED() << "Cannot open databse " << GetDB().GetErrorMessage();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dmobile_device.cc24 json_reader.GetErrorMessage());
/external/chromium_org/sql/
H A Dconnection.cc295 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage();
359 DLOG(WARNING) << "Could not get cache size " << GetErrorMessage();
370 DLOG(WARNING) << "Could not shrink cache size: " << GetErrorMessage();
376 DLOG(WARNING) << "Could not restore cache size: " << GetErrorMessage();
677 DLOG(FATAL) << "SQL Error in " << sql << ", " << GetErrorMessage();
728 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
747 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
856 const char* Connection::GetErrorMessage() const { function in class:sql::Connection
1062 << ": " << GetErrorMessage()
1075 DLOG(FATAL) << GetErrorMessage();
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.Lexer
306 msg = base.GetErrorMessage(e, tokenNames);

Completed in 1017 milliseconds

123