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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSource.h 38 WildcardDisposition m_hostWildcard;
CSPSource.cpp 22 , m_hostWildcard(hostWildcard)
48 return m_hostWildcard == HasWildcard && host.endsWith("." + m_host, false);

Completed in 186 milliseconds