OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BrandcodeConfigFetcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/profile_resetter/
brandcode_config_fetcher.h
16
//
BrandcodeConfigFetcher
fetches and parses the xml containing the brandcoded
18
class
BrandcodeConfigFetcher
: public net::URLFetcherDelegate {
22
BrandcodeConfigFetcher
(const FetchCallback& callback,
25
virtual ~
BrandcodeConfigFetcher
();
44
base::OneShotTimer<
BrandcodeConfigFetcher
> download_timer_;
55
DISALLOW_COPY_AND_ASSIGN(
BrandcodeConfigFetcher
);
brandcode_config_fetcher.cc
140
BrandcodeConfigFetcher
::
BrandcodeConfigFetcher
(const FetchCallback& callback,
161
&
BrandcodeConfigFetcher
::OnDownloadTimeout);
164
BrandcodeConfigFetcher
::~
BrandcodeConfigFetcher
() {}
166
void
BrandcodeConfigFetcher
::SetCallback(const FetchCallback& callback) {
170
void
BrandcodeConfigFetcher
::OnURLFetchComplete(const net::URLFetcher* source) {
192
void
BrandcodeConfigFetcher
::OnDownloadTimeout() {
Completed in 24 milliseconds