HomeSort by relevance Sort by last modified time
    Searched refs:adoptPtrWillBeNoop (Results 276 - 289 of 289) sorted by null

<<1112

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp 374 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<WeakDocumentSet>, set, (adoptPtrWillBeNoop(new WeakDocumentSet())));
471 , m_markers(adoptPtrWillBeNoop(new DocumentMarkerController))
    [all...]
Element.cpp 349 rareData.setActiveAnimations(adoptPtrWillBeNoop(new ActiveAnimations()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 342 m_styleSharingLists[depth] = adoptPtrWillBeNoop(new StyleSharingList);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 557 OwnPtrWillBeRawPtr<WillBeHeapHashSet<RawPtrWillBeMember<CSSStyleSheet> > > documentCSSStyleSheetsPtr = adoptPtrWillBeNoop(documentCSSStyleSheets);
    [all...]
InspectorDebuggerAgent.cpp 132 , m_asyncCallStackTracker(adoptPtrWillBeNoop(new AsyncCallStackTracker()))
    [all...]
InspectorTimelineAgent.cpp 150 return adoptPtrWillBeNoop(new InspectorTimelineAgentTraceEventListener(instance, method));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 216 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<WillBeHeapVector<RawPtrWillBeMember<ScopedPageLoadDeferrer> > >, deferrerStack, (adoptPtrWillBeNoop(new WillBeHeapVector<RawPtrWillBeMember<ScopedPageLoadDeferrer> > ())));
434 m_page = adoptPtrWillBeNoop(new Page(pageClients));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 133 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<DocumentElementSetMap>, map, (adoptPtrWillBeNoop(new DocumentElementSetMap())));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 107 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<RenderObjectWeakSet>, set, (adoptPtrWillBeNoop(new RenderObjectWeakSet())));
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 505 return adoptPtrWillBeNoop(new WebGLRenderingContextLostCallback(context));
529 return adoptPtrWillBeNoop(new WebGLRenderingContextErrorMessageCallback(context));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 262 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<DragState>, state, (adoptPtrWillBeNoop(new DragState())));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 1009 milliseconds

<<1112