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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContextFeatures.h 39 class ContextFeatures FINAL : public GarbageCollectedFinalized<ContextFeatures>, public HeapSupplement<Page> {
42 typedef HeapSupplement<Page> SupplementType;
69 virtual void trace(Visitor* visitor) OVERRIDE { HeapSupplement<Page>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h 61 class FontFaceSet FINAL : public GarbageCollectedFinalized<FontFaceSet>, public HeapSupplement<Document>, public ActiveDOMObject, public EventTargetWithInlineData {
63 typedef HeapSupplement<Document> SupplementType;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 101 if (!HeapSupplement<Page>::from(page, supplementName()))
102 HeapSupplement<Page>::provideTo(page, supplementName(), new InternalSettings(page));
103 return static_cast<InternalSettings*>(HeapSupplement<Page>::from(page, supplementName()));
342 HeapSupplement<Page>::trace(visitor);
InternalSettings.h 47 class InternalSettings FINAL : public InternalSettingsGenerated, public HeapSupplement<Page> {
  /external/chromium_org/third_party/WebKit/Source/platform/
Supplementable.h 215 class HeapSupplement : public SupplementBase<T, true> { };
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 822 #define WillBeHeapSupplement WebCore::HeapSupplement
    [all...]

Completed in 113 milliseconds