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

1 23 4

  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NavigatorNetworkInformation.h 18 , public WillBeHeapSupplement<Navigator>
WorkerNavigatorNetworkInformation.h 18 , public WillBeHeapSupplement<WorkerNavigator> {
NavigatorNetworkInformation.cpp 34 return static_cast<NavigatorNetworkInformation*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
59 WillBeHeapSupplement<Navigator>::trace(visitor);
WorkerNavigatorNetworkInformation.cpp 33 return static_cast<WorkerNavigatorNetworkInformation*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName()));
49 WillBeHeapSupplement<WorkerNavigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionClient.cpp 30 return static_cast<NotificationPermissionClient*>(WillBeHeapSupplement<LocalFrame>::from(document->frame(), supplementName()));
NotificationController.cpp 54 return static_cast<NotificationController*>(WillBeHeapSupplement<LocalFrame>::from(toDocument(context)->frame(), supplementName()));
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
NavigatorPresentation.h 18 , public WillBeHeapSupplement<Navigator>
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DOMWindowQuota.h 43 class DOMWindowQuota FINAL : public NoBaseWillBeGarbageCollected<DOMWindowQuota>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
StorageQuotaClient.h 48 class StorageQuotaClient : public WillBeHeapSupplement<Page> {
WorkerNavigatorStorageQuota.h 42 class WorkerNavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<WorkerNavigatorStorageQuota>, public WillBeHeapSupplement<WorkerNavigator> {
NavigatorStorageQuota.h 45 class NavigatorStorageQuota FINAL : public NoBaseWillBeGarbageCollected<NavigatorStorageQuota>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
NavigatorStorageQuota.cpp 54 NavigatorStorageQuota* supplement = static_cast<NavigatorStorageQuota*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
103 WillBeHeapSupplement<Navigator>::trace(visitor);
WorkerNavigatorStorageQuota.cpp 49 WorkerNavigatorStorageQuota* supplement = static_cast<WorkerNavigatorStorageQuota*>(WillBeHeapSupplement<WorkerNavigator>::from(navigator, supplementName()));
85 WillBeHeapSupplement<WorkerNavigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.h 44 class NavigatorWebMIDI FINAL : public NoBaseWillBeGarbageCollected<NavigatorWebMIDI>, public WillBeHeapSupplement<Navigator>, public DOMWindowProperty {
NavigatorWebMIDI.cpp 54 WillBeHeapSupplement<Navigator>::trace(visitor);
65 NavigatorWebMIDI* supplement = static_cast<NavigatorWebMIDI*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaController.h 37 class UserMediaController FINAL : public NoBaseWillBeGarbageCollected<UserMediaController>, public WillBeHeapSupplement<LocalFrame> {
54 static UserMediaController* from(LocalFrame* frame) { return static_cast<UserMediaController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
56 virtual void trace(Visitor* visitor) OVERRIDE { WillBeHeapSupplement<LocalFrame>::trace(visitor); }
  /external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/
CredentialManagerClient.h 22 class CredentialManagerClient FINAL : public NoBaseWillBeGarbageCollectedFinalized<CredentialManagerClient>, public WillBeHeapSupplement<Page> {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DraggedIsolatedFileSystem.h 43 class DraggedIsolatedFileSystem FINAL : public NoBaseWillBeGarbageCollectedFinalized<DraggedIsolatedFileSystem>, public WillBeHeapSupplement<DataObject> {
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
NavigatorServiceWorker.h 18 class NavigatorServiceWorker FINAL : public NoBaseWillBeGarbageCollected<NavigatorServiceWorker>, public WillBeHeapSupplement<Navigator>, DOMWindowProperty {
ServiceWorkerGlobalScopeClient.h 51 class ServiceWorkerGlobalScopeClient : public WillBeHeapSupplement<WorkerClients> {
NavigatorServiceWorker.cpp 45 return static_cast<NavigatorServiceWorker*>(WillBeHeapSupplement<Navigator>::from(navigator, supplementName()));
78 WillBeHeapSupplement<Navigator>::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseClient.h 45 class DatabaseClient : public WillBeHeapSupplement<Page> {
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationController.h 43 class GeolocationController FINAL : public NoBaseWillBeGarbageCollectedFinalized<GeolocationController>, public WillBeHeapSupplement<LocalFrame>, public PageLifecycleObserver {
70 static GeolocationController* from(LocalFrame* frame) { return static_cast<GeolocationController*>(WillBeHeapSupplement<LocalFrame>::from(frame, supplementName())); }
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DOMWindowIndexedDatabase.cpp 47 WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
58 DOMWindowIndexedDatabase* supplement = static_cast<DOMWindowIndexedDatabase*>(WillBeHeapSupplement<LocalDOMWindow>::from(window, supplementName()));
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowPagePopup.cpp 74 WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);

Completed in 593 milliseconds

1 23 4