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

  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 152 DVLOG(1) << (source == downstream_fetcher_.get() ? "Downstream" : "Upstream")
166 if (!response_is_good && source == downstream_fetcher_.get()) {
184 DCHECK(response_is_good && source == downstream_fetcher_.get());
308 DCHECK(!downstream_fetcher_.get());
326 downstream_fetcher_.reset(URLFetcher::Create(
328 downstream_fetcher_->SetRequestContext(url_context_.get());
329 downstream_fetcher_->SetLoadFlags(net::LOAD_DO_NOT_SAVE_COOKIES |
332 downstream_fetcher_->Start();
510 DCHECK(downstream_fetcher_.get());
513 downstream_fetcher_.reset()
    [all...]
google_streaming_remote_engine.h 146 scoped_ptr<net::URLFetcher> downstream_fetcher_; member in class:content::GoogleStreamingRemoteEngine

Completed in 115 milliseconds