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

  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.h 38 class ContextFeaturesClientImpl FINAL : public WebCore::ContextFeaturesClient {
40 static PassOwnPtr<ContextFeaturesClientImpl> create()
42 return adoptPtr(new ContextFeaturesClientImpl());
49 ContextFeaturesClientImpl() { }
ContextFeaturesClientImpl.cpp 32 #include "web/ContextFeaturesClientImpl.h"
125 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
134 void ContextFeaturesClientImpl::urlDidChange(Document* document)
140 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
blink_web.target.darwin-arm.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.darwin-arm64.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.darwin-mips.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.darwin-x86.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.darwin-x86_64.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.linux-arm.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.linux-arm64.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.linux-mips.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.linux-x86.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
blink_web.target.linux-x86_64.mk 97 third_party/WebKit/Source/web/ContextFeaturesClientImpl.cpp \
WebViewImpl.cpp 132 #include "web/ContextFeaturesClientImpl.h"
420 provideContextFeaturesTo(*m_page, ContextFeaturesClientImpl::create());
    [all...]

Completed in 247 milliseconds