OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstallSignature
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
install_signer.h
30
struct
InstallSignature
{
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.
install_signer.cc
155
InstallSignature
::
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
& signature)
[
all
...]
Completed in 45 milliseconds