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

  /external/webkit/Source/WebCore/page/
ContentSecurityPolicy.h 76 OwnPtr<CSPDirective> m_fontSrc;
ContentSecurityPolicy.cpp 528 return !m_fontSrc || m_fontSrc->allows(url);
627 else if (!m_fontSrc && equalIgnoringCase(name, fontSrc))
628 m_fontSrc = adoptPtr(new CSPDirective(value, m_origin.get()));

Completed in 33 milliseconds