supplementName 559 Source/core/css/FontFaceSet.cpp RefPtr<FontFaceSet> fonts = static_cast<FontFaceSet*>(SupplementType::from(document, supplementName())); supplementName 562 Source/core/css/FontFaceSet.cpp SupplementType::provideTo(document, supplementName(), fonts); supplementName 570 Source/core/css/FontFaceSet.cpp if (FontFaceSet* fonts = static_cast<FontFaceSet*>(SupplementType::from(document, supplementName()))) supplementName 89 Source/core/dom/ContextFeatures.cpp RefCountedSupplement<Page, ContextFeatures>::provideTo(page, ContextFeatures::supplementName(), ContextFeatures::create(client)); supplementName 94 Source/core/dom/ContextFeatures.cpp ContextFeatures* provided = static_cast<ContextFeatures*>(RefCountedSupplement<Page, ContextFeatures>::from(page, ContextFeatures::supplementName())); supplementName 49 Source/core/dom/ContextFeatures.h static const char* supplementName(); supplementName 73 Source/core/dom/FullscreenElementStack.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(fullscreen)); supplementName 81 Source/core/dom/FullscreenElementStack.cpp return static_cast<FullscreenElementStack*>(DocumentSupplement::from(document, supplementName())); supplementName 54 Source/core/dom/FullscreenElementStack.h static const char* supplementName(); supplementName 54 Source/core/dom/WheelController.cpp WheelController* controller = static_cast<WheelController*>(DocumentSupplement::from(document, supplementName())); supplementName 57 Source/core/dom/WheelController.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(controller)); supplementName 43 Source/core/dom/WheelController.h static const char* supplementName(); supplementName 48 Source/core/loader/PrerendererClient.cpp PrerendererClient* supplement = static_cast<PrerendererClient*>(Supplement<Page>::from(page, supplementName())); supplementName 54 Source/core/loader/PrerendererClient.cpp PrerendererClient::provideTo(page, PrerendererClient::supplementName(), adoptPtr(client)); supplementName 49 Source/core/loader/PrerendererClient.h static const char* supplementName(); supplementName 54 Source/core/page/DOMWindowPagePopup.cpp DOMWindowPagePopup* supplement = static_cast<DOMWindowPagePopup*>(from(&window, supplementName())); supplementName 62 Source/core/page/DOMWindowPagePopup.cpp provideTo(window, supplementName(), adoptPtrWillBeNoop(new DOMWindowPagePopup(popupClient))); supplementName 68 Source/core/page/DOMWindowPagePopup.cpp window.removeSupplement(supplementName()); supplementName 55 Source/core/page/DOMWindowPagePopup.h static const char* supplementName(); supplementName 125 Source/core/speech/SpeechInput.cpp SpeechInput::provideTo(page, SpeechInput::supplementName(), SpeechInput::create(client)); supplementName 57 Source/core/speech/SpeechInput.h static const char* supplementName(); supplementName 58 Source/core/speech/SpeechInput.h static SpeechInput* from(Page* page) { return static_cast<SpeechInput*>(Supplement<Page>::from(page, supplementName())); } supplementName 135 Source/core/testing/InternalSettings.cpp if (!Supplement<Page>::from(page, supplementName())) supplementName 136 Source/core/testing/InternalSettings.cpp Supplement<Page>::provideTo(page, supplementName(), adoptPtr(new InternalSettingsWrapper(page))); supplementName 137 Source/core/testing/InternalSettings.cpp return static_cast<InternalSettingsWrapper*>(Supplement<Page>::from(page, supplementName()))->internalSettings(); supplementName 132 Source/core/testing/InternalSettings.h static const char* supplementName(); supplementName 38 Source/core/workers/WorkerGlobalScopeProxyProvider.cpp return static_cast<WorkerGlobalScopeProxyProvider*>(Supplement<Page>::from(page, supplementName())); supplementName 48 Source/core/workers/WorkerGlobalScopeProxyProvider.cpp Supplement<Page>::provideTo(page, WorkerGlobalScopeProxyProvider::supplementName(), provider); supplementName 54 Source/core/workers/WorkerGlobalScopeProxyProvider.h static const char* supplementName(); supplementName 46 Source/core/xml/DocumentXPathEvaluator.cpp DocumentXPathEvaluator* cache = static_cast<DocumentXPathEvaluator*>(DocumentSupplement::from(document, supplementName())); supplementName 49 Source/core/xml/DocumentXPathEvaluator.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(cache)); supplementName 55 Source/core/xml/DocumentXPathEvaluator.h static const char* supplementName() { return "DocumentXPathEvaluator"; } supplementName 40 Source/modules/battery/NavigatorBattery.cpp NavigatorBattery* supplement = static_cast<NavigatorBattery*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 43 Source/modules/battery/NavigatorBattery.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 31 Source/modules/battery/NavigatorBattery.h static const char* supplementName(); supplementName 55 Source/modules/crypto/DOMWindowCrypto.cpp DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName())); supplementName 58 Source/modules/crypto/DOMWindowCrypto.cpp provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 55 Source/modules/crypto/DOMWindowCrypto.h static const char* supplementName(); supplementName 50 Source/modules/crypto/WorkerGlobalScopeCrypto.cpp WorkerGlobalScopeCrypto* supplement = static_cast<WorkerGlobalScopeCrypto*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName())); supplementName 53 Source/modules/crypto/WorkerGlobalScopeCrypto.cpp provideTo(context, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 55 Source/modules/crypto/WorkerGlobalScopeCrypto.h static const char* supplementName(); supplementName 62 Source/modules/device_orientation/DeviceMotionController.cpp DeviceMotionController* controller = static_cast<DeviceMotionController*>(DocumentSupplement::from(document, supplementName())); supplementName 65 Source/modules/device_orientation/DeviceMotionController.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(controller)); supplementName 45 Source/modules/device_orientation/DeviceMotionController.h static const char* supplementName(); supplementName 64 Source/modules/device_orientation/DeviceOrientationController.cpp DeviceOrientationController* controller = static_cast<DeviceOrientationController*>(DocumentSupplement::from(document, supplementName())); supplementName 67 Source/modules/device_orientation/DeviceOrientationController.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(controller)); supplementName 44 Source/modules/device_orientation/DeviceOrientationController.h static const char* supplementName(); supplementName 56 Source/modules/donottrack/NavigatorDoNotTrack.cpp NavigatorDoNotTrack* supplement = static_cast<NavigatorDoNotTrack*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 59 Source/modules/donottrack/NavigatorDoNotTrack.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 58 Source/modules/donottrack/NavigatorDoNotTrack.h static const char* supplementName(); supplementName 56 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp HTMLMediaElementEncryptedMedia* supplement = static_cast<HTMLMediaElementEncryptedMedia*>(Supplement<HTMLMediaElement>::from(element, supplementName())); supplementName 59 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp provideTo(element, supplementName(), adoptPtr(supplement)); supplementName 49 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h static const char* supplementName(); supplementName 35 Source/modules/encryptedmedia/MediaKeysController.cpp MediaKeysController::provideTo(page, supplementName(), adoptPtr(new MediaKeysController(client))); supplementName 27 Source/modules/encryptedmedia/MediaKeysController.h static MediaKeysController* from(Page* page) { return static_cast<MediaKeysController*>(Supplement<Page>::from(page, supplementName())); } supplementName 31 Source/modules/encryptedmedia/MediaKeysController.h static const char* supplementName(); supplementName 63 Source/modules/filesystem/DraggedIsolatedFileSystem.cpp return static_cast<DraggedIsolatedFileSystem*>(WillBeHeapSupplement<DataObject>::from(dataObject, supplementName())); supplementName 56 Source/modules/filesystem/DraggedIsolatedFileSystem.h static const char* supplementName(); supplementName 112 Source/modules/filesystem/LocalFileSystem.cpp return static_cast<LocalFileSystem*>(Supplement<Page>::from(toDocument(context).page(), supplementName())); supplementName 115 Source/modules/filesystem/LocalFileSystem.cpp return static_cast<LocalFileSystem*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context).clients(), supplementName())); supplementName 120 Source/modules/filesystem/LocalFileSystem.cpp page.provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client)); supplementName 126 Source/modules/filesystem/LocalFileSystem.cpp clients->provideSupplement(LocalFileSystem::supplementName(), LocalFileSystem::create(client)); supplementName 57 Source/modules/filesystem/LocalFileSystem.h static const char* supplementName(); supplementName 85 Source/modules/gamepad/NavigatorGamepad.cpp NavigatorGamepad* supplement = static_cast<NavigatorGamepad*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 88 Source/modules/gamepad/NavigatorGamepad.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 67 Source/modules/gamepad/NavigatorGamepad.h static const char* supplementName(); supplementName 181 Source/modules/geolocation/GeolocationController.cpp Supplement<Page>::provideTo(page, GeolocationController::supplementName(), GeolocationController::create(page, client)); supplementName 70 Source/modules/geolocation/GeolocationController.h static const char* supplementName(); supplementName 71 Source/modules/geolocation/GeolocationController.h static GeolocationController* from(Page* page) { return static_cast<GeolocationController*>(Supplement<Page>::from(page, supplementName())); } supplementName 49 Source/modules/geolocation/NavigatorGeolocation.cpp NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 52 Source/modules/geolocation/NavigatorGeolocation.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 46 Source/modules/geolocation/NavigatorGeolocation.h static const char* supplementName(); supplementName 284 Source/modules/imagebitmap/ImageBitmapFactories.cpp ImageBitmapFactories* supplement = static_cast<ImageBitmapFactories*>(WillBeHeapSupplement<GlobalObject>::from(object, supplementName())); supplementName 287 Source/modules/imagebitmap/ImageBitmapFactories.cpp WillBeHeapSupplement<GlobalObject>::provideTo(object, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 81 Source/modules/imagebitmap/ImageBitmapFactories.h static const char* supplementName(); supplementName 53 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName())); supplementName 56 Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 55 Source/modules/indexeddb/DOMWindowIndexedDatabase.h static const char* supplementName(); supplementName 53 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName())); supplementName 56 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp provideTo(context, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 53 Source/modules/indexeddb/WorkerGlobalScopeIndexedDatabase.h static const char* supplementName(); supplementName 51 Source/modules/mediastream/UserMediaController.cpp UserMediaController::provideTo(page, UserMediaController::supplementName(), UserMediaController::create(client)); supplementName 50 Source/modules/mediastream/UserMediaController.h static const char* supplementName(); supplementName 51 Source/modules/mediastream/UserMediaController.h static UserMediaController* from(Page* page) { return static_cast<UserMediaController*>(Supplement<Page>::from(page, supplementName())); } supplementName 124 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp return static_cast<NavigatorContentUtils*>(RefCountedSupplement<Page, NavigatorContentUtils>::from(page, NavigatorContentUtils::supplementName())); supplementName 221 Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp RefCountedSupplement<Page, NavigatorContentUtils>::provideTo(page, NavigatorContentUtils::supplementName(), NavigatorContentUtils::create(client)); supplementName 45 Source/modules/navigatorcontentutils/NavigatorContentUtils.h static const char* supplementName(); supplementName 62 Source/modules/notifications/NotificationController.cpp NotificationController::provideTo(page, NotificationController::supplementName(), NotificationController::create(client)); supplementName 43 Source/modules/notifications/NotificationController.h static const char* supplementName(); supplementName 44 Source/modules/notifications/NotificationController.h static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supplement<Page>::from(page, supplementName())); } supplementName 53 Source/modules/performance/SharedWorkerPerformance.cpp SharedWorkerPerformance* supplement = static_cast<SharedWorkerPerformance*>(WillBeHeapSupplement<SharedWorker>::from(sharedWorker, supplementName())); supplementName 56 Source/modules/performance/SharedWorkerPerformance.cpp provideTo(sharedWorker, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 53 Source/modules/performance/SharedWorkerPerformance.h static const char* supplementName(); supplementName 51 Source/modules/performance/WorkerGlobalScopePerformance.cpp WorkerGlobalScopePerformance* supplement = static_cast<WorkerGlobalScopePerformance*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName())); supplementName 54 Source/modules/performance/WorkerGlobalScopePerformance.cpp provideTo(context, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 55 Source/modules/performance/WorkerGlobalScopePerformance.h static const char* supplementName(); supplementName 29 Source/modules/push_messaging/NavigatorPushManager.cpp NavigatorPushManager* supplement = static_cast<NavigatorPushManager*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 32 Source/modules/push_messaging/NavigatorPushManager.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 29 Source/modules/push_messaging/NavigatorPushManager.h static const char* supplementName(); supplementName 41 Source/modules/push_messaging/PushController.cpp PushController::provideTo(page, PushController::supplementName(), PushController::create(client)); supplementName 27 Source/modules/push_messaging/PushController.h static const char* supplementName(); supplementName 28 Source/modules/push_messaging/PushController.h static PushController* from(Page* page) { return static_cast<PushController*>(Supplement<Page>::from(page, supplementName())); } supplementName 59 Source/modules/quota/DOMWindowQuota.cpp DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName())); supplementName 62 Source/modules/quota/DOMWindowQuota.cpp provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 55 Source/modules/quota/DOMWindowQuota.h static const char* supplementName(); supplementName 56 Source/modules/quota/NavigatorStorageQuota.cpp NavigatorStorageQuota* supplement = static_cast<NavigatorStorageQuota*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 59 Source/modules/quota/NavigatorStorageQuota.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 63 Source/modules/quota/NavigatorStorageQuota.h static const char* supplementName(); supplementName 46 Source/modules/quota/StorageQuotaClient.cpp return static_cast<StorageQuotaClient*>(Supplement<Page>::from(toDocument(context)->page(), supplementName())); supplementName 51 Source/modules/quota/StorageQuotaClient.cpp page.provideSupplement(StorageQuotaClient::supplementName(), client); supplementName 54 Source/modules/quota/StorageQuotaClient.h static const char* supplementName(); supplementName 49 Source/modules/quota/WorkerNavigatorStorageQuota.cpp WorkerNavigatorStorageQuota* supplement = static_cast<WorkerNavigatorStorageQuota*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName())); supplementName 52 Source/modules/quota/WorkerNavigatorStorageQuota.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 56 Source/modules/quota/WorkerNavigatorStorageQuota.h static const char* supplementName(); supplementName 117 Source/modules/screen_orientation/ScreenOrientation.cpp ScreenOrientation* supplement = static_cast<ScreenOrientation*>(WillBeHeapSupplement<Screen>::from(screen, supplementName())); supplementName 120 Source/modules/screen_orientation/ScreenOrientation.cpp provideTo(screen, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 42 Source/modules/screen_orientation/ScreenOrientation.h static const char* supplementName(); supplementName 23 Source/modules/screen_orientation/ScreenOrientationController.cpp ScreenOrientationController* controller = static_cast<ScreenOrientationController*>(DocumentSupplement::from(document, supplementName())); supplementName 26 Source/modules/screen_orientation/ScreenOrientationController.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(controller)); supplementName 23 Source/modules/screen_orientation/ScreenOrientationController.h static const char* supplementName(); supplementName 29 Source/modules/serviceworkers/NavigatorServiceWorker.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 36 Source/modules/serviceworkers/NavigatorServiceWorker.cpp return static_cast<NavigatorServiceWorker*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 24 Source/modules/serviceworkers/NavigatorServiceWorker.h static const char* supplementName(); supplementName 38 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp ServiceWorkerContainerClient* client = static_cast<ServiceWorkerContainerClient*>(DocumentSupplement::from(document, supplementName())); supplementName 43 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp document->provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(document->frame()->loader().client()->createServiceWorkerProvider())); supplementName 44 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp return static_cast<ServiceWorkerContainerClient*>(DocumentSupplement::from(document, supplementName())); supplementName 48 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp return static_cast<ServiceWorkerContainerClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)->clients(), supplementName())); supplementName 58 Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp clients->provideSupplement(ServiceWorkerContainerClient::supplementName(), ServiceWorkerContainerClient::create(provider)); supplementName 32 Source/modules/serviceworkers/ServiceWorkerContainerClient.h static const char* supplementName(); supplementName 46 Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp return static_cast<ServiceWorkerGlobalScopeClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)->clients(), supplementName())); supplementName 51 Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.cpp clients->provideSupplement(ServiceWorkerGlobalScopeClient::supplementName(), client); supplementName 56 Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h static const char* supplementName(); supplementName 57 Source/modules/speech/DOMWindowSpeechSynthesis.cpp DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<DOMWindow>::from(window, supplementName())); supplementName 60 Source/modules/speech/DOMWindowSpeechSynthesis.cpp provideTo(window, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 52 Source/modules/speech/DOMWindowSpeechSynthesis.h static const char* supplementName(); supplementName 53 Source/modules/speech/SpeechRecognitionController.cpp SpeechRecognitionController::provideTo(page, SpeechRecognitionController::supplementName(), SpeechRecognitionController::create(client)); supplementName 48 Source/modules/speech/SpeechRecognitionController.h static const char* supplementName(); supplementName 49 Source/modules/speech/SpeechRecognitionController.h static SpeechRecognitionController* from(Page* page) { return static_cast<SpeechRecognitionController*>(Supplement<Page>::from(page, supplementName())); } supplementName 160 Source/modules/vibration/NavigatorVibration.cpp NavigatorVibration* navigatorVibration = static_cast<NavigatorVibration*>(Supplement<Page>::from(page, supplementName())); supplementName 163 Source/modules/vibration/NavigatorVibration.cpp Supplement<Page>::provideTo(page, supplementName(), adoptPtr(navigatorVibration)); supplementName 61 Source/modules/vibration/NavigatorVibration.h static const char* supplementName(); supplementName 49 Source/modules/webdatabase/DatabaseClient.cpp return static_cast<DatabaseClient*>(Supplement<Page>::from(toDocument(context)->page(), supplementName())); supplementName 52 Source/modules/webdatabase/DatabaseClient.cpp return static_cast<DatabaseClient*>(Supplement<WorkerClients>::from(toWorkerGlobalScope(context)->clients(), supplementName())); supplementName 77 Source/modules/webdatabase/DatabaseClient.cpp page.provideSupplement(DatabaseClient::supplementName(), client); supplementName 83 Source/modules/webdatabase/DatabaseClient.cpp workerClients->provideSupplement(DatabaseClient::supplementName(), client); supplementName 57 Source/modules/webdatabase/DatabaseClient.h static const char* supplementName(); supplementName 71 Source/modules/webmidi/MIDIController.cpp MIDIController::provideTo(page, MIDIController::supplementName(), MIDIController::create(client)); supplementName 50 Source/modules/webmidi/MIDIController.h static const char* supplementName(); supplementName 51 Source/modules/webmidi/MIDIController.h static MIDIController* from(Page* page) { return static_cast<MIDIController*>(Supplement<Page>::from(page, supplementName())); } supplementName 61 Source/modules/webmidi/NavigatorWebMIDI.cpp NavigatorWebMIDI* supplement = static_cast<NavigatorWebMIDI*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName())); supplementName 64 Source/modules/webmidi/NavigatorWebMIDI.cpp provideTo(navigator, supplementName(), adoptPtrWillBeNoop(supplement)); supplementName 57 Source/modules/webmidi/NavigatorWebMIDI.h static const char* supplementName(); supplementName 81 Source/web/ContextFeaturesClientImpl.cpp static const char* supplementName(); supplementName 105 Source/web/ContextFeaturesClientImpl.cpp ContextFeaturesCache* cache = static_cast<ContextFeaturesCache*>(DocumentSupplement::from(document, supplementName())); supplementName 108 Source/web/ContextFeaturesClientImpl.cpp DocumentSupplement::provideTo(document, supplementName(), adoptPtr(cache)); supplementName 161 Source/web/WebDragData.cpp DraggedIsolatedFileSystem::provideTo(*m_private.get(), DraggedIsolatedFileSystem::supplementName(), DraggedIsolatedFileSystem::create(filesystemId)); supplementName 93 Source/web/WorkerPermissionClient.cpp return static_cast<WorkerPermissionClient*>(Supplement<WorkerClients>::from(*clients, supplementName())); supplementName 104 Source/web/WorkerPermissionClient.cpp WorkerPermissionClient::provideTo(*clients, WorkerPermissionClient::supplementName(), WorkerPermissionClient::create(proxy)); supplementName 59 Source/web/WorkerPermissionClient.h static const char* supplementName();