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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.h 92 bool checkMediaType(MediaListDirective*, const String& type, const String& typeAttribute) const;
CSPDirectiveList.cpp 114 bool CSPDirectiveList::checkMediaType(MediaListDirective* directive, const String& type, const String& typeAttribute) const
152 if (checkMediaType(directive, type, typeAttribute))
280 checkMediaType(m_pluginTypes.get(), type, typeAttribute);

Completed in 123 milliseconds