HomeSort by relevance Sort by last modified time
    Searched refs:URLRequestInfoData (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/content/renderer/pepper/
url_request_info_util.h 13 struct URLRequestInfoData;
28 ppapi::URLRequestInfoData* data,
34 const ppapi::URLRequestInfoData& data);
url_request_info_util.cc 33 using ppapi::URLRequestInfoData;
95 bool ValidateURLRequestData(const URLRequestInfoData& data) {
108 URLRequestInfoData* data,
111 // In the out-of-process case, we've received the URLRequestInfoData
142 const URLRequestInfoData::BodyItem& item = data->body[i];
185 bool URLRequestRequiresUniversalAccess(const URLRequestInfoData& data) {
pepper_url_loader_host.h 72 const ppapi::URLRequestInfoData& request_data);
74 const ppapi::URLRequestInfoData& request_data);
120 ppapi::URLRequestInfoData request_data_;
pepper_url_request_unittest.cc 50 using ppapi::URLRequestInfoData;
66 ppapi::proxy::Connection(), pp_instance_, URLRequestInfoData());
76 URLRequestInfoData data = info_->GetData();
84 URLRequestInfoData data = info_->GetData();
92 URLRequestInfoData data = info_->GetData();
100 URLRequestInfoData data = info_->GetData();
fake_pepper_plugin_instance.cc 58 const ppapi::URLRequestInfoData& request,
fake_pepper_plugin_instance.h 36 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
pepper_url_loader_host.cc 207 const ppapi::URLRequestInfoData& request_data) {
224 const ppapi::URLRequestInfoData& request_data) {
232 ppapi::URLRequestInfoData filled_in_request_data = request_data;
pepper_in_process_resource_creation.cc 140 ppapi::URLRequestInfoData()))->GetReference();
pepper_plugin_instance_impl.h 367 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/ppapi/shared_impl/
url_request_info_data.cc 18 URLRequestInfoData::BodyItem::BodyItem()
25 URLRequestInfoData::BodyItem::BodyItem(const std::string& data)
33 URLRequestInfoData::BodyItem::BodyItem(Resource* file_ref,
44 URLRequestInfoData::URLRequestInfoData()
64 URLRequestInfoData::~URLRequestInfoData() {}
url_request_info_data.h 23 struct PPAPI_SHARED_EXPORT URLRequestInfoData {
52 URLRequestInfoData();
53 ~URLRequestInfoData();
  /external/chromium_org/ppapi/thunk/
ppb_url_request_info_api.h 13 struct URLRequestInfoData;
30 virtual const URLRequestInfoData& GetData() const = 0;
ppb_url_loader_api.h 15 struct URLRequestInfoData;
28 // Internal open given a URLRequestInfoData and requestor_pid, which
31 virtual int32_t Open(const URLRequestInfoData& data,
resource_creation_api.h 37 struct URLRequestInfoData;
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.h 23 const URLRequestInfoData& data);
38 virtual const URLRequestInfoData& GetData() const OVERRIDE;
47 URLRequestInfoData data_;
url_request_info_resource.cc 16 const URLRequestInfoData& data)
35 // function to configure the URLRequestInfoData, which is then sent to
75 data_.body.push_back(URLRequestInfoData::BodyItem(
98 data_.body.push_back(URLRequestInfoData::BodyItem(
106 const URLRequestInfoData& URLRequestInfoResource::GetData() const {
url_loader_resource.h 47 virtual int32_t Open(const URLRequestInfoData& data,
120 URLRequestInfoData request_data_;
url_loader_resource.cc 91 const ::ppapi::URLRequestInfoData& request_data,
ppapi_messages.h 370 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData)
391 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
    [all...]
resource_creation_proxy.cc 177 GetConnection(), instance, URLRequestInfoData()))->GetReference();
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.h 19 struct URLRequestInfoData;
53 const ppapi::URLRequestInfoData& data,
pepper_flash_renderer_host.cc 299 const ppapi::URLRequestInfoData& data,
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 31 struct URLRequestInfoData;
99 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,

Completed in 611 milliseconds