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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.h 107 RawPtrWillBeMember<HTMLMediaElement> m_mediaElement;
110 RawPtrWillBeMember<MediaControlPanelElement> m_panel;
113 RawPtrWillBeMember<MediaControlTextTrackContainerElement> m_textDisplayContainer;
116 RawPtrWillBeMember<MediaControlOverlayPlayButtonElement> m_overlayPlayButton;
117 RawPtrWillBeMember<MediaControlOverlayEnclosureElement> m_overlayEnclosure;
118 RawPtrWillBeMember<MediaControlPlayButtonElement> m_playButton;
119 RawPtrWillBeMember<MediaControlCurrentTimeDisplayElement> m_currentTimeDisplay;
120 RawPtrWillBeMember<MediaControlTimelineElement> m_timeline;
121 RawPtrWillBeMember<MediaControlMuteButtonElement> m_muteButton;
122 RawPtrWillBeMember<MediaControlVolumeSliderElement> m_volumeSlider
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLTreeViewer.h 46 RawPtrWillBeMember<Document> m_document;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchRequest.h 49 RawPtrWillBeMember<const RuleSet> ruleSet;
51 RawPtrWillBeMember<const ContainerNode> scope;
52 RawPtrWillBeMember<const CSSStyleSheet> styleSheet;
ElementResolveContext.h 57 RawPtrWillBeMember<Element> m_element;
58 RawPtrWillBeMember<ContainerNode> m_parentNode;
SharedStyleFinder.h 76 RawPtrWillBeMember<RuleSet> m_siblingRuleSet;
77 RawPtrWillBeMember<RuleSet> m_uncommonAttributeRuleSet;
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.h 43 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h 49 PassRefPtr<SVGPropertyBase> startAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
50 void stopAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
51 PassRefPtr<SVGPropertyBase> resetAnimValToBaseVal(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
72 PassRefPtr<SVGPropertyBase> resetAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >&);
75 RawPtrWillBeMember<SVGAnimationElement> m_animationElement;
76 RawPtrWillBeMember<SVGElement> m_contextElement;
SVGFontFaceSource.h 25 RawPtrWillBeMember<SVGFontFaceElement> m_svgFontFaceElement;
SVGDocumentExtensions.h 44 typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement> > SVGElementSet;
83 const WillBeHeapHashSet<RawPtrWillBeMember<SVGFontFaceElement> >& svgFontFaceElements() const { return m_svgFontFaceElements; }
102 RawPtrWillBeMember<Document> m_document;
103 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_timeContainers; // For SVG 1.2 support this will need to be made more general.
105 WillBeHeapHashSet<RawPtrWillBeMember<SVGFontFaceElement> > m_svgFontFaceElements;
112 typedef WillBeHeapHashMap<RawPtrWillBeMember<SVGElement>, OwnPtrWillBeMember<SVGElementSet> > ElementDependenciesMap;
115 WillBeHeapHashSet<RawPtrWillBeMember<SVGSVGElement> > m_relativeLengthSVGRoots; // Root SVG elements with relative length descendants.
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.h 84 void adjustTouchList(const Node*, const TouchList*, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const WillBeHeapVector<RawPtrWillBeMember<TreeScope> >& treeScopes);
86 typedef WillBeHeapHashMap<RawPtrWillBeMember<TreeScope>, RefPtrWillBeMember<TreeScopeEventContext> > TreeScopeEventContextMap;
89 typedef WillBeHeapHashMap<RawPtrWillBeMember<TreeScope>, RawPtrWillBeMember<EventTarget> > RelatedTargetMap;
99 RawPtrWillBeMember<Node> m_node;
100 RawPtrWillBeMember<Event> m_event;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollector.h 50 DocumentStyleSheetCollector(WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheetsForList, WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& activeList, WillBeHeapHashSet<RawPtrWillBeMember<Document> >&);
63 WillBeHeapHashSet<RawPtrWillBeMember<Document> >& m_visitedDocuments;
70 WillBeHeapHashSet<RawPtrWillBeMember<Document> > m_visitedDocuments;
PositionIterator.h 68 RawPtrWillBeMember<Node> m_anchorNode;
69 RawPtrWillBeMember<Node> m_nodeAfterPositionInAnchor; // If this is non-null, m_nodeAfterPositionInAnchor->parentNode() == m_anchorNode;
RenderTreeBuilder.h 70 RawPtrWillBeMember<Node> m_node;
71 RawPtrWillBeMember<ContainerNode> m_renderingParent;
IdTargetObserver.h 49 RawPtrWillBeMember<IdTargetObserverRegistry> m_registry;
MutationObserverInterestGroup.cpp 42 WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions> observers;
50 MutationObserverInterestGroup::MutationObserverInterestGroup(WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>& observers, MutationRecordDeliveryOptions oldValueFlag)
59 for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
70 for (WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
IdTargetObserverRegistry.h 55 typedef WillBeHeapHashSet<RawPtrWillBeMember<IdTargetObserver> > ObserverSet;
58 RawPtrWillBeMember<ObserverSet> m_notifyingObserversInSet;
ScriptedAnimationController.h 77 RawPtrWillBeMember<Document> m_document;
81 WillBeHeapListHashSet<std::pair<RawPtrWillBeMember<const EventTarget>, const StringImpl*> > m_perFrameEvents;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLContentElement.h 46 bool canSelectNode(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const;
59 bool matchSelector(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const;
81 inline bool HTMLContentElement::canSelectNode(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const
HTMLFormControlsCollection.h 58 const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >& formImageElements() const;
62 mutable RawPtrWillBeMember<Element> m_cachedElement;
LinkResource.h 67 RawPtrWillBeMember<HTMLLinkElement> m_owner;
81 RawPtrWillBeMember<HTMLLinkElement> m_owner;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.h 55 static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >* newAnimations, const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.h 45 RawPtrWillBeMember<CSSFontSelector> m_fontSelector;
46 RawPtrWillBeMember<ResourceFetcher> m_resourceFetcher;
PageRuleCollector.h 47 void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 64 typedef WillBeHeapHashSet<RawPtrWillBeMember<GeolocationController> > GeolocationControllers;
65 WillBePersistentHeapHashSet<RawPtrWillBeMember<GeolocationController> > m_controllers;
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.h 42 StyleSheetInvalidationAnalysis(const WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >&);

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 910