Searched defs:InstallSigner (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.h56 class InstallSigner { class in namespace:extensions
64 InstallSigner(net::URLRequestContextGetter* context_getter,
66 ~InstallSigner();
118 DISALLOW_COPY_AND_ASSIGN(InstallSigner);
H A Dinstall_signer.cc190 InstallSigner::InstallSigner(net::URLRequestContextGetter* context_getter, function in class:extensions::InstallSigner
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
[all...]

Completed in 136 milliseconds