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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleInvalidator.h 84 typedef WillBeHeapVector<RefPtrWillBeMember<DescendantInvalidationSet> > InvalidationList;
StyleSheetInvalidationAnalysis.cpp 40 StyleSheetInvalidationAnalysis::StyleSheetInvalidationAnalysis(const WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& sheets)
79 const WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& rules = styleSheetContents->childRules();
145 const WillBeHeapVector<RefPtrWillBeMember<StyleRuleImport> >& importRules = styleSheetContents->importRules();
161 const WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase> >& rules = styleSheetContents->childRules();
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 82 WillBeHeapVector<MatchedProperties, 64> matchedProperties;
MatchedPropertiesCache.h 42 WillBeHeapVector<MatchedProperties> matchedProperties;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.h 51 typedef WillBeHeapVector<RefPtrWillBeMember<MessagePort>, 1> MessagePortArray;
TreeScopeAdopter.cpp 73 WillBeHeapVector<RefPtrWillBeMember<Attr> >& attrs = *toElement(node)->attrNodeList();
97 WillBeHeapVector<RefPtrWillBeMember<Attr> >& attrs = *toElement(node)->attrNodeList();
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskDispatcher.cpp 74 for (WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> >::iterator it = m_elements.begin(); it != m_elements.end(); ++it) {
  /external/chromium_org/third_party/WebKit/Source/core/events/
ScopedEventQueue.cpp 72 WillBeHeapVector<RefPtrWillBeMember<EventDispatchMediator> > queuedEventDispatchMediators;
TreeScopeEventContext.cpp 42 WillBeHeapVector<RefPtrWillBeMember<Node> > nodes;
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.h 93 typedef WillBeHeapVector<RawPtrWillBeMember<FormAssociatedElement> > List;
  /external/chromium_org/third_party/WebKit/Source/core/html/imports/
HTMLImportLoader.h 127 WillBeHeapVector<RawPtrWillBeMember<HTMLImportChild> > m_imports;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp 126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem> >& remainingCandidates)
135 WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem>, 10> candidates;
163 WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem> > candidates;
170 WillBeHeapVector<RawPtrWillBeMember<HTMLStackItem> > remainingCandidates;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorBaseAgent.h 93 WillBeHeapVector<OwnPtrWillBeMember<InspectorAgent> > m_agents;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 90 typedef WillBeHeapVector<RawPtrWillBeMember<RenderTableCell>, 2> SpanningRenderTableCells;
95 WillBeHeapVector<RawPtrWillBeMember<RenderTableCell>, 1> cells;
117 typedef WillBeHeapVector<CellStruct> Row;
296 WillBeHeapVector<RowStruct> m_grid;
  /external/chromium_org/third_party/WebKit/Source/core/timing/
Performance.h 56 typedef WillBeHeapVector<RefPtrWillBeMember<PerformanceEntry> > PerformanceEntryVector;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpressionNode.h 91 WillBeHeapVector<OwnPtrWillBeMember<Expression> > m_subExpressions;
XPathNodeSet.h 81 WillBeHeapVector<RefPtrWillBeMember<Node> > m_nodes;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBEventDispatcher.cpp 37 bool IDBEventDispatcher::dispatch(Event* event, WillBeHeapVector<RefPtrWillBeMember<EventTarget> >& eventTargets)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.h 92 WillBeHeapVector<RefPtrWillBeMember<Event> > m_scheduledEvents;
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp 79 WillBeHeapVector<RefPtrWillBeMember<Element> > tempVector;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
InterpolationEffectTest.cpp 37 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-2, duration);
66 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > activeInterpolations = interpolationEffect->getActiveInterpolations(-0.5, duration);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 221 inline bool compareCSSValueVector(const WillBeHeapVector<RefPtrWillBeMember<CSSValueType>, inlineCapacity>& firstVector, const WillBeHeapVector<RefPtrWillBeMember<CSSValueType>, inlineCapacity>& secondVector)
ElementRuleCollector.h 103 WillBeHeapVector<RawPtrWillBeMember<StyleRule> > m_list;
170 OwnPtrWillBeMember<WillBeHeapVector<MatchedRule, 32> > m_matchedRules;
FontFace.h 142 WillBeHeapVector<RefPtrWillBeMember<LoadFontCallback> > m_callbacks;
145 typedef WillBeHeapVector<RefPtrWillBeMember<FontFace> > FontFaceArray;
RuleFeature.h 104 WillBeHeapVector<RuleFeature> siblingRules;
105 WillBeHeapVector<RuleFeature> uncommonAttributeRules;

Completed in 363 milliseconds

1 2 3 4 56 7 8 91011>>