Searched refs:follow_redirects (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
D | rest_api.py | 179 headers=headers, follow_redirects=False, 186 follow_redirects=False, deadline=deadline, callback=callback) 195 headers=headers, follow_redirects=False, deadline=deadline)
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_request_unittest.cc | 151 EXPECT_TRUE(info_->GetData().follow_redirects); in TEST_F() 154 EXPECT_FALSE(info_->GetData().follow_redirects); in TEST_F() 157 EXPECT_TRUE(info_->GetData().follow_redirects); in TEST_F()
|
D | pepper_url_loader_host.cc | 126 if (!request_data_.follow_redirects) { in willSendRequest()
|
/external/chromium_org/ppapi/shared_impl/ |
D | url_request_info_data.cc | 49 follow_redirects(true), in URLRequestInfoData()
|
D | url_request_info_data.h | 60 bool follow_redirects; member
|
/external/chromium_org/ppapi/proxy/ |
D | url_request_info_resource.cc | 144 data_.follow_redirects = value; in SetBooleanProperty()
|
D | ppapi_messages.h | 378 IPC_STRUCT_TRAITS_MEMBER(follow_redirects)
|
/external/chromium_org/content/child/ |
D | resource_dispatcher_unittest.cc | 101 void set_follow_redirects(bool follow_redirects) { in set_follow_redirects() argument 102 follow_redirects_ = follow_redirects; in set_follow_redirects()
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
D | __init__.py | 817 self.follow_redirects = True 919 if self.follow_redirects and response.status in [300, 301, 302, 303, 307]:
|