Searched defs:GetErrorMessage (Results 1 - 24 of 24) 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/chromium/chrome/browser/remoting/
H A Dsetup_flow_get_status_step.cc86 string16 SetupFlowGetStatusErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowGetStatusErrorStep
H A Dsetup_flow_register_step.cc72 string16 SetupFlowRegisterErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowRegisterErrorStep
H A Dsetup_flow_start_host_step.cc77 string16 SetupFlowStartHostErrorStep::GetErrorMessage() { function in class:remoting::SetupFlowStartHostErrorStep
/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/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:__anon7074::errors
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
/external/chromium/app/sql/
H A Dconnection.cc253 DLOG(WARNING) << "SQL compile error " << GetErrorMessage();
323 const char* Connection::GetErrorMessage() const { function in class:sql::Connection
362 NOTREACHED() << "Could not set locking mode: " << GetErrorMessage();
373 NOTREACHED() << "Could not set page size: " << GetErrorMessage();
379 NOTREACHED() << "Could not set cache size: " << GetErrorMessage();
419 NOTREACHED() << GetErrorMessage();
/external/chromium/base/json/
H A Djson_reader.cc108 *error_msg_out = reader.GetErrorMessage();
140 std::string JSONReader::GetErrorMessage() const { function in class:base::JSONReader
/external/chromium_org/chrome/browser/google/
H A Dgoogle_update_win.cc210 STDMETHOD(GetErrorMessage)(base::string16* error_message) { function in class:GoogleUpdateJobObserver
363 job_observer->GetErrorMessage(&error_message);
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc90 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { function in class:chromeos::CellularConfigDocument
361 GetErrorMessage(kErrorNoService));
378 GetErrorMessage(kErrorNoService));
385 GetErrorMessage(kFailedPaymentError));
417 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
471 GetErrorMessage(kErrorDefault));
479 GetErrorMessage(kErrorDefault));
488 GetErrorMessage(kErrorDefault));
497 GetErrorMessage(kErrorDefault));
534 GetErrorMessage(kFailedConnectivit
1073 std::string MobileActivator::GetErrorMessage(const std::string& code) const { function in class:chromeos::MobileActivator
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc120 std::string GetErrorMessage(const std::string& code);
296 static std::string GetErrorMessage(const std::string& code);
339 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { function in class:CellularConfigDocument
547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
653 *error_description = GetErrorMessage(kFailedConnectivity);
861 error_description = GetErrorMessage(kFailedConnectivity);
908 error_description = GetErrorMessage(kFailedConnectivity);
980 error_description = GetErrorMessage(kErrorDefault);
1119 GetErrorMessage(kFailedConnectivity));
1258 *error = GetErrorMessage(error_cod
1281 std::string MobileSetupHandler::GetErrorMessage(const std::string& code) { function in class:MobileSetupHandler
[all...]
/external/chromium_org/sql/
H A Dconnection.cc279 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage();
330 DLOG(WARNING) << "Could not get cache size " << GetErrorMessage();
341 DLOG(WARNING) << "Could not shrink cache size: " << GetErrorMessage();
347 DLOG(WARNING) << "Could not restore cache size: " << GetErrorMessage();
651 DLOG(FATAL) << "SQL Error in " << sql << ", " << GetErrorMessage();
702 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
721 DLOG(FATAL) << "SQL compile error " << GetErrorMessage();
830 const char* Connection::GetErrorMessage() const { function in class:sql::Connection
1036 << ": " << GetErrorMessage()
1049 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 682 milliseconds