Searched defs:errors_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_error_reporter.h48 std::vector<std::string> errors_; member in class:ExtensionErrorReporter
/external/chromium/chrome/browser/net/
H A Durl_request_mock_net_error_job.h47 std::vector<int> errors_; member in class:URLRequestMockNetErrorJob
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h69 const std::string& errors() { return errors_; }
73 std::string errors_; member in class:UpdateManifest
75 // Helper function that adds parse error details to our errors_ string.
/external/chromium/chrome/common/
H A Djson_schema_validator.h136 return errors_;
207 std::vector<Error> errors_; member in class:JSONSchemaValidator
H A Dlibxml_utils.h95 const std::string& errors() const { return errors_; }
108 // to report errors into |errors_| for the lifetime of this object.
110 std::string errors_; member in class:XmlReader
H A Dsqlite_utils.cc54 STLDeleteContainerPointers(errors_.begin(), errors_.end());
71 errors_.push_back(handler);
75 ErrorList errors_; member in class:DefaultSQLErrorHandlerFactory
/external/stressapptest/src/
H A Derror_diag.h61 std::list<ErrorInstance*> errors_; // Log of errors. member in class:DeviceTree

Completed in 404 milliseconds