Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/Misc/
DWebUserContentURLPattern.h37 - (BOOL)matchesURL:(NSURL *)url;
DWebUserContentURLPattern.mm84 - (BOOL)matchesURL:(NSURL *)url
/external/webkit/Source/WebKit2/Shared/API/c/
DWKUserContentURLPattern.cpp47 return toImpl(urlPatternRef)->matchesURL(toWTFString(urlRef)); in WKUserContentURLPatternMatchesURL()
/external/webkit/Source/WebKit2/Shared/
DWebUserContentURLPattern.h46 …bool matchesURL(const String& url) const { return m_pattern.matches(WebCore::KURL(WebCore::ParsedU… in matchesURL() function
/external/webkit/Source/WebKit/win/
DWebUserContentURLPattern.h54 virtual HRESULT STDMETHODCALLTYPE matchesURL(BSTR, BOOL*);
DWebUserContentURLPattern.cpp124 HRESULT WebUserContentURLPattern::matchesURL(BSTR url, BOOL* matches) in matchesURL() function in WebUserContentURLPattern
DChangeLog4212 This patch adds the matchesURL functionality to allow for this.
4214 * Interfaces/IWebUserContentURLPattern.idl: Added matchesURL.
4217 …(WebUserContentURLPattern::matchesURL): Added. Calls through to WebCore::UserContentURLPattern::ma…
4218 * WebUserContentURLPattern.h: Added matchesURL.
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUserContentURLPattern.idl43 HRESULT matchesURL([in] BSTR url, [out, retval] BOOL* matches);
/external/webkit/Source/WebKit/mac/
DChangeLog7416 This patch adds the matchesURL functionality to allow for this.
7418 * Misc/WebUserContentURLPattern.h: Added matchesURL.
7420 …(-[WebUserContentURLPattern matchesURL:]): Added. Calls through to WebCore::UserContentURLPattern:…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1624874 (WebKit::WebUserContentURLPattern::matchesURL):