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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DMediaListDirective.h26 HashSet<String> m_pluginTypes; member in class:blink::FINAL
H A DMediaListDirective.cpp26 return m_pluginTypes.contains(type);
80 m_pluginTypes.add(String(begin, position - begin));
H A DCSPDirectiveList.h119 OwnPtr<MediaListDirective> m_pluginTypes; member in class:blink::CSPDirectiveList
H A DCSPDirectiveList.cpp279 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 140 milliseconds