Home
last modified time | relevance | path

Searched refs:URLPatternMatcher (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DURLPatternMatcher.cpp34 bool URLPatternMatcher::matchesPatterns(const KURL& url, const Vector<String>& whitelist) in matchesPatterns()
41 URLPatternMatcher contentPattern(whitelist[i]); in matchesPatterns()
49 bool URLPatternMatcher::parse(const String& pattern) in parse()
97 bool URLPatternMatcher::matches(const KURL& test) const in matches()
111 bool URLPatternMatcher::matchesHost(const KURL& test) const in matchesHost()
210 bool URLPatternMatcher::matchesPath(const KURL& test) const in matchesPath()
DURLPatternMatcher.h37 class PLATFORM_EXPORT URLPatternMatcher {
42 URLPatternMatcher(const String& pattern) in URLPatternMatcher() function
Dblink_platform.gypi130 'URLPatternMatcher.cpp',
131 'URLPatternMatcher.h',
Dblink_platform.target.linux-mips.mk89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
Dblink_platform.target.linux-x86.mk89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
Dblink_platform.target.darwin-mips.mk89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
Dblink_platform.target.linux-arm.mk90 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
Dblink_platform.target.darwin-x86.mk89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
Dblink_platform.target.darwin-arm.mk90 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp217 if (!URLPatternMatcher::matchesPatterns(m_document.url(), sheet->whitelist())) in updateInjectedStyleSheetCache()