Home
last modified time | relevance | path

Searched refs:ContextFeatures (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DContextFeatures.cpp41 const char* ContextFeatures::supplementName() in supplementName()
46 ContextFeatures* ContextFeatures::defaultSwitch() in defaultSwitch()
48 …DEFINE_STATIC_REF_WILL_BE_PERSISTENT(ContextFeatures, instance, (ContextFeatures::create(ContextFe… in defaultSwitch()
52 bool ContextFeatures::pagePopupEnabled(Document* document) in pagePopupEnabled()
59 bool ContextFeatures::mutationEventsEnabled(Document* document) in mutationEventsEnabled()
67 bool ContextFeatures::pushStateEnabled(Document* document) in pushStateEnabled()
74ContextFeatures::SupplementType::provideTo(page, ContextFeatures::supplementName(), ContextFeature… in provideContextFeaturesTo()
79ContextFeatures* provided = static_cast<ContextFeatures*>(ContextFeatures::SupplementType::from(pa… in provideContextFeaturesToDocumentFrom()
DContextFeatures.h39 class ContextFeatures FINAL : public GarbageCollectedFinalized<ContextFeatures>, public HeapSupplem…
40 USING_GARBAGE_COLLECTED_MIXIN(ContextFeatures);
44 class ContextFeatures : public RefCountedSupplement<Page, ContextFeatures> {
46 typedef RefCountedSupplement<Page, ContextFeatures> SupplementType;
56 static ContextFeatures* defaultSwitch();
57 static PassRefPtrWillBeRawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>);
71 explicit ContextFeatures(PassOwnPtr<ContextFeaturesClient> client) in ContextFeatures() function
84 …virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaul… in isEnabled()
91 inline PassRefPtrWillBeRawPtr<ContextFeatures> ContextFeatures::create(PassOwnPtr<ContextFeaturesCl… in create()
93 return adoptRefWillBeNoop(new ContextFeatures(client)); in create()
[all …]
DDocument.h74 class ContextFeatures; variable
975 void setContextFeatures(ContextFeatures&);
976 ContextFeatures& contextFeatures() const { return *m_contextFeatures; } in contextFeatures()
1174 RefPtrWillBeMember<ContextFeatures> m_contextFeatures;
DDocument.cpp450 , m_contextFeatures(ContextFeatures::defaultSwitch()) in Document()
645 m_contextFeatures = ContextFeatures::defaultSwitch(); in dispose()
3923 if (ContextFeatures::mutationEventsEnabled(this)) in addMutationEventListenerTypeIfEnabled()
5340 void Document::setContextFeatures(ContextFeatures& features) in setContextFeatures()
5342 m_contextFeatures = PassRefPtrWillBeRawPtr<ContextFeatures>(features); in setContextFeatures()
/external/chromium_org/third_party/WebKit/Source/web/
DContextFeaturesClientImpl.cpp83 Entry& entryFor(ContextFeatures::FeatureType type) in entryFor()
86 ASSERT_WITH_SECURITY_IMPLICATION(index < ContextFeatures::FeatureTypeSize); in entryFor()
94 Entry m_entries[ContextFeatures::FeatureTypeSize];
119 for (size_t i = 0; i < ContextFeatures::FeatureTypeSize; ++i) in validateAgainst()
123 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bo… in isEnabled()
138 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType typ… in askIfIsEnabled()
145 case ContextFeatures::MutationEvents: in askIfIsEnabled()
147 case ContextFeatures::PushState: in askIfIsEnabled()
DContextFeaturesClientImpl.h45 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
51 bool askIfIsEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue);
DWebPagePopupImpl.cpp176 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
179 bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultV… in isEnabled()
181 if (type == ContextFeatures::PagePopup) in isEnabled()
/external/chromium_org/third_party/WebKit/Source/bindings/
DIDLExtendedAttributes.txt79 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterface.cpp2010 …if (context && context->isDocument() && ContextFeatures::implementsContextNameEnabled(toDocument(c… in installConditionallyEnabledProperties()
2015 …if (context && context->isDocument() && ContextFeatures::partialContextNameEnabled(toDocument(cont… in installConditionallyEnabledProperties()
2020 …if (context && context->isDocument() && ContextFeatures::partialContextNameEnabled(toDocument(cont… in installConditionallyEnabledProperties()
2025 …if (context && context->isDocument() && ContextFeatures::partialContextName3Enabled(toDocument(con… in installConditionallyEnabledProperties()
2030 …if (context && context->isDocument() && ContextFeatures::partialContextName3Enabled(toDocument(con… in installConditionallyEnabledProperties()
2058 …if (context && context->isDocument() && ContextFeatures::partialContextName3Enabled(toDocument(con… in installConditionallyEnabledMethods()
2061 …if (context && context->isDocument() && ContextFeatures::partialContextName3Enabled(toDocument(con… in installConditionallyEnabledMethods()
DV8TestObject.cpp10543 …if (context && context->isDocument() && ContextFeatures::featureNameEnabled(toDocument(context))) { in installConditionallyEnabledProperties()
10548 …if (context && context->isDocument() && ContextFeatures::featureNameEnabled(toDocument(context))) { in installConditionallyEnabledProperties()
10561 …if (context && context->isDocument() && ContextFeatures::featureNameEnabled(toDocument(context))) { in installConditionallyEnabledMethods()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-x86.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.darwin-arm64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-arm64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-mips.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.darwin-mips.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.darwin-mips64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-mips64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.darwin-x86_64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-x86_64.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.linux-arm.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dwebcore_dom.target.darwin-arm.mk41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
Dcore.gypi2012 'dom/ContextFeatures.cpp',
2013 'dom/ContextFeatures.h',
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.cpp479 if (!ContextFeatures::pushStateEnabled(document())) in enqueuePopstateEvent()