/external/chromium_org/ppapi/shared_impl/ |
D | url_request_info_data.cc | 18 URLRequestInfoData::BodyItem::BodyItem() in BodyItem() 25 URLRequestInfoData::BodyItem::BodyItem(const std::string& data) in BodyItem() 33 URLRequestInfoData::BodyItem::BodyItem(Resource* file_ref, in BodyItem() 44 URLRequestInfoData::URLRequestInfoData() in URLRequestInfoData() function in ppapi::URLRequestInfoData 64 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 | pepper_url_request_unittest.cc | 50 using ppapi::URLRequestInfoData; 66 ppapi::proxy::Connection(), pp_instance_, URLRequestInfoData()); in SetUp() 76 URLRequestInfoData data = info_->GetData(); in GetDownloadToFile() 84 URLRequestInfoData data = info_->GetData(); in GetURL() 92 URLRequestInfoData data = info_->GetData(); in GetMethod() 100 URLRequestInfoData data = info_->GetData(); in GetHeaderValue()
|
D | url_request_info_util.cc | 33 using ppapi::URLRequestInfoData; 95 bool ValidateURLRequestData(const URLRequestInfoData& data) { in ValidateURLRequestData() 108 URLRequestInfoData* data, in CreateWebURLRequest() 142 const URLRequestInfoData::BodyItem& item = data->body[i]; in CreateWebURLRequest() 185 bool URLRequestRequiresUniversalAccess(const URLRequestInfoData& data) { in URLRequestRequiresUniversalAccess()
|
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 | 207 const ppapi::URLRequestInfoData& request_data) { in OnHostMsgOpen() 224 const ppapi::URLRequestInfoData& request_data) { in InternalOnHostMsgOpen() 232 ppapi::URLRequestInfoData filled_in_request_data = request_data; in InternalOnHostMsgOpen()
|
D | fake_pepper_plugin_instance.cc | 58 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 | 140 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 | 3124 const ppapi::URLRequestInfoData& request, in Navigate() 3135 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 | 370 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData) 391 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem) 1714 ppapi::URLRequestInfoData /* request_data */) 2002 ppapi::URLRequestInfoData /* data */,
|
D | url_loader_resource.cc | 91 const ::ppapi::URLRequestInfoData& request_data, in Open()
|
D | resource_creation_proxy.cc | 177 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 | 299 const ppapi::URLRequestInfoData& data, in OnNavigate()
|
/external/chromium_org/content/public/renderer/ |
D | pepper_plugin_instance.h | 31 struct URLRequestInfoData; 99 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
|