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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_http_response_headers.h 31 class NaClHttpResponseHeaders {
33 NaClHttpResponseHeaders();
34 ~NaClHttpResponseHeaders();
55 NACL_DISALLOW_COPY_AND_ASSIGN(NaClHttpResponseHeaders);
nacl_http_response_headers.cc 40 NaClHttpResponseHeaders::NaClHttpResponseHeaders() {}
42 NaClHttpResponseHeaders::~NaClHttpResponseHeaders() {}
44 void NaClHttpResponseHeaders::Parse(const std::string& headers_str) {
74 std::string NaClHttpResponseHeaders::GetHeader(const std::string& name) {
86 std::string NaClHttpResponseHeaders::GetCacheValidators() {
99 bool NaClHttpResponseHeaders::CacheControlNoStore() {

Completed in 31 milliseconds