Home
last modified time | relevance | path

Searched refs:URLRequestInfoData (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Durl_request_info_data.cc18 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()
Durl_request_info_data.h23 struct PPAPI_SHARED_EXPORT URLRequestInfoData { struct
52 URLRequestInfoData();
53 ~URLRequestInfoData();
/external/chromium_org/content/renderer/pepper/
Durl_request_info_util.h13 struct URLRequestInfoData;
28 ppapi::URLRequestInfoData* data,
34 const ppapi::URLRequestInfoData& data);
Dpepper_url_request_unittest.cc50 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()
Durl_request_info_util.cc33 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()
Dpepper_url_loader_host.h72 const ppapi::URLRequestInfoData& request_data);
74 const ppapi::URLRequestInfoData& request_data);
120 ppapi::URLRequestInfoData request_data_;
Dpepper_url_loader_host.cc207 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()
Dfake_pepper_plugin_instance.cc58 const ppapi::URLRequestInfoData& request, in Navigate()
Dfake_pepper_plugin_instance.h36 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
Dpepper_in_process_resource_creation.cc140 ppapi::URLRequestInfoData()))->GetReference(); in CreateURLRequestInfo()
Dpepper_plugin_instance_impl.h367 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
Dpepper_plugin_instance_impl.cc3124 const ppapi::URLRequestInfoData& request, in Navigate()
3135 ppapi::URLRequestInfoData completed_request = request; in Navigate()
/external/chromium_org/ppapi/proxy/
Durl_request_info_resource.h23 const URLRequestInfoData& data);
38 virtual const URLRequestInfoData& GetData() const OVERRIDE;
47 URLRequestInfoData data_;
Durl_request_info_resource.cc16 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()
Durl_loader_resource.h47 virtual int32_t Open(const URLRequestInfoData& data,
120 URLRequestInfoData request_data_;
Dppapi_messages.h370 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData)
391 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
1714 ppapi::URLRequestInfoData /* request_data */)
2002 ppapi::URLRequestInfoData /* data */,
Durl_loader_resource.cc91 const ::ppapi::URLRequestInfoData& request_data, in Open()
Dresource_creation_proxy.cc177 GetConnection(), instance, URLRequestInfoData()))->GetReference(); in CreateURLRequestInfo()
/external/chromium_org/ppapi/thunk/
Dppb_url_request_info_api.h13 struct URLRequestInfoData;
30 virtual const URLRequestInfoData& GetData() const = 0;
Dppb_url_loader_api.h15 struct URLRequestInfoData;
31 virtual int32_t Open(const URLRequestInfoData& data,
Dresource_creation_api.h37 struct URLRequestInfoData;
/external/chromium_org/chrome/renderer/pepper/
Dpepper_flash_renderer_host.h19 struct URLRequestInfoData;
53 const ppapi::URLRequestInfoData& data,
Dpepper_flash_renderer_host.cc299 const ppapi::URLRequestInfoData& data, in OnNavigate()
/external/chromium_org/content/public/renderer/
Dpepper_plugin_instance.h31 struct URLRequestInfoData;
99 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,