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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementUpgradeCandidateMap.h 53 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<Element> > ElementSet;
68 typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<Element>, CustomElementDescriptor> UpgradeCandidateMap;
CustomElementObserver.cpp 40 typedef WillBeHeapHashMap<RawPtrWillBeWeakMember<Element>, RawPtrWillBeMember<CustomElementObserver> > ElementObserverMap;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowProperty.h 52 RawPtrWillBeWeakMember<LocalFrame> m_frame;
FrameDestructionObserver.h 61 RawPtrWillBeWeakMember<LocalFrame> m_frame;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLExtension.h 62 RawPtrWillBeWeakMember<WebGLRenderingContextBase> m_context;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementRareData.h 56 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& elementInstances() { return m_elementInstances; }
57 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& elementInstances() const { return m_elementInstances; }
89 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > m_elementInstances;
90 RawPtrWillBeWeakMember<SVGCursorElement> m_cursorElement;
91 RawPtrWillBeWeakMember<CSSCursorImageValue> m_cursorImageValue;
SVGAnimateElement.cpp 146 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement();
147 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
148 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
231 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement();
232 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
233 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
251 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement();
252 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end();
253 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) {
278 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement()
    [all...]
SVGCursorElement.h 66 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > m_clients;
SVGCursorElement.cpp 116 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = m_clients.begin();
117 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = m_clients.end();
SVGElement.cpp 429 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::iterator end = m_elementsWithRelativeLengths.end();
430 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::iterator it = m_elementsWithRelativeLengths.begin(); it != end; ++it) {
476 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = ensureSVGRareData()->elementInstances();
490 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = svgRareData()->elementInstances();
495 static WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& emptyInstances()
497 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > >, emptyInstances, (adoptPtrWillBeNoop(new WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >())));
501 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& SVGElement::instancesForElement() const
728 static inline void collectInstancesForSVGElement(SVGElement* element, WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances)
748 WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> > instances
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.h 47 RawPtrWillBeWeakMember<ResourceFetcher> m_resourceFetcher;
CSSFontSelector.h 89 RawPtrWillBeWeakMember<Document> m_document;
92 WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSFontSelectorClient> > m_clients;
MediaQueryMatcher.h 68 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<MediaQueryList> > MediaQueryListSet;
StyleSheetContents.h 195 WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> > m_loadingClients;
196 WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> > m_completedClients;
197 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator ClientsIterator;
CSSCanvasValue.h 111 RawPtrWillBeWeakMember<HTMLCanvasElement> m_element;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 65 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<GeolocationController> > GeolocationControllers;
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 114 typedef pair<RawPtrWillBeWeakMember<SVGElement>, QualifiedName> ElementAttributePair;
115 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<SVGSMILElement> > AnimationsLinkedHashSet;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ActiveAnimations.h 47 typedef WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<AnimationPlayer> > AnimationPlayerCountedSet;
SampledEffect.h 40 RawPtrWillBeWeakMember<Animation> m_animation;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/testing/
GeolocationClientMock.h 78 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<GeolocationController> > GeolocationControllers;
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 117 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<HTMLMediaElement> > MediaElementSequence;
129 RawPtrWillBeWeakMember<ExecutionContext> m_executionContext;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.cpp 238 WillBeHeapHashSet<RawPtrWillBeWeakMember<FontCacheClient> >& fontCacheClients()
240 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<WillBeHeapHashSet<RawPtrWillBeWeakMember<FontCacheClient> > >, clients, (adoptPtrWillBeNoop(new WillBeHeapHashSet<RawPtrWillBeWeakMember<FontCacheClient> >())));
283 WillBeHeapHashSet<RawPtrWillBeWeakMember<FontCacheClient> >::iterator end = fontCacheClients().end();
284 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<FontCacheClient> >::iterator it = fontCacheClients().begin(); it != end; ++it)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentParser.h 129 WillBeHeapHashSet<RawPtrWillBeWeakMember<DocumentParserClient> > m_clients;
MutationObserver.h 58 typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<MutationObserverRegistration> > MutationObserverRegistrationSet;
MutationObserverRegistration.h 72 RawPtrWillBeWeakMember<Node> m_registrationNode;

Completed in 1281 milliseconds

1 2 3