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

  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.h 37 class PLATFORM_EXPORT URLPatternMatcher {
42 URLPatternMatcher(const String& pattern)
URLPatternMatcher.cpp 27 #include "platform/URLPatternMatcher.h"
34 bool URLPatternMatcher::matchesPatterns(const KURL& url, const Vector<String>& whitelist)
41 URLPatternMatcher contentPattern(whitelist[i]);
49 bool URLPatternMatcher::parse(const String& pattern)
97 bool URLPatternMatcher::matches(const KURL& test) const
111 bool URLPatternMatcher::matchesHost(const KURL& test) const
210 bool URLPatternMatcher::matchesPath(const KURL& test) const
blink_platform.target.darwin-arm.mk 90 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
blink_platform.target.linux-arm.mk 90 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
blink_platform.target.linux-mips.mk 89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
blink_platform.target.linux-x86.mk 89 third_party/WebKit/Source/platform/URLPatternMatcher.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 50 #include "platform/URLPatternMatcher.h"
217 if (!URLPatternMatcher::matchesPatterns(m_document.url(), sheet->whitelist()))

Completed in 233 milliseconds