HomeSort by relevance Sort by last modified time
    Searched refs:WillBeHeapSupplement (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScopeClient.cpp 46 return static_cast<ServiceWorkerGlobalScopeClient*>(WillBeHeapSupplement<WorkerClients>::from(toWorkerGlobalScope(context)->clients(), supplementName()));
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
DOMWindowSpeechSynthesis.h 38 class DOMWindowSpeechSynthesis FINAL : public NoBaseWillBeGarbageCollected<DOMWindowSpeechSynthesis>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
DOMWindowSpeechSynthesis.cpp 55 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
79 WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/battery/
NavigatorBattery.cpp 41 NavigatorBattery* supplement = static_cast<NavigatorBattery*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
52 WillBeHeapSupplement<Navigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
NavigatorCredentials.cpp 25 NavigatorCredentials* supplement = static_cast<NavigatorCredentials*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
53 WillBeHeapSupplement<Navigator>::trace(visitor);
NavigatorCredentials.h 18 class NavigatorCredentials FINAL : public NoBaseWillBeGarbageCollected<NavigatorCredentials>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
DOMWindowCrypto.cpp 53 DOMWindowCrypto* supplement = static_cast<DOMWindowCrypto*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
76 WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
WorkerGlobalScopeCrypto.cpp 50 WorkerGlobalScopeCrypto* supplement = static_cast<WorkerGlobalScopeCrypto*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
73 WillBeHeapSupplement<WorkerGlobalScope>::trace(visitor);
DOMWindowCrypto.h 43 class DOMWindowCrypto FINAL : public NoBaseWillBeGarbageCollected<DOMWindowCrypto>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
  /external/chromium_org/third_party/WebKit/Source/modules/donottrack/
NavigatorDoNotTrack.cpp 49 WillBeHeapSupplement<Navigator>::trace(visitor);
60 NavigatorDoNotTrack* supplement = static_cast<NavigatorDoNotTrack*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DraggedIsolatedFileSystem.cpp 65 return static_cast<DraggedIsolatedFileSystem*>(WillBeHeapSupplement<DataObject>::from(dataObject, supplementName()));
76 WillBeHeapSupplement<DataObject>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/geofencing/
NavigatorGeofencing.cpp 28 NavigatorGeofencing* supplement = static_cast<NavigatorGeofencing*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
51 WillBeHeapSupplement<Navigator>::trace(visitor);
WorkerNavigatorGeofencing.cpp 28 WorkerNavigatorGeofencing* supplement = static_cast<WorkerNavigatorGeofencing*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName()));
51 WillBeHeapSupplement<WorkerNavigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
NavigatorGeolocation.cpp 47 NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
70 WillBeHeapSupplement<Navigator>::trace(visitor);
NavigatorGeolocation.h 33 class NavigatorGeolocation FINAL : public NoBaseWillBeGarbageCollected<NavigatorGeolocation>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WorkerGlobalScopeIndexedDatabase.cpp 53 WorkerGlobalScopeIndexedDatabase* supplement = static_cast<WorkerGlobalScopeIndexedDatabase*>(WillBeHeapSupplement<WorkerGlobalScope>::from(context, supplementName()));
76 WillBeHeapSupplement<WorkerGlobalScope>::trace(visitor);
DOMWindowIndexedDatabase.h 38 class DOMWindowIndexedDatabase FINAL : public NoBaseWillBeGarbageCollected<DOMWindowIndexedDatabase>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
WorkerGlobalScopeIndexedDatabase.h 39 class WorkerGlobalScopeIndexedDatabase FINAL : public NoBaseWillBeGarbageCollectedFinalized<WorkerGlobalScopeIndexedDatabase>, public WillBeHeapSupplement<WorkerGlobalScope> {
  /external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
NavigatorContentUtils.h 42 class NavigatorContentUtils FINAL : public NoBaseWillBeGarbageCollectedFinalized<NavigatorContentUtils>, public WillBeHeapSupplement<Page> {
56 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Page>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
NavigatorPresentation.cpp 34 NavigatorPresentation* supplement = static_cast<NavigatorPresentation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
61 WillBeHeapSupplement<Navigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
NavigatorPushManager.cpp 28 NavigatorPushManager* supplement = static_cast<NavigatorPushManager*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
51 WillBeHeapSupplement<Navigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DOMWindowQuota.cpp 56 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
80 WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenScreenOrientation.cpp 17 ScreenScreenOrientation* supplement = static_cast<ScreenScreenOrientation*>(WillBeHeapSupplement<Screen>::from(screen, supplementName()));
50 WillBeHeapSupplement<Screen>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/vibration/
NavigatorVibration.h 36 , public WillBeHeapSupplement<Page>
61 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<Page>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowPagePopup.h 43 class DOMWindowPagePopup FINAL : public NoBaseWillBeGarbageCollected<DOMWindowPagePopup>, public WillBeHeapSupplement<LocalDOMWindow> {

Completed in 1986 milliseconds

12 3 4