Searched refs:headerType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dimage_expectations.cpp148 Json::Value headerType = header[kJsonKey_Header_Type]; local
150 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
151 SkDebugf("JSON expectations file '%s': expected headerType '%s', found '%s'\n",
152 jsonPath, kJsonValue_Header_Type, headerType.asCString());
/external/skia/tools/
H A Dimage_expectations.cpp121 Json::Value headerType = header[kJsonKey_Header_Type]; local
123 if (strcmp(headerType.asCString(), kJsonValue_Header_Type)) {
124 SkDebugf("JSON expectations file '%s': expected headerType '%s', found '%s'\n",
125 jsonPath, kJsonValue_Header_Type, headerType.asCString());
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPDirectiveList.h32 ContentSecurityPolicyHeaderType headerType() const { return m_headerType; } function in class:blink::CSPDirectiveList
H A DContentSecurityPolicy.cpp168 UseCounter::count(*document, getUseCounterType((*iter)->headerType()));
191 addPolicyFromHeaderValue((*iter)->header(), (*iter)->headerType(), (*iter)->headerSource());
275 return m_policies.isEmpty() ? ContentSecurityPolicyHeaderTypeEnforce : m_policies[0]->headerType();

Completed in 846 milliseconds