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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
MediaListDirective.h 26 HashSet<String> m_pluginTypes;
MediaListDirective.cpp 26 return m_pluginTypes.contains(type);
80 m_pluginTypes.add(String(begin, position - begin));
CSPDirectiveList.h 119 OwnPtr<MediaListDirective> m_pluginTypes;
CSPDirectiveList.cpp 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);
677 setCSPDirective<MediaListDirective>(name, value, m_pluginTypes);

Completed in 436 milliseconds