Searched refs:OwnPtrWillBePersistent (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementObserver.cpp44 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<ElementObserverMap>, map, (adoptPtrWillBeNoop(new ElementObserverMap())));
H A DCustomElementMicrotaskDispatcher.cpp29 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CustomElementMicrotaskDispatcher>, instance, (adoptPtrWillBeNoop(new CustomElementMicrotaskDispatcher())));
H A DCustomElementScheduler.cpp57 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<ElementCallbackQueueMap>, map, (adoptPtrWillBeNoop(new ElementCallbackQueueMap())));
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchContext.cpp39 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<FetchContext>, instance, (adoptPtrWillBeNoop(new FetchContext())));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DDummyPageHolder.h77 OwnPtrWillBePersistent<Page> m_page;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleRareNonInheritedData.h124 OwnPtrWillBePersistent<CSSAnimationData> m_animations;
125 OwnPtrWillBePersistent<CSSTransitionData> m_transitions;
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.h208 OwnPtrWillBePersistent<ArchiveResourceCollection> m_archiveResourceCollection;
217 OwnPtrWillBePersistent<ApplicationCacheHost> m_applicationCacheHost;
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerMessagingProxy.h103 OwnPtrWillBePersistent<WorkerClients> m_workerClients;
H A DWorkerThread.h134 OwnPtrWillBePersistent<WorkerThreadStartupData> m_startupData;
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathValue.cpp57 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<NodeSet>, emptyNodeSet, (NodeSet::create()));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ScriptRunnerTest.cpp86 OwnPtrWillBePersistent<ScriptResource> m_resource;
H A DScriptStreamerTest.cpp127 OwnPtrWillBePersistent<PendingScriptWrapper> m_pendingScript;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.h138 OwnPtrWillBePersistent<Page> m_overlayPage;
H A DTraceEventDispatcher.h180 OwnPtrWillBePersistent<ListenersMap> m_listeners;
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.h102 OwnPtrWillBePersistent<Page> m_page;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.h100 OwnPtrWillBePersistent<Page> m_page;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp170 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<MutationObserverSet>, activeObservers, (adoptPtrWillBeNoop(new MutationObserverSet())));
176 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<MutationObserverSet>, suspendedObservers, (adoptPtrWillBeNoop(new MutationObserverSet())));
H A DChildListMutationScope.cpp50 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<AccumulatorMap>, map, (adoptPtrWillBeNoop(new AccumulatorMap())));
H A DPresentationAttributeStyle.cpp72 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<PresentationAttributeCache>, cache, (adoptPtrWillBeNoop(new PresentationAttributeCache())));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValuePool.cpp37 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CSSValuePool>, pool, (adoptPtrWillBeNoop(new CSSValuePool())));
H A DCSSDefaultStyleSheets.cpp49 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CSSDefaultStyleSheets>, cssDefaultStyleSheets, (adoptPtrWillBeNoop(new CSSDefaultStyleSheets())));
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelectionTest.cpp57 OwnPtrWillBePersistent<VisibleSelectionWrapper> m_wrap;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContextTest.cpp106 OwnPtrWillBePersistent<MockPrintContext> m_printContext;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp61 static OwnPtrWillBePersistent<ContinuationMap>* continuationMap = 0;
66 static OwnPtrWillBePersistent<FirstLetterRemainingTextMap>* firstLetterRemainingTextMap = 0;
475 continuationMap = new OwnPtrWillBePersistent<ContinuationMap>(adoptPtrWillBeNoop(new ContinuationMap));
506 firstLetterRemainingTextMap = new OwnPtrWillBePersistent<FirstLetterRemainingTextMap>(adoptPtrWillBeNoop(new FirstLetterRemainingTextMap));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResource.cpp162 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<SVGElementSet>, invalidatingDependencies, (adoptPtrWillBeNoop(new SVGElementSet)));

Completed in 327 milliseconds

12