Searched defs:SdchDictionaryFetcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher.cc26 SdchDictionaryFetcher::SdchDictionaryFetcher( function in class:net::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
[all...]
H A Dsdch_dictionary_fetcher.h35 class NET_EXPORT SdchDictionaryFetcher class in namespace:net
42 SdchDictionaryFetcher(SdchFetcher::Delegate* consumer,
44 virtual ~SdchDictionaryFetcher();
105 base::WeakPtrFactory<SdchDictionaryFetcher> weak_factory_;
107 DISALLOW_COPY_AND_ASSIGN(SdchDictionaryFetcher);

Completed in 1135 milliseconds