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

  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.h 52 bool matchesHost(const KURL&) const;
URLPatternMatcher.cpp 105 if (!equalIgnoringCase(m_scheme, "file") && !matchesHost(test))
111 bool URLPatternMatcher::matchesHost(const KURL& test) const

Completed in 1658 milliseconds