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

  /external/webkit/Source/WebCore/page/
UserContentURLPattern.h 61 bool matchesHost(const KURL&) const;
UserContentURLPattern.cpp 118 if (!equalIgnoringCase(m_scheme, "file") && !matchesHost(test))
124 bool UserContentURLPattern::matchesHost(const KURL& test) const

Completed in 497 milliseconds