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

  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 172 if (!response_is_good && source == upstream_fetcher_.get()) {
181 if (source == upstream_fetcher_.get())
307 DCHECK(!upstream_fetcher_.get());
365 upstream_fetcher_.reset(URLFetcher::Create(
367 upstream_fetcher_->SetChunkedUpload(encoder_->mime_type());
368 upstream_fetcher_->SetRequestContext(url_context_.get());
369 upstream_fetcher_->SetReferrer(config_.origin_url);
370 upstream_fetcher_->SetLoadFlags(net::LOAD_DO_NOT_SAVE_COOKIES |
373 upstream_fetcher_->Start();
381 DCHECK(upstream_fetcher_.get())
    [all...]
google_streaming_remote_engine.h 145 scoped_ptr<net::URLFetcher> upstream_fetcher_; member in class:content::GoogleStreamingRemoteEngine

Completed in 41 milliseconds