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

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_install_helper.cc45 parse_error_(Delegate::UNKNOWN_ERROR) {}
147 parse_error_ = Delegate::ICON_ERROR;
161 parse_error_ = Delegate::MANIFEST_ERROR;
171 parse_error_ = Delegate::MANIFEST_ERROR;
198 delegate_->OnWebstoreParseFailure(id_, parse_error_, error_);
H A Dwebstore_install_helper.h134 Delegate::InstallHelperResultCode parse_error_; member in class:extensions::WebstoreInstallHelper
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_api.cc159 parse_error_(BeginInstallWithManifestFunction::UNKNOWN_ERROR) {}
192 parse_error_ = BeginInstallWithManifestFunction::ICON_ERROR;
204 parse_error_ = BeginInstallWithManifestFunction::MANIFEST_ERROR;
213 parse_error_ = BeginInstallWithManifestFunction::MANIFEST_ERROR;
239 client_->OnParseFailure(parse_error_, error_);
267 BeginInstallWithManifestFunction::ResultCode parse_error_; member in class:SafeBeginInstallHelper

Completed in 93 milliseconds