Searched refs:BodyItem (Results 1 – 6 of 6) sorted by relevance
18 URLRequestInfoData::BodyItem::BodyItem() in BodyItem() function in ppapi::URLRequestInfoData::BodyItem25 URLRequestInfoData::BodyItem::BodyItem(const std::string& data) in BodyItem() function in ppapi::URLRequestInfoData::BodyItem33 URLRequestInfoData::BodyItem::BodyItem(Resource* file_ref, in BodyItem() function in ppapi::URLRequestInfoData::BodyItem
24 struct PPAPI_SHARED_EXPORT BodyItem { struct25 BodyItem();26 explicit BodyItem(const std::string& data);27 BodyItem(Resource* file_ref,84 std::vector<BodyItem> body;
75 data_.body.push_back(URLRequestInfoData::BodyItem( in AppendDataToBody()98 data_.body.push_back(URLRequestInfoData::BodyItem( in AppendFileToBody()
394 IPC_STRUCT_TRAITS_BEGIN(ppapi::URLRequestInfoData::BodyItem)
194 const URLRequestInfoData::BodyItem& item = data->body[i]; in CreateWebURLRequest()
317 BodyList: BodyItem*318 BodyItem: `Declaration` ";"