/external/chromium_org/ppapi/shared_impl/ |
D | url_request_info_data.cc | 18 URLRequestInfoData::BodyItem::BodyItem() in BodyItem() 26 URLRequestInfoData::BodyItem::BodyItem(const std::string& data) in BodyItem() 35 URLRequestInfoData::BodyItem::BodyItem( in BodyItem() 48 URLRequestInfoData::URLRequestInfoData() in URLRequestInfoData() function in ppapi::URLRequestInfoData 69 URLRequestInfoData::~URLRequestInfoData() { in ~URLRequestInfoData()
|
D | url_request_info_data.h | 23 struct PPAPI_SHARED_EXPORT URLRequestInfoData { struct 52 URLRequestInfoData(); 53 ~URLRequestInfoData();
|
/external/chromium_org/content/renderer/pepper/ |
D | url_request_info_util.h | 13 struct URLRequestInfoData; 28 ppapi::URLRequestInfoData* data, 34 const ppapi::URLRequestInfoData& data);
|
D | url_request_info_util.cc | 33 using ppapi::URLRequestInfoData; 97 bool ValidateURLRequestData(const URLRequestInfoData& data) { in ValidateURLRequestData() 110 URLRequestInfoData* data, in CreateWebURLRequest() 146 const URLRequestInfoData::BodyItem& item = data->body[i]; in CreateWebURLRequest() 188 bool URLRequestRequiresUniversalAccess(const URLRequestInfoData& data) { in URLRequestRequiresUniversalAccess()
|
D | pepper_url_request_unittest.cc | 53 using ppapi::URLRequestInfoData; 71 URLRequestInfoData()); in SetUp() 81 URLRequestInfoData data = info_->GetData(); in GetDownloadToFile() 89 URLRequestInfoData data = info_->GetData(); in GetURL() 97 URLRequestInfoData data = info_->GetData(); in GetMethod() 105 URLRequestInfoData data = info_->GetData(); in GetHeaderValue()
|
D | pepper_url_loader_host.h | 72 const ppapi::URLRequestInfoData& request_data); 74 const ppapi::URLRequestInfoData& request_data); 120 ppapi::URLRequestInfoData request_data_;
|
D | pepper_url_loader_host.cc | 209 const ppapi::URLRequestInfoData& request_data) { in OnHostMsgOpen() 226 const ppapi::URLRequestInfoData& request_data) { in InternalOnHostMsgOpen() 234 ppapi::URLRequestInfoData filled_in_request_data = request_data; in InternalOnHostMsgOpen()
|
D | fake_pepper_plugin_instance.cc | 68 const ppapi::URLRequestInfoData& request, in Navigate()
|
D | fake_pepper_plugin_instance.h | 36 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|
D | pepper_in_process_resource_creation.cc | 139 instance, ppapi::URLRequestInfoData()))->GetReference(); in CreateURLRequestInfo()
|
D | pepper_plugin_instance_impl.h | 367 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|
D | pepper_plugin_instance_impl.cc | 2868 const ppapi::URLRequestInfoData& request, in Navigate() 2879 ppapi::URLRequestInfoData completed_request = request; in Navigate()
|
/external/chromium_org/ppapi/proxy/ |
D | url_request_info_resource.h | 23 const URLRequestInfoData& data); 38 virtual const URLRequestInfoData& GetData() const OVERRIDE; 47 URLRequestInfoData data_;
|
D | url_request_info_resource.cc | 16 const URLRequestInfoData& data) in URLRequestInfoResource() 75 data_.body.push_back(URLRequestInfoData::BodyItem( in AppendDataToBody() 98 data_.body.push_back(URLRequestInfoData::BodyItem( in AppendFileToBody() 106 const URLRequestInfoData& URLRequestInfoResource::GetData() const { in GetData()
|
D | url_loader_resource.h | 47 virtual int32_t Open(const URLRequestInfoData& data, 120 URLRequestInfoData request_data_;
|
D | ppapi_messages.h | 297 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData) 318 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem) 1577 ppapi::URLRequestInfoData /* request_data */) 1823 ppapi::URLRequestInfoData /* data */,
|
D | url_loader_resource.cc | 91 const ::ppapi::URLRequestInfoData& request_data, in Open()
|
D | resource_creation_proxy.cc | 170 GetConnection(), instance, URLRequestInfoData()))->GetReference(); in CreateURLRequestInfo()
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_url_request_info_api.h | 13 struct URLRequestInfoData; 30 virtual const URLRequestInfoData& GetData() const = 0;
|
D | ppb_url_loader_api.h | 15 struct URLRequestInfoData; 31 virtual int32_t Open(const URLRequestInfoData& data,
|
D | resource_creation_api.h | 37 struct URLRequestInfoData;
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_flash_renderer_host.h | 19 struct URLRequestInfoData; 53 const ppapi::URLRequestInfoData& data,
|
D | pepper_flash_renderer_host.cc | 303 const ppapi::URLRequestInfoData& data, in OnNavigate()
|
/external/chromium_org/content/public/renderer/ |
D | pepper_plugin_instance.h | 29 struct URLRequestInfoData; 97 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|