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

  /external/chromium/chrome/browser/net/
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);
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...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 161 // We need to shutdown the SdchDictionaryFetcher as it regularly holds
165 SdchDictionaryFetcher::Shutdown();
    [all...]
browser_main.cc     [all...]

Completed in 48 milliseconds