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

  /external/chromium_org/net/base/
sdch_dictionary_fetcher.h 27 class NET_EXPORT SdchDictionaryFetcher
35 SdchDictionaryFetcher(SdchManager* manager,
37 virtual ~SdchDictionaryFetcher();
72 base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
94 DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);
sdch_dictionary_fetcher.cc 17 SdchDictionaryFetcher::SdchDictionaryFetcher(
28 SdchDictionaryFetcher::~SdchDictionaryFetcher() {
32 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
53 void SdchDictionaryFetcher::Cancel() {
63 void SdchDictionaryFetcher::ScheduleDelayedRun() {
67 base::Bind(&SdchDictionaryFetcher::StartFetching,
73 void SdchDictionaryFetcher::StartFetching() {
92 void SdchDictionaryFetcher::OnURLFetchComplete
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 259 new net::SdchDictionaryFetcher(
261 // SdchDictionaryFetcher takes a reference to the Getter, and
profile_impl_io_data.cc 537 new net::SdchDictionaryFetcher(
539 // SdchDictionaryFetcher takes a reference to the Getter, and

Completed in 103 milliseconds