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()
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()
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);
Durl_request_info_util.cc33 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()
Dpepper_url_request_unittest.cc53 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()
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.cc209 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()
Dfake_pepper_plugin_instance.cc68 const ppapi::URLRequestInfoData& request, in Navigate()
Dfake_pepper_plugin_instance.h36 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
Dpepper_in_process_resource_creation.cc139 instance, ppapi::URLRequestInfoData()))->GetReference(); in CreateURLRequestInfo()
Dpepper_plugin_instance_impl.h367 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
Dpepper_plugin_instance_impl.cc2868 const ppapi::URLRequestInfoData& request, in Navigate()
2879 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.h297 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData)
318 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
1577 ppapi::URLRequestInfoData /* request_data */)
1823 ppapi::URLRequestInfoData /* data */,
Durl_loader_resource.cc91 const ::ppapi::URLRequestInfoData& request_data, in Open()
Dresource_creation_proxy.cc170 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.cc303 const ppapi::URLRequestInfoData& data, in OnNavigate()
/external/chromium_org/content/public/renderer/
Dpepper_plugin_instance.h29 struct URLRequestInfoData;
97 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,