HomeSort by relevance Sort by last modified time
    Searched defs:InstallSigner (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
install_signer.h 56 class InstallSigner {
64 InstallSigner(net::URLRequestContextGetter* context_getter,
66 ~InstallSigner();
118 DISALLOW_COPY_AND_ASSIGN(InstallSigner);
install_signer.cc 190 InstallSigner::InstallSigner(net::URLRequestContextGetter* context_getter,
195 InstallSigner::~InstallSigner() {
199 bool InstallSigner::VerifySignature(const InstallSignature& signature) {
235 class InstallSigner::FetcherDelegate : public net::URLFetcherDelegate {
254 ExtensionIdSet InstallSigner::GetForcedNotFromWebstore() {
303 void InstallSigner::GetSignature(const SignatureCallback& callback) {
332 base::Closure closure = base::Bind(&InstallSigner::ParseFetchResponse,
366 void InstallSigner::ReportErrorViaCallback()
    [all...]

Completed in 555 milliseconds