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

1 2

  /external/chromium/app/sql/
diagnostic_error_delegate.h 32 << ": " << connection->GetErrorMessage();
connection.cc 253 DLOG(WARNING) << "SQL compile error " << GetErrorMessage();
323 const char* Connection::GetErrorMessage() const {
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();
meta_table.cc 131 NOTREACHED() << db_->GetErrorMessage();
143 NOTREACHED() << db_->GetErrorMessage();
connection.h 273 const char* GetErrorMessage() const;
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 52 virtual string16 GetErrorMessage();
setup_flow_register_step.h 46 virtual string16 GetErrorMessage();
setup_flow_start_host_step.h 51 virtual string16 GetErrorMessage();
setup_flow_get_status_step.cc 86 string16 SetupFlowGetStatusErrorStep::GetErrorMessage() {
setup_flow_register_step.cc 72 string16 SetupFlowRegisterErrorStep::GetErrorMessage() {
setup_flow_start_host_step.cc 77 string16 SetupFlowStartHostErrorStep::GetErrorMessage() {
setup_flow.h 88 // GetErrorMessage() and Retry button.
102 virtual string16 GetErrorMessage() = 0;
  /external/chromium/chrome/browser/webdata/
logins_table_win.cc 19 NOTREACHED() << db_->GetErrorMessage();
39 NOTREACHED() << db_->GetErrorMessage();
58 NOTREACHED() << db_->GetErrorMessage();
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 75 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
79 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
91 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
101 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
125 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
129 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
138 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
143 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
189 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
221 LOG(FATAL) << query << "\n" << db.GetErrorMessage();
    [all...]
  /external/chromium/chrome/browser/history/
in_memory_database.cc 27 NOTREACHED() << "Cannot open databse " << GetDB().GetErrorMessage();
82 NOTREACHED() << GetDB().GetErrorMessage();
top_sites_database.cc 79 LOG(WARNING) << db_->GetErrorMessage();
95 LOG(WARNING) << db_->GetErrorMessage();
184 NOTREACHED() << db_->GetErrorMessage();
215 NOTREACHED() << db_->GetErrorMessage();
282 LOG(WARNING) << db_->GetErrorMessage();
307 LOG(WARNING) << db_->GetErrorMessage();
324 LOG(WARNING) << db_->GetErrorMessage();
373 LOG(ERROR) << db->GetErrorMessage();
url_database.cc 175 NOTREACHED() << GetDB().GetErrorMessage();
230 NOTREACHED() << GetDB().GetErrorMessage();
234 NOTREACHED() << GetDB().GetErrorMessage();
254 NOTREACHED() << GetDB().GetErrorMessage();
269 NOTREACHED() << GetDB().GetErrorMessage();
286 NOTREACHED() << GetDB().GetErrorMessage();
361 NOTREACHED() << GetDB().GetErrorMessage();
522 NOTREACHED() << GetDB().GetErrorMessage();
text_database.cc 217 NOTREACHED() << db_.GetErrorMessage();
224 NOTREACHED() << db_.GetErrorMessage();
234 NOTREACHED() << db_.GetErrorMessage();
240 NOTREACHED() << db_.GetErrorMessage();
history_database.cc 194 NOTREACHED() << db_.GetErrorMessage();
207 NOTREACHED() << db_.GetErrorMessage();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeParser.cs 165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
174 return base.GetErrorMessage(e, tokenNames);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeParser.cs 181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
193 return base.GetErrorMessage( e, tokenNames );
  /external/chromium/base/json/
json_reader.h 137 std::string GetErrorMessage() const;
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 120 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) {
547 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error));
653 *error_description = GetErrorMessage(kFailedConnectivity);
861 error_description = GetErrorMessage(kFailedConnectivity);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
306 msg = base.GetErrorMessage(e, tokenNames);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
376 msg = base.GetErrorMessage( e, tokenNames );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
393 msg = base.GetErrorMessage( e, tokenNames );

Completed in 267 milliseconds

1 2