OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstallSigner
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
install_signer.h
61
class
InstallSigner
{
69
InstallSigner
(net::URLRequestContextGetter* context_getter,
71
~
InstallSigner
();
123
DISALLOW_COPY_AND_ASSIGN(
InstallSigner
);
install_signer.cc
226
InstallSigner
::
InstallSigner
(net::URLRequestContextGetter* context_getter,
231
InstallSigner
::~
InstallSigner
() {
235
bool
InstallSigner
::VerifySignature(const InstallSignature& signature) {
271
class
InstallSigner
::FetcherDelegate : public net::URLFetcherDelegate {
290
ExtensionIdSet
InstallSigner
::GetForcedNotFromWebstore() {
339
void
InstallSigner
::GetSignature(const SignatureCallback& callback) {
368
base::Closure closure = base::Bind(&
InstallSigner
::ParseFetchResponse,
403
void
InstallSigner
::ReportErrorViaCallback()
[
all
...]
Completed in 1009 milliseconds