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

  /external/chromium/chrome/browser/net/
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);
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...]
  /external/chromium_org/chrome/browser/net/
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);
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...]
  /external/chromium/chrome/browser/
browser_process_impl.cc 161 // We need to shutdown the SdchDictionaryFetcher as it regularly holds
165 SdchDictionaryFetcher::Shutdown();
    [all...]
browser_main.cc     [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 211 // We need to shutdown the SdchDictionaryFetcher as it regularly holds
216 base::Bind(&SdchDictionaryFetcher::Shutdown));
    [all...]
io_thread.cc     [all...]

Completed in 142 milliseconds