OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 344 milliseconds