OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLFetcherImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/url_request/
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
);
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
...]
Completed in 31 milliseconds