/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ContextFeatures.cpp | 41 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() 74 …ContextFeatures::SupplementType::provideTo(page, ContextFeatures::supplementName(), ContextFeature… in provideContextFeaturesTo() 79 …ContextFeatures* provided = static_cast<ContextFeatures*>(ContextFeatures::SupplementType::from(pa… in provideContextFeaturesToDocumentFrom()
|
D | ContextFeatures.h | 39 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 …]
|
D | Document.h | 74 class ContextFeatures; variable 975 void setContextFeatures(ContextFeatures&); 976 ContextFeatures& contextFeatures() const { return *m_contextFeatures; } in contextFeatures() 1174 RefPtrWillBeMember<ContextFeatures> m_contextFeatures;
|
D | Document.cpp | 450 , 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/ |
D | ContextFeaturesClientImpl.cpp | 83 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()
|
D | ContextFeaturesClientImpl.h | 45 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) OVERRIDE; 51 bool askIfIsEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue);
|
D | WebPagePopupImpl.cpp | 176 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/ |
D | IDLExtendedAttributes.txt | 79 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterface.cpp | 2010 …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()
|
D | V8TestObject.cpp | 10543 …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/ |
D | webcore_dom.target.darwin-x86.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-x86.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-arm64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-mips.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.darwin-mips64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-mips64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.linux-arm.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
|
D | core.gypi | 2012 'dom/ContextFeatures.cpp', 2013 'dom/ContextFeatures.h',
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | LocalDOMWindow.cpp | 479 if (!ContextFeatures::pushStateEnabled(document())) in enqueuePopstateEvent()
|