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

/external/chromium_org/chrome/browser/extensions/
H A Dinstall_signer.h30 struct InstallSignature { struct in namespace:extensions
49 InstallSignature();
50 ~InstallSignature();
55 static scoped_ptr<InstallSignature> FromValue(
63 typedef base::Callback<void(scoped_ptr<InstallSignature>)> SignatureCallback;
67 // check the set of ids in the InstallSignature passed to their callback, as
82 // Returns whether the signature in InstallSignature is properly signed with a
84 static bool VerifySignature(const InstallSignature& signature);
112 // which will need to be persisted in the eventual InstallSignature we get.
H A Dinstall_signer.cc155 InstallSignature::InstallSignature() { function in class:extensions::InstallSignature
157 InstallSignature::~InstallSignature() {
160 void InstallSignature::ToValue(base::DictionaryValue* value) const {
178 scoped_ptr<InstallSignature> InstallSignature::FromValue(
181 scoped_ptr<InstallSignature> result(new InstallSignature);
235 bool InstallSigner::VerifySignature(const InstallSignature
[all...]

Completed in 120 milliseconds