OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLFetcherImpl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/url_request/
url_fetcher_impl.cc
18
URLFetcherImpl
::
URLFetcherImpl
(const GURL& url,
24
URLFetcherImpl
::~
URLFetcherImpl
() {
28
void
URLFetcherImpl
::SetUploadData(const std::string& upload_content_type,
33
void
URLFetcherImpl
::SetUploadFilePath(
46
void
URLFetcherImpl
::SetChunkedUpload(const std::string& content_type) {
50
void
URLFetcherImpl
::AppendChunkToUpload(const std::string& data,
56
void
URLFetcherImpl
::SetReferrer(const std::string& referrer) {
60
void
URLFetcherImpl
::SetLoadFlags(int load_flags)
[
all
...]
url_fetcher.cc
28
URLFetcherFactory* factory =
URLFetcherImpl
::factory();
30
: new
URLFetcherImpl
(url, request_type, d);
35
URLFetcherImpl
::CancelAll();
40
URLFetcherImpl
::SetEnableInterceptionForTests(enabled);
45
URLFetcherImpl
::SetIgnoreCertificateRequests(ignored);
url_fetcher_impl.h
27
class NET_EXPORT_PRIVATE
URLFetcherImpl
: public URLFetcher {
32
URLFetcherImpl
(const GURL& url,
35
virtual ~
URLFetcherImpl
();
124
DISALLOW_COPY_AND_ASSIGN(
URLFetcherImpl
);
test_url_fetcher_factory.cc
25
DCHECK(!
URLFetcherImpl
::factory());
26
URLFetcherImpl
::set_factory(factory);
30
DCHECK(
URLFetcherImpl
::factory());
31
URLFetcherImpl
::set_factory(NULL);
403
return new
URLFetcherImpl
(url, request_type, d);
url_fetcher_impl_unittest.cc
88
return
URLFetcherImpl
::GetNumFetcherCores();
137
URLFetcherImpl
* fetcher_;
162
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::GET, this);
215
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::GET, this);
520
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::POST, this);
545
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::POST, this);
570
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::POST, this);
591
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::GET, this);
608
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::GET, this);
632
fetcher_ = new
URLFetcherImpl
(url, URLFetcher::POST, this)
[
all
...]
/external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list_unittest.cc
83
net::
URLFetcherImpl
::set_factory(NULL);
90
net::
URLFetcherImpl
::set_factory(fallback_fetcher_factory_.get());
Completed in 524 milliseconds