Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dsdch_manager.h291 void FetchDictionary(const GURL& request_url, const GURL& dictionary_url);
Dsdch_manager.cc325 void SdchManager::FetchDictionary(const GURL& request_url, in FetchDictionary() function in net::SdchManager
/external/chromium/net/url_request/
Durl_request_http_job.cc1095 manager->FetchDictionary(request_info_.url, sdch_dictionary_url_); in ~URLRequestHttpJob()