HomeSort by relevance Sort by last modified time
    Searched refs:WillBeHeapVector (Results 51 - 75 of 328) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.h 42 Filter(PassOwnPtrWillBeRawPtr<Expression>, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >&);
52 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_predicates;
70 WillBeHeapVector<RawPtrWillBeMember<Step> > m_steps;
XPathStep.h 84 WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& mergedPredicates() { return m_mergedPredicates; }
85 const WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& mergedPredicates() const { return m_mergedPredicates; }
93 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_mergedPredicates;
97 Step(Axis, const NodeTest&, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >&);
119 WillBeHeapVector<OwnPtrWillBeMember<Predicate> > m_predicates;
XPathParser.h 82 void registerPredicateVector(WillBeHeapVector<OwnPtrWillBeMember<Predicate> >*);
83 void deletePredicateVector(WillBeHeapVector<OwnPtrWillBeMember<Predicate> >*);
85 void registerExpressionVector(WillBeHeapVector<OwnPtrWillBeMember<Expression> >*);
86 void deleteExpressionVector(WillBeHeapVector<OwnPtrWillBeMember<Expression> >*);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 56 void namedItems(const AtomicString& name, WillBeHeapVector<RefPtrWillBeMember<Element> >&) const;
80 WillBeHeapVector<RawPtrWillBeMember<Element> >* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); }
81 WillBeHeapVector<RawPtrWillBeMember<Element> >* getElementsByName(const AtomicString& name) const { return m_nameCache.get(name.impl()); }
95 typedef WillBeHeapHashMap<StringImpl*, OwnPtrWillBeMember<WillBeHeapVector<RawPtrWillBeMember<Element> > > > StringToElementsMap;
98 OwnPtrWillBeMember<WillBeHeapVector<RawPtrWillBeMember<Element> > >& vector = map.add(key.impl(), nullptr).storedValue->value;
100 vector = adoptPtrWillBeNoop(new WillBeHeapVector<RawPtrWillBeMember<Element> >);
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableStrokeDasharrayList.cpp 67 WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > from = m_values;
68 WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > to = toAnimatableStrokeDasharrayList(value)->m_values;
89 WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> > interpolatedValues;
AnimatableStrokeDasharrayList.h 59 AnimatableStrokeDasharrayList(WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >& values)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSKeyframesRule.h 46 const WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> >& keyframes() const { return m_keyframes; }
68 WillBeHeapVector<RefPtrWillBeMember<StyleKeyframe> > m_keyframes;
110 mutable WillBeHeapVector<RefPtrWillBeMember<CSSKeyframeRule> > m_childRuleCSSOMWrappers;
CSSPropertySourceData.h 83 WillBeHeapVector<CSSPropertySourceData> propertyData;
87 typedef WillBeHeapVector<RefPtrWillBeMember<CSSRuleSourceData> > RuleSourceDataList;
88 typedef WillBeHeapVector<SourceRange> SelectorRangeList;
PageRuleCollector.cpp 76 WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> > matchedPageRules;
107 void PageRuleCollector::matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName)
CSSGroupingRule.h 58 mutable WillBeHeapVector<RefPtrWillBeMember<CSSRule> > m_childRuleCSSOMWrappers;
MediaQueryEvaluator.h 42 typedef WillBeHeapVector<RefPtrWillBeMember<MediaQueryResult> > MediaQueryResultList;
StyleSheetList.h 60 const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& styleSheets();
StyleSheetList.cpp 43 inline const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& StyleSheetList::styleSheets()
67 const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& sheets = styleSheets();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
InertAnimation.h 43 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(double inheritedTime);
KeyframeEffectModel.h 57 typedef WillBeHeapVector<OwnPtrWillBeMember<Keyframe::PropertySpecificKeyframe> > PropertySpecificKeyframeVector;
78 typedef WillBeHeapVector<RefPtrWillBeMember<Keyframe> > KeyframeVector;
89 virtual PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const OVERRIDE;
133 typedef WillBeHeapVector<RefPtrWillBeMember<Keyframe> > KeyframeVector;
InterpolationEffect.h 19 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > getActiveInterpolations(double fraction, double iterationDuration) const;
61 WillBeHeapVector<OwnPtrWillBeMember<InterpolationRecord> > m_interpolations;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.h 46 int pruneSubsequentAncestorsToRemove(WillBeHeapVector<RefPtrWillBeMember<ContainerNode> >& nodesToRemove, size_t startNodeIndex);
  /external/chromium_org/third_party/WebKit/Source/core/events/
GenericEventQueue.h 58 WillBeHeapVector<RefPtrWillBeMember<Event> > m_pendingEvents;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileList.h 60 WillBeHeapVector<RefPtrWillBeMember<File> > m_files;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.h 67 WillBeHeapVector<RefPtrWillBeMember<TextTrackCue> > m_list;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.cpp 159 void setAnimatedValueOnAllTargetProperties(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list, const QualifiedName& attributeName, PassRefPtr<SVGPropertyBase> passValue)
163 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator it = list.begin();
164 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator itEnd = list.end();
174 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
184 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::startAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
192 void SVGAnimatedTypeAnimator::stopAnimValAnimation(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
197 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator it = list.begin();
198 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator itEnd = list.end();
206 PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimValToBaseVal(const WillBeHeapVector<RawPtrWillBeMember<SVGElement> >& list)
  /external/chromium_org/third_party/WebKit/Source/web/
WebSelectElement.cpp 44 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& sourceItems = constUnwrap<HTMLSelectElement>()->listItems();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.h 79 WillBeHeapVector<RefPtrWillBeMember<Node> > m_removedNodes;
80 WillBeHeapVector<RefPtrWillBeMember<Node> > m_addedNodes;
DocumentOrderedMap.h 56 const WillBeHeapVector<RawPtrWillBeMember<Element> >& getAllElementsById(const AtomicString&, const TreeScope*) const;
79 WillBeHeapVector<RawPtrWillBeMember<Element> > orderedList;
DocumentParser.cpp 83 WillBeHeapVector<RawPtrWillBeMember<DocumentParserClient> > clientsSnapshot;
86 for (WillBeHeapVector<RawPtrWillBeMember<DocumentParserClient> >::const_iterator it = clientsSnapshot.begin(), itEnd = clientsSnapshot.end(); it != itEnd; ++it) {

Completed in 296 milliseconds

1 23 4 5 6 7 8 91011>>