HomeSort by relevance Sort by last modified time
    Searched defs:BodyItem (Results 1 - 2 of 2) sorted by null

  /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,
url_request_info_data.h 24 struct PPAPI_SHARED_EXPORT BodyItem {
25 BodyItem();
26 explicit BodyItem(const std::string& data);
27 BodyItem(Resource* file_ref,
84 std::vector<BodyItem> body;

Completed in 40 milliseconds