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

  /external/chromium_org/content/renderer/pepper/
url_request_info_util.h 12 struct URLRequestInfoData;
26 CONTENT_EXPORT bool CreateWebURLRequest(ppapi::URLRequestInfoData* data,
32 const ppapi::URLRequestInfoData& data);
url_request_info_util.cc 28 using ppapi::URLRequestInfoData;
87 bool ValidateURLRequestData(const ppapi::URLRequestInfoData& data) {
99 bool EnsureFileRefObjectsPopulated(ppapi::URLRequestInfoData* data) {
103 URLRequestInfoData::BodyItem& item = data->body[i];
117 bool CreateWebURLRequest(ppapi::URLRequestInfoData* data,
120 // In the out-of-process case, we've received the URLRequestInfoData
152 const URLRequestInfoData::BodyItem& item = data->body[i];
192 bool URLRequestRequiresUniversalAccess(const ppapi::URLRequestInfoData& data) {
pepper_url_loader_host.h 71 const ppapi::URLRequestInfoData& request_data);
73 const ppapi::URLRequestInfoData& request_data);
119 ppapi::URLRequestInfoData request_data_;
pepper_url_request_unittest.cc 52 using ppapi::URLRequestInfoData;
69 URLRequestInfoData());
79 URLRequestInfoData data = info_->GetData();
87 URLRequestInfoData data = info_->GetData();
95 URLRequestInfoData data = info_->GetData();
103 URLRequestInfoData data = info_->GetData();
pepper_url_loader_host.cc 208 const ppapi::URLRequestInfoData& request_data) {
225 const ppapi::URLRequestInfoData& request_data) {
233 ppapi::URLRequestInfoData filled_in_request_data = request_data;
pepper_in_process_resource_creation.cc 130 instance, ppapi::URLRequestInfoData()))->GetReference();
pepper_plugin_instance_impl.h 364 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(
46 URLRequestInfoData::URLRequestInfoData()
67 URLRequestInfoData::~URLRequestInfoData() {
url_request_info_data.h 21 struct PPAPI_SHARED_EXPORT URLRequestInfoData {
57 URLRequestInfoData();
58 ~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_;
ppapi_messages.h 277 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData)
298 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
    [all...]
url_loader_resource.cc 91 const ::ppapi::URLRequestInfoData& request_data,
resource_creation_proxy.cc 182 GetConnection(), instance, URLRequestInfoData()))->GetReference();
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.h 19 struct URLRequestInfoData;
55 const ppapi::URLRequestInfoData& data,
pepper_flash_renderer_host.cc 206 const ppapi::URLRequestInfoData& data,
  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 28 struct URLRequestInfoData;
92 virtual int32_t Navigate(const ppapi::URLRequestInfoData& request,

Completed in 637 milliseconds