Searched refs:typeAttribute (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | CSPDirectiveList.cpp | 103 …heckMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const in checkMediaType() 107 if (typeAttribute.isEmpty() || typeAttribute.stripWhiteSpace() != type) in checkMediaType() 139 …tion(MediaListDirective* directive, const String& type, const String& typeAttribute, const String&… in checkMediaTypeAndReportViolation() argument 141 if (checkMediaType(directive, type, typeAttribute)) in checkMediaTypeAndReportViolation() 145 if (typeAttribute.isEmpty()) in checkMediaTypeAndReportViolation() 265 bool CSPDirectiveList::allowPluginType(const String& type, const String& typeAttribute, const KURL&… in allowPluginType() argument 268 …ion(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME … in allowPluginType() 269 checkMediaType(m_pluginTypes.get(), type, typeAttribute); in allowPluginType()
|
D | CSPDirectiveList.h | 40 …bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ContentSecurity… 91 bool checkMediaType(MediaListDirective*, const String& type, const String& typeAttribute) const; 100 …eportViolation(MediaListDirective*, const String& type, const String& typeAttribute, const String&…
|
D | ContentSecurityPolicy.h | 111 …bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus…
|
D | ContentSecurityPolicy.cpp | 375 bool ContentSecurityPolicy::allowPluginType(const String& type, const String& typeAttribute, const … in allowPluginType() argument 378 if (!m_policies[i]->allowPluginType(type, typeAttribute, url, reportingStatus)) in allowPluginType()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLTreeBuilder.cpp | 795 Attribute* typeAttribute = token->getAttributeItem(typeAttr); in processStartTagForInBody() local 798 if (!typeAttribute || !equalIgnoringCase(typeAttribute->value(), "hidden")) in processStartTagForInBody() 1029 Attribute* typeAttribute = token->getAttributeItem(typeAttr); in processStartTagForInTable() local 1030 if (typeAttribute && equalIgnoringCase(typeAttribute->value(), "hidden")) { in processStartTagForInTable()
|