Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_launch_error.cc23 std::string KioskAppLaunchError::GetErrorMessage(Error error) { in GetErrorMessage() function in chromeos::KioskAppLaunchError
/external/chromium_org/cloud_print/common/win/
Dcloud_print_utils.cc40 base::string16 GetErrorMessage(HRESULT hr) { in GetErrorMessage() function
/external/chromium_org/components/autofill/content/browser/wallet/
Dform_field_error.cc99 base::string16 FormFieldError::GetErrorMessage() const { in GetErrorMessage() function in autofill::wallet::FormFieldError
/external/chromium_org/base/json/
Djson_reader.cc110 std::string JSONReader::GetErrorMessage() const { in GetErrorMessage() function in base::JSONReader
Djson_parser.cc271 std::string JSONParser::GetErrorMessage() const { in GetErrorMessage() function in base::internal::JSONParser
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Dlocalization.cc65 std::string Localization::GetErrorMessage(const AddressData& address, in GetErrorMessage() function in i18n::addressinput::Localization
/external/chromium_org/chrome/installer/test/
Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { in GetErrorMessage() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs250 public virtual string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs273 public virtual string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.SlimLexer
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc95 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { in GetErrorMessage() function in chromeos::CellularConfigDocument
1157 std::string MobileActivator::GetErrorMessage(const std::string& code) const { in GetErrorMessage() function in chromeos::MobileActivator
/external/chromium_org/chrome/browser/google/
Dgoogle_update_win.cc212 STDMETHOD(GetErrorMessage)(base::string16* error_message) { in STDMETHOD() argument
/external/chromium_org/sql/
Dconnection.cc856 const char* Connection::GetErrorMessage() const { in GetErrorMessage() function in sql::Connection
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2264 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException; in TBaseRecognizer.GetErrorMessage() function
5391 function TLexer.GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
DAntlr.Runtime.Tree.pas1633 function GetErrorMessage(const E: ERecognitionException; in GetErrorMessage() function
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException; in TTreeParser.GetErrorMessage() function