Searched refs:typeAttribute (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPDirectiveList.h40 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ContentSecurityPolicy::ReportingStatus) const;
92 bool checkMediaType(MediaListDirective*, const String& type, const String& typeAttribute) const;
101 bool checkMediaTypeAndReportViolation(MediaListDirective*, const String& type, const String& typeAttribute, const String& consoleMessage) const;
H A DCSPDirectiveList.cpp114 bool CSPDirectiveList::checkMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const
118 if (typeAttribute.isEmpty() || typeAttribute.stripWhiteSpace() != type)
150 bool CSPDirectiveList::checkMediaTypeAndReportViolation(MediaListDirective* directive, const String& type, const String& typeAttribute, const String& consoleMessage) const argument
152 if (checkMediaType(directive, type, typeAttribute))
156 if (typeAttribute.isEmpty())
276 bool CSPDirectiveList::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const argument
279 checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + url.elidedString() + "' (MIME type '" + typeAttribute + "') because it violates the following Content Security Policy Directive: ") :
280 checkMediaType(m_pluginTypes.get(), type, typeAttribute);
[all...]
H A DContentSecurityPolicy.h114 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
H A DContentSecurityPolicy.cpp423 bool ContentSecurityPolicy::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const argument
426 if (!m_policies[i]->allowPluginType(type, typeAttribute, url, reportingStatus))
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp796 Attribute* typeAttribute = token->getAttributeItem(typeAttr); local
799 if (!typeAttribute || !equalIgnoringCase(typeAttribute->value(), "hidden"))
1040 Attribute* typeAttribute = token->getAttributeItem(typeAttr); local
1041 if (typeAttribute && equalIgnoringCase(typeAttribute->value(), "hidden")) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 539 milliseconds