HomeSort by relevance Sort by last modified time
    Searched full:parse_error_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc 45 parse_error_(Delegate::UNKNOWN_ERROR) {}
148 parse_error_ = Delegate::ICON_ERROR;
162 parse_error_ = Delegate::MANIFEST_ERROR;
172 parse_error_ = Delegate::MANIFEST_ERROR;
199 delegate_->OnWebstoreParseFailure(id_, parse_error_, error_);
webstore_install_helper.h 134 Delegate::InstallHelperResultCode parse_error_; member in class:extensions::WebstoreInstallHelper
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 159 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 86 milliseconds