Home
last modified time | relevance | path

Searched refs:parse_error_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_api.cc159 parse_error_(BeginInstallWithManifestFunction::UNKNOWN_ERROR) {} in SafeBeginInstallHelper()
192 parse_error_ = BeginInstallWithManifestFunction::ICON_ERROR; in OnDecodeImageFailed()
204 parse_error_ = BeginInstallWithManifestFunction::MANIFEST_ERROR; in OnJSONParseSucceeded()
213 parse_error_ = BeginInstallWithManifestFunction::MANIFEST_ERROR; in OnJSONParseFailed()
239 client_->OnParseFailure(parse_error_, error_); in ReportResultFromUIThread()
267 BeginInstallWithManifestFunction::ResultCode parse_error_; member in SafeBeginInstallHelper