Searched refs:WillBeHeapSupplementable (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentSupplementable.h37 typedef WillBeHeapSupplementable<Document> DocumentSupplementable;
H A DExecutionContext.h60 , public WillBeHeapSupplementable<ExecutionContext> {
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DWorkerGlobalScopeCrypto.h47 static WorkerGlobalScopeCrypto& from(WillBeHeapSupplementable<WorkerGlobalScope>&);
48 static Crypto* crypto(WillBeHeapSupplementable<WorkerGlobalScope>&);
H A DWorkerGlobalScopeCrypto.cpp48 WorkerGlobalScopeCrypto& WorkerGlobalScopeCrypto::from(WillBeHeapSupplementable<WorkerGlobalScope>& context)
58 Crypto* WorkerGlobalScopeCrypto::crypto(WillBeHeapSupplementable<WorkerGlobalScope>& context)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DWorkerGlobalScopeIndexedDatabase.h43 static WorkerGlobalScopeIndexedDatabase& from(WillBeHeapSupplementable<WorkerGlobalScope>&);
45 static IDBFactory* indexedDB(WillBeHeapSupplementable<WorkerGlobalScope>&);
H A DWorkerGlobalScopeIndexedDatabase.cpp51 WorkerGlobalScopeIndexedDatabase& WorkerGlobalScopeIndexedDatabase::from(WillBeHeapSupplementable<WorkerGlobalScope>& context)
61 IDBFactory* WorkerGlobalScopeIndexedDatabase::indexedDB(WillBeHeapSupplementable<WorkerGlobalScope>& context)
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerClients.h42 class WorkerClients : public NoBaseWillBeGarbageCollectedFinalized<WorkerClients>, public WillBeHeapSupplementable<WorkerClients> {
H A DSharedWorker.h43 class SharedWorker FINAL : public AbstractWorker, public WillBeHeapSupplementable<SharedWorker> {
H A DWorkerNavigator.h41 class WorkerNavigator FINAL : public RefCountedWillBeGarbageCollectedFinalized<WorkerNavigator>, public ScriptWrappable, public NavigatorCPU, public NavigatorID, public NavigatorOnLine, public WillBeHeapSupplementable<WorkerNavigator> {
H A DWorkerGlobalScope.h62 class WorkerGlobalScope : public RefCountedWillBeGarbageCollectedFinalized<WorkerGlobalScope>, public SecurityContext, public ExecutionContext, public WillBeHeapSupplementable<WorkerGlobalScope>, public EventTargetWithInlineData, public DOMWindowBase64 {
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DScreen.h44 class Screen FINAL : public RefCountedWillBeGarbageCollected<Screen>, public ScriptWrappable, public DOMWindowProperty, public WillBeHeapSupplementable<Screen> {
H A DNavigator.h52 , public WillBeHeapSupplementable<Navigator> {
H A DLocalFrame.h66 class LocalFrame : public Frame, public WillBeHeapSupplementable<LocalFrame> {
H A DLocalDOMWindow.h86 class LocalDOMWindow FINAL : public RefCountedWillBeGarbageCollectedFinalized<LocalDOMWindow>, public EventTargetWithInlineData, public DOMWindowBase64, public FrameDestructionObserver, public WillBeHeapSupplementable<LocalDOMWindow>, public LifecycleContext<LocalDOMWindow> {
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataObject.h53 class DataObject : public RefCountedWillBeGarbageCollectedFinalized<DataObject>, public WillBeHeapSupplementable<DataObject> {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h74 class Page FINAL : public NoBaseWillBeGarbageCollectedFinalized<Page>, public WillBeHeapSupplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h77 class HTMLMediaElement : public HTMLElement, public WillBeHeapSupplementable<HTMLMediaElement>, public MediaPlayerClient, public ActiveDOMObject {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h1052 #define WillBeHeapSupplementable blink::HeapSupplementable macro
1170 #define WillBeHeapSupplementable blink::Supplementable macro

Completed in 219 milliseconds