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

  /external/chromium_org/net/base/
sdch_dictionary_fetcher.cc 26 SdchDictionaryFetcher::SdchDictionaryFetcher(
39 SdchDictionaryFetcher::~SdchDictionaryFetcher() {
43 void SdchDictionaryFetcher::Schedule(const GURL& dictionary_url) {
70 void SdchDictionaryFetcher::Cancel() {
84 void SdchDictionaryFetcher::OnResponseStarted(URLRequest* request) {
101 void SdchDictionaryFetcher::OnReadCompleted(URLRequest* request,
122 int SdchDictionaryFetcher::DoLoop(int rv) {
150 int SdchDictionaryFetcher::DoDispatchRequest(int rv)
    [all...]
sdch_dictionary_fetcher.h 35 class NET_EXPORT SdchDictionaryFetcher
42 SdchDictionaryFetcher(SdchFetcher::Delegate* consumer,
44 virtual ~SdchDictionaryFetcher();
105 base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
107 DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);

Completed in 94 milliseconds