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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
FormDataList.h 81 const WillBeHeapVector<Item>& items() const { return m_items; }
100 WillBeHeapVector<Item> m_items;
HTMLFormControlsCollection.cpp 67 const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >& HTMLFormControlsCollection::formImageElements() const
113 const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >* imageElementsArray, const QualifiedName& attrName, const String& name)
144 const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >* imagesElements = isHTMLFieldSetElement(ownerNode()) ? 0 : &formImageElements();
179 const WillBeHeapVector<RawPtrWillBeMember<HTMLImageElement> >& imageElementsArray = formImageElements();
197 WillBeHeapVector<RefPtrWillBeMember<Element> > namedItems;
HTMLContentElement.cpp 116 static inline bool checkOneSelector(const CSSSelector& selector, const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth)
125 bool HTMLContentElement::matchSelector(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.h 139 void tryToEnsureNoahsArkConditionQuickly(HTMLStackItem*, WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem> >& remainingCandiates);
142 WillBeHeapVector<Entry> m_entries;
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventPath.cpp 111 WillBeHeapVector<RawPtrWillBeMember<InsertionPoint>, 8> insertionPoints;
223 WillBeHeapVector<RawPtrWillBeMember<TreeScope>, 32> parentTreeScopes;
235 for (WillBeHeapVector<RawPtrWillBeMember<TreeScope>, 32>::iterator iter = parentTreeScopes.begin(); iter < parentTreeScopes.end(); ++iter)
288 WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouches;
289 WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTargetTouches;
290 WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedChangedTouches;
291 WillBeHeapVector<RawPtrWillBeMember<TreeScope> > treeScopes;
316 void EventPath::adjustTouchList(const Node* node, const TouchList* touchList, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const WillBeHeapVector<RawPtrWillBeMember<TreeScope> >& treeScopes)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 100 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
102 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
103 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
113 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
115 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
116 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) {
132 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> > timeContainers;
135 WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator end = timeContainers.end();
136 for (WillBeHeapVector<RefPtrWillBeMember<SVGSVGElement> >::iterator it = timeContainers.begin(); it != end; ++it) {
SVGAnimateElement.cpp 139 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > findElementInstances(SVGElement* targetElement)
142 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > animatedElements;
171 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > animatedElements = findElementInstances(targetElement);
174 WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator end = animatedElements.end();
175 for (WillBeHeapVector<RawPtrWillBeMember<SVGElement> >::const_iterator it = animatedElements.begin(); it != end; ++it)
304 WillBeHeapVector<RawPtrWillBeMember<SVGElement> > animatedElements = findElementInstances(targetElement);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSearchableFormData.cpp 104 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = select->listItems();
106 for (WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >::const_iterator i(listItems.begin()); i != listItems.end(); ++i) {
119 for (WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >::const_iterator i(listItems.begin()); i != listItems.end(); ++i) {
217 const WillBeHeapVector<FormDataList::Item>& items = dataList->items();
219 for (WillBeHeapVector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 77 String accessibilityDescriptionForElements(WillBeHeapVector<RawPtrWillBeMember<Element> > &elements) const;
80 void ariaLabeledByElements(WillBeHeapVector<RawPtrWillBeMember<Element> >& elements) const;
83 void elementsFromAttribute(WillBeHeapVector<RawPtrWillBeMember<Element> >& elements, const QualifiedName&) const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 125 WillBeHeapVector<RefPtrWillBeMember<Attr> >& ensureAttrNodeList();
126 WillBeHeapVector<RefPtrWillBeMember<Attr> >* attrNodeList() { return m_attrNodeList.get(); }
141 OwnPtrWillBeMember<WillBeHeapVector<RefPtrWillBeMember<Attr> > > m_attrNodeList;
DocumentMarkerController.h 104 typedef WillBeHeapVector<OwnPtrWillBeMember<RenderedDocumentMarker> > MarkerList;
105 typedef WillBeHeapVector<OwnPtrWillBeMember<MarkerList>, DocumentMarker::MarkerTypeIndexesCount> MarkerLists;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.cpp 97 WillBeHeapVector<OwnPtrWillBeMember<TraceEventListener> >& listeners = *it->value.get();
113 m_listeners->add(std::make_pair(name, phase), adoptPtrWillBeNoop(new WillBeHeapVector<OwnPtrWillBeMember<TraceEventListener> >())).storedValue->value->append(listener);
127 WillBeHeapVector<OwnPtrWillBeMember<TraceEventListener> >& listeners = *it->value.get();
  /external/chromium_org/third_party/WebKit/Source/core/animation/
ElementAnimation.h 92 static WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > getAnimationPlayers(Element& element)
94 WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > animationPlayers;
SampledEffect.cpp 12 SampledEffect::SampledEffect(Animation* animation, PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > interpolations)
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryMatcher.cpp 124 WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> > listenersToNotify;
140 WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> > listenersToNotify;
CSSSegmentedFontFace.h 68 void match(const String&, WillBeHeapVector<RefPtrWillBeMember<FontFace> >&) const;
MediaQueryList.h 66 bool mediaFeaturesChanged(WillBeHeapVector<RefPtrWillBeMember<MediaQueryListListener> >* listenersToNotify);
SelectorFilter.h 71 WillBeHeapVector<ParentStackFrame> m_parentStack;
TreeBoundaryCrossingRules.h 74 typedef WillBeHeapVector<OwnPtrWillBeMember<RuleSubSet> > CSSStyleSheetRuleSubSet;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.h 69 MarkupAccumulator(WillBeHeapVector<RawPtrWillBeMember<Node> >*, EAbsoluteURLs, const Range* = 0, SerializationType = AsOwnerDocument);
106 RawPtrWillBeMember<WillBeHeapVector<RawPtrWillBeMember<Node> > > const m_nodes;
SimplifyMarkupCommand.cpp 45 WillBeHeapVector<RefPtrWillBeMember<ContainerNode> > nodesToRemove;
100 int SimplifyMarkupCommand::pruneSubsequentAncestorsToRemove(WillBeHeapVector<RefPtrWillBeMember<ContainerNode> >& nodesToRemove, size_t startNodeIndex)
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
LoadableTextTrack.cpp 122 WillBeHeapVector<RefPtrWillBeMember<VTTCue> > newCues;
153 WillBeHeapVector<RefPtrWillBeMember<VTTRegion> > newRegions;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.cpp 153 void TextTrackLoader::getNewCues(WillBeHeapVector<RefPtrWillBeMember<VTTCue> >& outputCues)
160 void TextTrackLoader::getNewRegions(WillBeHeapVector<RefPtrWillBeMember<VTTRegion> >& outputRegions)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMenuList.cpp 179 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
232 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = select->listItems();
448 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = select->listItems();
466 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
474 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
482 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
502 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
528 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
606 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems();
612 const WillBeHeapVector<RawPtrWillBeMember<HTMLElement> >& listItems = selectElement()->listItems()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8MutationCallback.cpp 48 void V8MutationCallback::call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord> >& mutations, MutationObserver* observer)

Completed in 557 milliseconds

1 2 3 45 6 7 8 91011>>