OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExtensionDownloader
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc
46
const char
ExtensionDownloader
::kBlacklistAppID[] = "com.google.crx.blacklist";
104
ExtensionDownloader
::ExtensionFetch::ExtensionFetch() : url() {}
106
ExtensionDownloader
::ExtensionFetch::ExtensionFetch(
115
ExtensionDownloader
::ExtensionFetch::~ExtensionFetch() {}
117
ExtensionDownloader
::
ExtensionDownloader
(
124
base::Bind(&
ExtensionDownloader
::CreateManifestFetcher,
127
base::Bind(&
ExtensionDownloader
::CreateExtensionFetcher,
133
ExtensionDownloader
::~
ExtensionDownloader
() {}
[
all
...]
extension_downloader.h
51
class
ExtensionDownloader
: public net::URLFetcherDelegate {
54
//
ExtensionDownloader
.
55
ExtensionDownloader
(ExtensionDownloaderDelegate* delegate,
57
virtual ~
ExtensionDownloader
();
195
//
ExtensionDownloader
, and that fills in optional ping and update url data.
202
base::WeakPtrFactory<
ExtensionDownloader
> weak_ptr_factory_;
227
DISALLOW_COPY_AND_ASSIGN(
ExtensionDownloader
);
Completed in 266 milliseconds