HomeSort by relevance Sort by last modified time
    Searched defs:SdchDictionaryFetcher (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.cc 11 SdchDictionaryFetcher::SdchDictionaryFetcher()
16 SdchDictionaryFetcher::~SdchDictionaryFetcher() {
20 void SdchDictionaryFetcher::Shutdown() {
24 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
43 void SdchDictionaryFetcher::ScheduleDelayedRun() {
47 method_factory_.NewRunnableMethod(&SdchDictionaryFetcher::StartFetching),
52 void SdchDictionaryFetcher::StartFetching() {
72 void SdchDictionaryFetcher::OnURLFetchComplete
    [all...]
sdch_dictionary_fetcher.h 22 class SdchDictionaryFetcher : public URLFetcher::Delegate,
25 SdchDictionaryFetcher();
26 virtual ~SdchDictionaryFetcher();
69 ScopedRunnableMethodFactory<SdchDictionaryFetcher> method_factory_;
87 DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);

Completed in 40 milliseconds