OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextFeaturesClientImpl
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.h
38
class
ContextFeaturesClientImpl
FINAL : public ContextFeaturesClient {
40
static PassOwnPtr<
ContextFeaturesClientImpl
> create()
42
return adoptPtr(new
ContextFeaturesClientImpl
());
49
ContextFeaturesClientImpl
() { }
ContextFeaturesClientImpl.cpp
32
#include "web/
ContextFeaturesClientImpl
.h"
123
bool
ContextFeaturesClientImpl
::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
132
void
ContextFeaturesClientImpl
::urlDidChange(Document* document)
138
bool
ContextFeaturesClientImpl
::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
blink_web.target.darwin-arm.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.darwin-arm64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.darwin-mips.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.darwin-mips64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.darwin-x86.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.darwin-x86_64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-arm.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-arm64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-mips.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-mips64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-x86.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
blink_web.target.linux-x86_64.mk
40
third_party/WebKit/Source/web/
ContextFeaturesClientImpl
.cpp \
WebViewImpl.cpp
142
#include "web/
ContextFeaturesClientImpl
.h"
439
provideContextFeaturesTo(*m_page,
ContextFeaturesClientImpl
::create());
[
all
...]
Completed in 2082 milliseconds