Home
last modified time | relevance | path

Searched refs:FetchDictionary (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/base/
Dsdch_manager.h312 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
Dsdch_manager.cc385 void SdchManager::FetchDictionary(const GURL& request_url, in FetchDictionary() function in net::SdchManager
/external/chromium_org/net/url_request/
Durl_request_http_job.cc337 sdch_manager->FetchDictionary(request_->url(), sdch_dictionary_url); in NotifyHeadersComplete()