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

  /external/webkit/WebCore/page/
UserContentURLPattern.h 39 : m_matchSubdomains(false)
50 bool matchSubdomains() const { return m_matchSubdomains; }
66 bool m_matchSubdomains;
UserContentURLPattern.cpp 91 m_matchSubdomains = true;
131 if (!m_matchSubdomains)

Completed in 5951 milliseconds