OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserContentURLPattern
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/page/
UserContentURLPattern.h
36
class
UserContentURLPattern
{
38
UserContentURLPattern
() : m_invalid(true), m_matchSubdomains(false) { }
40
UserContentURLPattern
(const String& pattern)
UserContentURLPattern.cpp
27
#include "
UserContentURLPattern
.h"
33
bool
UserContentURLPattern
::matchesPatterns(const KURL& url, const Vector<String>* whitelist, const Vector<String>* blacklist)
40
UserContentURLPattern
contentPattern(whitelist->at(i));
51
UserContentURLPattern
contentPattern(blacklist->at(i));
62
bool
UserContentURLPattern
::parse(const String& pattern)
110
bool
UserContentURLPattern
::matches(const KURL& test) const
124
bool
UserContentURLPattern
::matchesHost(const KURL& test) const
225
bool
UserContentURLPattern
::matchesPath(const KURL& test) const
Frame.cpp
79
#include "
UserContentURLPattern
.h"
562
if (script->injectionTime() == injectionTime &&
UserContentURLPattern
::matchesPatterns(doc->url(), script->whitelist(), script->blacklist()))
[
all
...]
/external/webkit/Source/WebKit2/Shared/
WebUserContentURLPattern.h
32
#include <WebCore/
UserContentURLPattern
.h>
52
: m_pattern(WebCore::
UserContentURLPattern
(pattern))
59
WebCore::
UserContentURLPattern
m_pattern;
/external/webkit/Source/WebKit/win/
WebUserContentURLPattern.h
30
#include <WebCore/
UserContentURLPattern
.h>
33
class
UserContentURLPattern
;
57
WebCore::
UserContentURLPattern
m_pattern;
WebUserContentURLPattern.cpp
88
m_pattern =
UserContentURLPattern
(String(patternString, SysStringLen(patternString)));
/external/webkit/Source/WebKit/mac/Misc/
WebUserContentURLPattern.mm
28
#import <WebCore/
UserContentURLPattern
.h>
35
UserContentURLPattern
pattern;
51
_private->pattern =
UserContentURLPattern
(patternString);
/external/webkit/Source/WebCore/
Android.mk
521
page/
UserContentURLPattern
.cpp \
[
all
...]
/external/webkit/Source/WebCore/dom/
Document.cpp
144
#include "
UserContentURLPattern
.h"
[
all
...]
Completed in 698 milliseconds