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

12 3

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.h 111 WillBeHeapHashSet<RawPtrWillBeWeakMember<AnimationPlayer> > m_players;
AnimationTimeline.cpp 78 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<AnimationPlayer> >::iterator it = m_players.begin(); it != m_players.end(); ++it)
103 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<AnimationPlayer> >::iterator it = m_players.begin(); it != m_players.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.h 131 RawPtrWillBeWeakMember<HTMLMediaElement> m_attachedElement;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeListsNodeData.h 95 typedef WillBeHeapHashMap<std::pair<unsigned char, StringImpl*>, RawPtrWillBeWeakMember<LiveNodeListBase>, NodeListAtomicCacheMapEntryHash> NodeListAtomicNameCacheMap;
96 typedef WillBeHeapHashMap<QualifiedName, RawPtrWillBeWeakMember<TagCollection> > TagCollectionCacheNS;
223 RawPtrWillBeWeakMember<NodeList> m_childNodeList;
DocumentMarkerController.h 106 typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<const Node>, OwnPtrWillBeMember<MarkerLists> > MarkerMap;
StyleEngine.h 233 typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<TreeScope>, OwnPtrWillBeMember<ShadowTreeStyleSheetCollection> > StyleSheetCollectionMap;
Document.h     [all...]
Document.cpp 371 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<Document> > WeakDocumentSet;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp 293 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement();
294 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
295 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
SVGElement.h 111 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instancesForElement() const;
244 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > m_elementsWithRelativeLengths;
SVGUseElement.cpp 664 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = instancesForElement();
665 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
666 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.h 137 RawPtrWillBeWeakMember<Page> m_page;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheetContents.cpp 616 static void clearResolvers(WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >& clients)
618 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator it = clients.begin(); it != clients.end(); ++it) {
642 static void removeFontFaceRules(WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >& clients, const StyleRuleFontFace* fontFaceRule)
644 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator it = clients.begin(); it != clients.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 167 WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> > m_destructionObservers;
LocalFrame.cpp 324 WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> >::iterator stop = m_destructionObservers.end();
325 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<FrameDestructionObserver> >::iterator it = m_destructionObservers.begin(); it != stop; ++it)
LocalDOMWindow.h 360 WillBeHeapHashSet<RawPtrWillBeWeakMember<DOMWindowProperty> > m_properties;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 253 WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> >::iterator end = m_observers.end();
254 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> >::iterator it = m_observers.begin(); it != end; ++it)
313 WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> >::iterator end = m_observers.end();
314 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> >::iterator it = m_observers.begin(); it != end; ++it)
HTMLCanvasElement.h 192 WillBeHeapHashSet<RawPtrWillBeWeakMember<CanvasObserver> > m_observers;
HTMLMediaElement.h 599 RawPtrWillBeWeakMember<AudioSourceProviderClient> m_audioSourceNode;
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.h 168 RawPtrWillBeWeakMember<ApplicationCache> m_domApplicationCache;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.h 209 RawPtrWillBeWeakMember<Document> m_document;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 300 WillBeHeapHashSet<RawPtrWillBeWeakMember<MultisamplingChangedObserver> > m_multisamplingChangedObservers;
Page.cpp 517 WillBeHeapHashSet<RawPtrWillBeWeakMember<MultisamplingChangedObserver> >::iterator stop = m_multisamplingChangedObservers.end();
518 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<MultisamplingChangedObserver> >::iterator it = m_multisamplingChangedObservers.begin(); it != stop; ++it)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
PromiseTracker.cpp 155 RawPtrWillBeWeakMember<PromiseTracker> m_tracker;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]

Completed in 438 milliseconds

12 3