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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.cpp 28 #include "core/dom/ContextFeatures.h"
41 const char* ContextFeatures::supplementName()
43 return "ContextFeatures";
46 ContextFeatures* ContextFeatures::defaultSwitch()
48 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));
52 bool ContextFeatures::pagePopupEnabled(Document* document)
56 return document->contextFeatures().isEnabled(document, PagePopup, false);
59 bool ContextFeatures::mutationEventsEnabled(Document* document
    [all...]
ContextFeatures.h 39 class ContextFeatures FINAL : public GarbageCollectedFinalized<ContextFeatures>, public HeapSupplement<Page> {
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)
84 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) { return defaultValue;
    [all...]
Document.h 74 class ContextFeatures;
    [all...]
Document.cpp 65 #include "core/dom/ContextFeatures.h"
450 , m_contextFeatures(ContextFeatures::defaultSwitch())
645 m_contextFeatures = ContextFeatures::defaultSwitch();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ContextFeaturesClientImpl.h 34 #include "core/dom/ContextFeatures.h"
45 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue) OVERRIDE;
51 bool askIfIsEnabled(Document*, ContextFeatures::FeatureType, bool defaultValue);
ContextFeaturesClientImpl.cpp 83 Entry& entryFor(ContextFeatures::FeatureType type)
86 ASSERT_WITH_SECURITY_IMPLICATION(index < ContextFeatures::FeatureTypeSize);
94 Entry m_entries[ContextFeatures::FeatureTypeSize];
119 for (size_t i = 0; i < ContextFeatures::FeatureTypeSize; ++i)
123 bool ContextFeaturesClientImpl::isEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
138 bool ContextFeaturesClientImpl::askIfIsEnabled(Document* document, ContextFeatures::FeatureType type, bool defaultValue)
145 case ContextFeatures::MutationEvents:
147 case ContextFeatures::PushState:
WebPagePopupImpl.cpp 34 #include "core/dom/ContextFeatures.h"
176 virtual bool isEnabled(Document*, ContextFeatures::FeatureType, bool) OVERRIDE;
179 bool PagePopupFeaturesClient::isEnabled(Document*, ContextFeatures::FeatureType type, bool defaultValue)
181 if (type == ContextFeatures::PagePopup)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface.cpp 29 #include "core/dom/ContextFeatures.h"
    [all...]
V8TestObject.cpp 53 #include "core/dom/ContextFeatures.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.darwin-arm64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.darwin-mips.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.darwin-mips64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.darwin-x86.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.darwin-x86_64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-arm.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-arm64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-mips.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-mips64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-x86.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
webcore_dom.target.linux-x86_64.mk 41 third_party/WebKit/Source/core/dom/ContextFeatures.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp 45 #include "core/dom/ContextFeatures.h"
479 if (!ContextFeatures::pushStateEnabled(document()))
    [all...]

Completed in 1627 milliseconds