HomeSort by relevance Sort by last modified time
    Searched refs:typeAttribute (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 40 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;
CSPDirectiveList.cpp 114 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
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
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...]
ContentSecurityPolicy.h 114 bool allowPluginType(const String& type, const String& typeAttribute, const KURL&, ReportingStatus = SendReport) const;
ContentSecurityPolicy.cpp 423 bool ContentSecurityPolicy::allowPluginType(const String& type, const String& typeAttribute, const KURL& url, ContentSecurityPolicy::ReportingStatus reportingStatus) const
426 if (!m_policies[i]->allowPluginType(type, typeAttribute, url, reportingStatus))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 796 Attribute* typeAttribute = token->getAttributeItem(typeAttr);
799 if (!typeAttribute || !equalIgnoringCase(typeAttribute->value(), "hidden"))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2330 milliseconds