Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DMediaListDirective.cpp26 return m_pluginTypes.contains(type); in allows()
80 m_pluginTypes.add(String(begin, position - begin)); in parse()
DMediaListDirective.h26 HashSet<String> m_pluginTypes; variable
DCSPDirectiveList.h118 OwnPtr<MediaListDirective> m_pluginTypes; variable
DCSPDirectiveList.cpp268 …checkMediaTypeAndReportViolation(m_pluginTypes.get(), type, typeAttribute, "Refused to load '" + u… in allowPluginType()
269 checkMediaType(m_pluginTypes.get(), type, typeAttribute); in allowPluginType()
666 setCSPDirective<MediaListDirective>(name, value, m_pluginTypes); in addDirective()