WillBeHeapSupplement   43 Source/core/page/DOMWindowPagePopup.h class DOMWindowPagePopup FINAL : public NoBaseWillBeGarbageCollected<DOMWindowPagePopup>, public WillBeHeapSupplement<DOMWindow> {
WillBeHeapSupplement   40 Source/modules/battery/NavigatorBattery.cpp     NavigatorBattery* supplement = static_cast<NavigatorBattery*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   17 Source/modules/battery/NavigatorBattery.h class NavigatorBattery FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorBattery>, public WillBeHeapSupplement<Navigator> {
WillBeHeapSupplement   55 Source/modules/crypto/DOMWindowCrypto.cpp     DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName()));
WillBeHeapSupplement   43 Source/modules/crypto/DOMWindowCrypto.h class DOMWindowCrypto FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowCrypto>, public WillBeHeapSupplement<DOMWindow>, public DOMWindowProperty {
WillBeHeapSupplement   50 Source/modules/crypto/WorkerGlobalScopeCrypto.cpp     WorkerGlobalScopeCrypto* supplement = static_cast<WorkerGlobalScopeCrypto*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
WillBeHeapSupplement   44 Source/modules/crypto/WorkerGlobalScopeCrypto.h class WorkerGlobalScopeCrypto FINAL : public NoBaseWillBeGarbageCollected<WorkerGlobalScopeCrypto>, public WillBeHeapSupplement<WorkerGlobalScope> {
WillBeHeapSupplement   56 Source/modules/donottrack/NavigatorDoNotTrack.cpp     NavigatorDoNotTrack* supplement = static_cast<NavigatorDoNotTrack*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   44 Source/modules/donottrack/NavigatorDoNotTrack.h class NavigatorDoNotTrack FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorDoNotTrack>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
WillBeHeapSupplement   63 Source/modules/filesystem/DraggedIsolatedFileSystem.cpp     return static_cast<DraggedIsolatedFileSystem*>(WillBeHeapSupplement<DataObject>::from(dataObject, supplementName()));
WillBeHeapSupplement   43 Source/modules/filesystem/DraggedIsolatedFileSystem.h class DraggedIsolatedFileSystem FINAL : public NoBaseWillBeGarbageCollectedFinalized<DraggedIsolatedFileSystem>, public WillBeHeapSupplement<DataObject> {
WillBeHeapSupplement   85 Source/modules/gamepad/NavigatorGamepad.cpp     NavigatorGamepad* supplement = static_cast<NavigatorGamepad*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   47 Source/modules/gamepad/NavigatorGamepad.h class NavigatorGamepad FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorGamepad>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty, public DeviceSensorEventController, public DOMWindowLifecycleObserver {
WillBeHeapSupplement   49 Source/modules/geolocation/NavigatorGeolocation.cpp     NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   33 Source/modules/geolocation/NavigatorGeolocation.h class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
WillBeHeapSupplement  284 Source/modules/imagebitmap/ImageBitmapFactories.cpp     ImageBitmapFactories* supplement = static_cast<ImageBitmapFactories*>(WillBeHeapSupplement<GlobalObject>::from(object, supplementName()));
WillBeHeapSupplement  287 Source/modules/imagebitmap/ImageBitmapFactories.cpp         WillBeHeapSupplement<GlobalObject>::provideTo(object, supplementName(), adoptPtrWillBeNoop(supplement));
WillBeHeapSupplement   57 Source/modules/imagebitmap/ImageBitmapFactories.h class ImageBitmapFactories FINAL : public NoBaseWillBeGarbageCollectedFinalized<ImageBitmapFactories>, public WillBeHeapSupplement<DOMWindow>, public WillBeHeapSupplement<WorkerGlobalScope> {
WillBeHeapSupplement   53 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp     DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName()));
WillBeHeapSupplement   38 Source/modules/indexeddb/DOMWindowIndexedDatabase.h class DOMWindowIndexedDatabase FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowIndexedDatabase>, public WillBeHeapSupplement<DOMWindow>, public DOMWindowProperty {
WillBeHeapSupplement   53 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp     WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
WillBeHeapSupplement   39 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h class WorkerGlobalScopeIndexedDatabase FINAL : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeIndexedDatabase>, public WillBeHeapSupplement<WorkerGlobalScope> {
WillBeHeapSupplement   53 Source/modules/performance/SharedWorkerPerformance.cpp     SharedWorkerPerformance* supplement = static_cast<SharedWorkerPerformance*>(WillBeHeapSupplement<SharedWorker>::from(sharedWorker, supplementName()));
WillBeHeapSupplement   41 Source/modules/performance/SharedWorkerPerformance.h class SharedWorkerPerformance FINAL : public NoBaseWillBeGarbageCollected<SharedWorkerPerformance>, public WillBeHeapSupplement<SharedWorker> {
WillBeHeapSupplement   51 Source/modules/performance/WorkerGlobalScopePerformance.cpp     WorkerGlobalScopePerformance* supplement = static_cast<WorkerGlobalScopePerformance*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
WillBeHeapSupplement   42 Source/modules/performance/WorkerGlobalScopePerformance.h class WorkerGlobalScopePerformance FINAL : public NoBaseWillBeGarbageCollected<WorkerGlobalScopePerformance>, public WillBeHeapSupplement<WorkerGlobalScope> {
WillBeHeapSupplement   29 Source/modules/push_messaging/NavigatorPushManager.cpp     NavigatorPushManager* supplement = static_cast<NavigatorPushManager*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   16 Source/modules/push_messaging/NavigatorPushManager.h class NavigatorPushManager FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorPushManager>, public WillBeHeapSupplement<Navigator> {
WillBeHeapSupplement   59 Source/modules/quota/DOMWindowQuota.cpp     DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName()));
WillBeHeapSupplement   43 Source/modules/quota/DOMWindowQuota.h class DOMWindowQuota FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowQuota>, public WillBeHeapSupplement<DOMWindow>, public DOMWindowProperty {
WillBeHeapSupplement   56 Source/modules/quota/NavigatorStorageQuota.cpp     NavigatorStorageQuota* supplement = static_cast<NavigatorStorageQuota*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   45 Source/modules/quota/NavigatorStorageQuota.h class NavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorStorageQuota>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
WillBeHeapSupplement   49 Source/modules/quota/WorkerNavigatorStorageQuota.cpp     WorkerNavigatorStorageQuota* supplement = static_cast<WorkerNavigatorStorageQuota*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName()));
WillBeHeapSupplement   42 Source/modules/quota/WorkerNavigatorStorageQuota.h class WorkerNavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
WillBeHeapSupplement  117 Source/modules/screen_orientation/ScreenOrientation.cpp     ScreenOrientation* supplement = static_cast<ScreenOrientation*>(WillBeHeapSupplement<Screen>::from(screen, supplementName()));
WillBeHeapSupplement   22 Source/modules/screen_orientation/ScreenOrientation.h class ScreenOrientation FINAL : public NoBaseWillBeGarbageCollectedFinalized<ScreenOrientation>, public WillBeHeapSupplement<Screen>, DOMWindowProperty {
WillBeHeapSupplement   36 Source/modules/serviceworkers/NavigatorServiceWorker.cpp     return static_cast<NavigatorServiceWorker*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   18 Source/modules/serviceworkers/NavigatorServiceWorker.h class NavigatorServiceWorker FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorServiceWorker>, public WillBeHeapSupplement<Navigator>, DOMWindowProperty {
WillBeHeapSupplement   57 Source/modules/speech/DOMWindowSpeechSynthesis.cpp     DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName()));
WillBeHeapSupplement   38 Source/modules/speech/DOMWindowSpeechSynthesis.h class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<DOMWindow>, public DOMWindowProperty {
WillBeHeapSupplement   61 Source/modules/webmidi/NavigatorWebMIDI.cpp     NavigatorWebMIDI* supplement = static_cast<NavigatorWebMIDI*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
WillBeHeapSupplement   44 Source/modules/webmidi/NavigatorWebMIDI.h class NavigatorWebMIDI FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorWebMIDI>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {