Searched defs:GetErrorMessage (Results 1 - 19 of 19) sorted by relevance

/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_parser.cc271 std::string JSONParser::GetErrorMessage() const { function in class:base::internal::JSONParser
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launch_error.cc23 std::string KioskAppLaunchError::GetErrorMessage(Error error) { function in class:chromeos::KioskAppLaunchError
/external/chromium_org/cloud_print/common/win/
H A Dcloud_print_utils.cc40 base::string16 GetErrorMessage(HRESULT hr) { function in namespace:cloud_print
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dform_field_error.cc99 base::string16 FormFieldError::GetErrorMessage() const { function in class:autofill::wallet::FormFieldError
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.Lexer
376 msg = base.GetErrorMessage( e, tokenNames );
H A DBaseRecognizer.cs246 string msg = GetErrorMessage( e, tokenNames );
273 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.BaseRecognizer
/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/third_party/libaddressinput/src/cpp/src/
H A Dlocalization.cc65 std::string Localization::GetErrorMessage(const AddressData& address, function in class:i18n::addressinput::Localization
/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);
H A DBaseRecognizer.cs223 string msg = GetErrorMessage(e, tokenNames);
250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) { method in class:Antlr.Runtime.BaseRecognizer
/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.Test/SlimParsing/
H A DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) method in class:Antlr.Runtime.SlimLexer
393 msg = base.GetErrorMessage( e, tokenNames );
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { function in namespace:__anon5737::errors
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc212 STDMETHOD(GetErrorMessage)(base::string16* error_message) { function in class:GoogleUpdateJobObserver
365 job_observer->GetErrorMessage(&error_message);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc95 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { function in class:chromeos::CellularConfigDocument
368 GetErrorMessage(kErrorNoService));
385 GetErrorMessage(kErrorNoService));
392 GetErrorMessage(kFailedPaymentError));
424 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
527 GetErrorMessage(kErrorDefault));
535 GetErrorMessage(kErrorDefault));
544 GetErrorMessage(kErrorDefault));
553 GetErrorMessage(kErrorDefault));
603 GetErrorMessage(kFailedConnectivit
1157 std::string MobileActivator::GetErrorMessage(const std::string& code) const { function in class:chromeos::MobileActivator
[all...]
/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/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas258 /// <see cref="BaseRecognizer.GetErrorMessage"/>
1633 function GetErrorMessage(const E: ERecognitionException; function
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException;
3762 Result := inherited GetErrorMessage(E, TokenNames);
H A DAntlr.Runtime.pas780 function GetErrorMessage(const E: ERecognitionException;
2264 function GetErrorMessage(const E: ERecognitionException; function
2446 function GetErrorMessage(const E: ERecognitionException;
4287 Msg := GetErrorMessage(E, TokenNames);
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException;
5391 function TLexer.GetErrorMessage(const E: ERecognitionException;
5429 Result := inherited GetErrorMessage(E, TokenNames);

Completed in 427 milliseconds