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

  /external/webkit/Source/WebCore/page/
UserContentURLPattern.h 38 UserContentURLPattern() : m_invalid(true), m_matchSubdomains(false) { }
41 : m_matchSubdomains(false)
54 bool matchSubdomains() const { return m_matchSubdomains; }
70 bool m_matchSubdomains;
UserContentURLPattern.cpp 86 m_matchSubdomains = false;
91 m_matchSubdomains = true;
95 m_matchSubdomains = true;
130 if (!m_matchSubdomains)

Completed in 26 milliseconds