HomeSort by relevance Sort by last modified time
    Searched defs:SdchDictionaryFetcher (Results 1 - 4 of 4) 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);
  /external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.cc 16 SdchDictionaryFetcher::SdchDictionaryFetcher(
24 SdchDictionaryFetcher::~SdchDictionaryFetcher() {
29 void SdchDictionaryFetcher::Shutdown() {
33 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
54 void SdchDictionaryFetcher::ScheduleDelayedRun() {
58 base::Bind(&SdchDictionaryFetcher::StartFetching,
64 void SdchDictionaryFetcher::StartFetching() {
78 void SdchDictionaryFetcher::OnURLFetchComplete
    [all...]
sdch_dictionary_fetcher.h 27 class SdchDictionaryFetcher
32 explicit SdchDictionaryFetcher(net::URLRequestContextGetter* context);
33 virtual ~SdchDictionaryFetcher();
71 base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
93 DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);

Completed in 394 milliseconds