Home | History | Annotate | Download | only in url_request

Lines Matching defs:URLFetcherImpl

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::SetReferrerPolicy(
65 void URLFetcherImpl::SetLoadFlags(int load_flags) {
69 int URLFetcherImpl::GetLoadFlags() const {
73 void URLFetcherImpl::SetExtraRequestHeaders(
78 void URLFetcherImpl::AddExtraRequestHeader(const std::string& header_line) {
82 void URLFetcherImpl::SetRequestContext(
87 void URLFetcherImpl::SetFirstPartyForCookies(
92 void URLFetcherImpl::SetURLRequestUserData(
98 void URLFetcherImpl::SetStopOnRedirect(bool stop_on_redirect) {
102 void URLFetcherImpl::SetAutomaticallyRetryOn5xx(bool retry) {
106 void URLFetcherImpl::SetMaxRetriesOn5xx(int max_retries) {
110 int URLFetcherImpl::GetMaxRetriesOn5xx() const {
115 base::TimeDelta URLFetcherImpl::GetBackoffDelay() const {
119 void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
123 void URLFetcherImpl::SaveResponseToFileAtPath(
129 void URLFetcherImpl::SaveResponseToTemporaryFile(
134 void URLFetcherImpl::SaveResponseWithWriter(
139 HttpResponseHeaders* URLFetcherImpl::GetResponseHeaders() const {
143 HostPortPair URLFetcherImpl::GetSocketAddress() const {
147 bool URLFetcherImpl::WasFetchedViaProxy() const {
151 void URLFetcherImpl::Start() {
155 const GURL& URLFetcherImpl::GetOriginalURL() const {
159 const GURL& URLFetcherImpl::GetURL() const {
163 const URLRequestStatus& URLFetcherImpl::GetStatus() const {
167 int URLFetcherImpl::GetResponseCode() const {
171 const ResponseCookies& URLFetcherImpl::GetCookies() const {
175 void URLFetcherImpl::ReceivedContentWasMalformed() {
179 bool URLFetcherImpl::GetResponseAsString(
184 bool URLFetcherImpl::GetResponseAsFilePath(
191 void URLFetcherImpl::CancelAll() {
196 void URLFetcherImpl::SetEnableInterceptionForTests(bool enabled) {
201 void URLFetcherImpl::SetIgnoreCertificateRequests(bool ignored) {
206 int URLFetcherImpl::GetNumFetcherCores() {
210 URLFetcherDelegate* URLFetcherImpl::delegate() const {
215 URLFetcherFactory* URLFetcherImpl::factory() {
220 void URLFetcherImpl::set_factory(URLFetcherFactory* factory) {