Vector 490 Source/bindings/templates/interface.cpp Vector<String> names; Vector 312 Source/bindings/templates/methods.cpp Vector<v8::Handle<v8::Value> > loggerArgs = toNativeArguments<v8::Handle<v8::Value> >(info, 0); Vector 90 Source/bindings/tests/results/V8TestCallbackInterface.cpp void V8TestCallbackInterface::voidMethodSequenceArg(const Vector<RefPtr<TestInterfaceEmpty> >& sequenceArg) Vector 32 Source/bindings/tests/results/V8TestCallbackInterface.h virtual void voidMethodSequenceArg(const Vector<RefPtr<TestInterfaceEmpty> >& sequenceArg) OVERRIDE; Vector 1159 Source/bindings/tests/results/V8TestInterface.cpp Vector<String> names; Vector 349 Source/bindings/tests/results/V8TestInterface2.cpp Vector<String> names; Vector 77 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp V8TRYCATCH_VOID(Vector<String>, sequenceStringArg, toNativeArray<String>(info[4], 5, info.GetIsolate())); Vector 78 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp V8TRYCATCH_VOID(Vector<Dictionary>, sequenceDictionaryArg, toNativeArray<Dictionary>(info[5], 6, info.GetIsolate())); Vector 1299 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<String>, cppValue, toNativeArray<String>(v8Value, 0, info.GetIsolate())); Vector 1328 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, cppValue, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(v8Value, 0, info.GetIsolate()))); Vector 1357 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<float>, cppValue, toNativeArray<float>(v8Value, 0, info.GetIsolate())); Vector 5253 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<int>, arrayLongArg, toNativeArray<int>(info[0], 1, info.GetIsolate())); Vector 5271 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<String>, arrayStringArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); Vector 5289 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, arrayTestInterfaceEmptyArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate()))); Vector 5346 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<int>, longSequenceArg, toNativeArray<int>(info[0], 1, info.GetIsolate())); Vector 5364 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<String>, stringSequenceArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); Vector 5382 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, testInterfaceEmptySequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate()))); Vector 5706 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<Dictionary>, dictionarySequenceArg, toNativeArray<Dictionary>(info[0], 1, info.GetIsolate())); Vector 5971 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 0)); Vector 5990 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<String>, variadicStringArgs, toNativeArguments<String>(info, 1)); Vector 6004 Source/bindings/tests/results/V8TestObject.cpp Vector<RefPtr<TestInterfaceEmpty> > variadicTestInterfaceEmptyArgs; Vector 6030 Source/bindings/tests/results/V8TestObject.cpp Vector<RefPtr<TestInterfaceEmpty> > variadicTestInterfaceEmptyArgs; Vector 6196 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<int>, longArgs, toNativeArguments<int>(info, 1)); Vector 6294 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Vector<int>, longArrayArg, toNativeArray<int>(info[0], 1, info.GetIsolate())); Vector 6795 Source/bindings/tests/results/V8TestObject.cpp Vector<v8::Handle<v8::Value> > loggerArgs = toNativeArguments<v8::Handle<v8::Value> >(info, 0); Vector 7303 Source/bindings/tests/results/V8TestObject.cpp Vector<v8::Handle<v8::Value> > loggerArgs = toNativeArguments<v8::Handle<v8::Value> >(info, 0); Vector 7321 Source/bindings/tests/results/V8TestObject.cpp Vector<v8::Handle<v8::Value> > loggerArgs = toNativeArguments<v8::Handle<v8::Value> >(info, 0); Vector 7339 Source/bindings/tests/results/V8TestObject.cpp Vector<v8::Handle<v8::Value> > loggerArgs = toNativeArguments<v8::Handle<v8::Value> >(info, 0); Vector 150 Source/bindings/tests/results/V8TestSpecialOperations.cpp Vector<String> names; Vector 108 Source/bindings/tests/results/V8TestTypedefs.cpp V8TRYCATCH_VOID(Vector<int>, arrayOfLongsArg, toNativeArray<int>(info[0], 1, info.GetIsolate())); Vector 167 Source/bindings/tests/results/V8TestTypedefs.cpp V8TRYCATCH_VOID(Vector<RefPtr<TestInterfaceEmpty> >, testInterfaceEmptyTypeSequenceArg, (toRefPtrNativeArray<TestInterfaceEmpty, V8TestInterfaceEmpty>(info[0], 1, info.GetIsolate()))); Vector 211 Source/bindings/tests/results/V8TestTypedefs.cpp V8TRYCATCH_VOID(Vector<String>, arrayOfStringsArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); Vector 229 Source/bindings/tests/results/V8TestTypedefs.cpp V8TRYCATCH_VOID(Vector<String>, stringArrayArg, toNativeArray<String>(info[0], 1, info.GetIsolate())); Vector 78 Source/bindings/v8/DOMWrapperWorld.cpp void DOMWrapperWorld::allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds) Vector 70 Source/bindings/v8/DOMWrapperWorld.h static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds); Vector 591 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, Vector<String>& value) const Vector 610 Source/bindings/v8/Dictionary.cpp bool Dictionary::convert(ConversionContext& context, const String& key, Vector<String>& value) const Vector 713 Source/bindings/v8/Dictionary.cpp bool Dictionary::getOwnPropertyNames(Vector<String>& names) const Vector 101 Source/bindings/v8/Dictionary.h bool get(const String&, Vector<String>&) const; Vector 167 Source/bindings/v8/Dictionary.h bool convert(ConversionContext&, const String&, Vector<String>&) const; Vector 176 Source/bindings/v8/Dictionary.h bool getOwnPropertyNames(Vector<String>&) const; Vector 68 Source/bindings/v8/IDBBindingUtilities.cpp for (Vector<String>::const_iterator it = value.array().begin(); it != value.array().end(); ++it) Vector 171 Source/bindings/v8/IDBBindingUtilities.cpp static PassRefPtr<IDBKey> createIDBKeyFromValue(v8::Handle<v8::Value> value, Vector<v8::Handle<v8::Array> >& stack, v8::Isolate* isolate, bool allowExperimentalTypes = false) Vector 215 Source/bindings/v8/IDBBindingUtilities.cpp Vector<v8::Handle<v8::Array> > stack; Vector 259 Source/bindings/v8/IDBBindingUtilities.cpp static v8::Handle<v8::Value> getNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate) Vector 272 Source/bindings/v8/IDBBindingUtilities.cpp static bool canInjectNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate) Vector 290 Source/bindings/v8/IDBBindingUtilities.cpp static v8::Handle<v8::Value> ensureNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyPathElements, size_t index, v8::Isolate* isolate) Vector 311 Source/bindings/v8/IDBBindingUtilities.cpp Vector<String> keyPathElements; Vector 331 Source/bindings/v8/IDBBindingUtilities.cpp const Vector<String>& array = keyPath.array(); Vector 359 Source/bindings/v8/IDBBindingUtilities.cpp Vector<uint8_t> value; Vector 371 Source/bindings/v8/IDBBindingUtilities.cpp Vector<String> keyPathElements; Vector 394 Source/bindings/v8/IDBBindingUtilities.cpp Vector<String> keyPathElements; Vector 98 Source/bindings/v8/ScheduledAction.cpp Vector<v8::Handle<v8::Value> > info; Vector 116 Source/bindings/v8/ScheduledAction.cpp Vector<v8::Handle<v8::Value> > info; Vector 123 Source/bindings/v8/ScheduledAction.cpp void ScheduledAction::createLocalHandlesForArgs(Vector<v8::Handle<v8::Value> >* handles) Vector 59 Source/bindings/v8/ScheduledAction.h void createLocalHandlesForArgs(Vector<v8::Handle<v8::Value> >* handles); Vector 63 Source/bindings/v8/ScheduledAction.h Vector<UnsafePersistent<v8::Value> > m_info; Vector 70 Source/bindings/v8/ScriptCallStackFactory.cpp static void toScriptCallFramesVector(v8::Handle<v8::StackTrace> stackTrace, Vector<ScriptCallFrame>& scriptCallFrames, size_t maxStackSize, bool emptyStackIsAllowed, v8::Isolate* isolate) Vector 92 Source/bindings/v8/ScriptCallStackFactory.cpp Vector<ScriptCallFrame> scriptCallFrames; Vector 130 Source/bindings/v8/ScriptCallStackFactory.cpp Vector<ScriptValue> arguments; Vector 443 Source/bindings/v8/ScriptController.cpp void ScriptController::collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*> >& result) Vector 605 Source/bindings/v8/ScriptController.cpp void ScriptController::executeScriptInIsolatedWorld(int worldID, const Vector<ScriptSourceCode>& sources, int extensionGroup, Vector<ScriptValue>* results) Vector 62 Source/bindings/v8/ScriptController.h typedef WTF::Vector<v8::Extension*> V8Extensions; Vector 97 Source/bindings/v8/ScriptController.h void executeScriptInIsolatedWorld(int worldID, const Vector<ScriptSourceCode>& sources, int extensionGroup, Vector<ScriptValue>* results); Vector 121 Source/bindings/v8/ScriptController.h void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*> >&); Vector 397 Source/bindings/v8/ScriptDebugServer.cpp Vector<String> breakpointIds; Vector 115 Source/bindings/v8/ScriptFunctionCall.cpp void ScriptCallArgumentHandler::appendArgument(const Vector<ScriptValue>& argument) Vector 57 Source/bindings/v8/ScriptFunctionCall.h void appendArgument(const Vector<ScriptValue>&); Vector 61 Source/bindings/v8/ScriptFunctionCall.h Vector<ScriptValue> m_arguments; Vector 56 Source/bindings/v8/ScriptGCEvent.h typedef Vector<ScriptGCEventListener*> GCEventListeners; Vector 53 Source/bindings/v8/ScriptPreprocessor.cpp Vector<ScriptSourceCode> sources; Vector 55 Source/bindings/v8/ScriptPreprocessor.cpp Vector<ScriptValue> scriptResults; Vector 177 Source/bindings/v8/ScriptProfiler.cpp Vector<CString> m_strings; Vector 202 Source/bindings/v8/ScriptProfiler.cpp Vector<uint32_t> rawData(count * 3); Vector 124 Source/bindings/v8/ScriptPromiseResolver.h void resolve(const Vector<T, inlineCapacity>& iterator) { resolve(v8ArrayNoInline(iterator, m_isolate)); } Vector 126 Source/bindings/v8/ScriptPromiseResolver.h void reject(const Vector<T, inlineCapacity>& iterator) { reject(v8ArrayNoInline(iterator, m_isolate)); } Vector 881 Source/bindings/v8/SerializedScriptValue.cpp Vector<BufferValueType> m_buffer; Vector 2439 Source/bindings/v8/SerializedScriptValue.cpp typedef Vector<WTF::ArrayBufferContents, 1> ArrayBufferContentsArray; Vector 2664 Source/bindings/v8/SerializedScriptValue.cpp Vector<v8::Local<v8::Value> > m_stack; Vector 2665 Source/bindings/v8/SerializedScriptValue.cpp Vector<v8::Handle<v8::Value> > m_objectPool; Vector 2666 Source/bindings/v8/SerializedScriptValue.cpp Vector<uint32_t> m_openCompositeReferenceStack; Vector 2669 Source/bindings/v8/SerializedScriptValue.cpp Vector<v8::Handle<v8::Object> > m_arrayBuffers; Vector 2697 Source/bindings/v8/SerializedScriptValue.cpp PassRefPtr<SerializedScriptValue> SerializedScriptValue::createFromWireBytes(const Vector<uint8_t>& data) Vector 2738 Source/bindings/v8/SerializedScriptValue.cpp void SerializedScriptValue::toWireBytes(Vector<char>& result) const Vector 2765 Source/bindings/v8/SerializedScriptValue.cpp Vector<RefPtr<DOMWrapperWorld> > worlds; Vector 53 Source/bindings/v8/SerializedScriptValue.h typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; Vector 54 Source/bindings/v8/SerializedScriptValue.h typedef Vector<RefPtr<WTF::ArrayBuffer>, 1> ArrayBufferArray; Vector 75 Source/bindings/v8/SerializedScriptValue.h static PassRefPtr<SerializedScriptValue> createFromWireBytes(const Vector<uint8_t>&); Vector 88 Source/bindings/v8/SerializedScriptValue.h void toWireBytes(Vector<char>&) const; Vector 116 Source/bindings/v8/SerializedScriptValue.h typedef Vector<WTF::ArrayBufferContents, 1> ArrayBufferContentsArray; Vector 276 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> v8Array(const Vector<T, inlineCapacity>& iterator, v8::Isolate* isolate) Vector 280 Source/bindings/v8/V8Binding.h typename Vector<T, inlineCapacity>::const_iterator end = iterator.end(); Vector 282 Source/bindings/v8/V8Binding.h for (typename Vector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter) Vector 300 Source/bindings/v8/V8Binding.h v8::Handle<v8::Value> v8ArrayNoInline(const Vector<T, inlineCapacity>& iterator, v8::Isolate* isolate) Vector 304 Source/bindings/v8/V8Binding.h typename Vector<T, inlineCapacity>::const_iterator end = iterator.end(); Vector 305 Source/bindings/v8/V8Binding.h for (typename Vector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter) Vector 494 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > toRefPtrNativeArrayUnchecked(v8::Local<v8::Value> v8Value, uint32_t length, v8::Isolate* isolate, bool* success = 0) Vector 496 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > result; Vector 508 Source/bindings/v8/V8Binding.h return Vector<RefPtr<T> >(); Vector 515 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > toRefPtrNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate* isolate, bool* success = 0) Vector 526 Source/bindings/v8/V8Binding.h return Vector<RefPtr<T> >(); Vector 532 Source/bindings/v8/V8Binding.h Vector<RefPtr<T> > toRefPtrNativeArray(v8::Handle<v8::Value> value, const String& propertyName, v8::Isolate* isolate, bool* success = 0) Vector 543 Source/bindings/v8/V8Binding.h return Vector<RefPtr<T> >(); Vector 584 Source/bindings/v8/V8Binding.h Vector<T> toNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate* isolate) Vector 592 Source/bindings/v8/V8Binding.h return Vector<T>(); Vector 595 Source/bindings/v8/V8Binding.h Vector<T> result; Vector 605 Source/bindings/v8/V8Binding.h Vector<T> toNativeArguments(const v8::FunctionCallbackInfo<v8::Value>& info, int startIndex) Vector 608 Source/bindings/v8/V8Binding.h Vector<T> result; Vector 164 Source/bindings/v8/V8GCController.cpp bool traverseTree(Node* rootNode, Vector<Node*, initialNodeVectorSize>* partiallyDependentNodes) Vector 201 Source/bindings/v8/V8GCController.cpp Vector<Node*, initialNodeVectorSize> partiallyDependentNodes; Vector 230 Source/bindings/v8/V8GCController.cpp Vector<Node*> m_nodesInNewSpace; Vector 310 Source/bindings/v8/V8GCController.cpp Vector<Node*> m_groupsWhichNeedRetainerInfo; Vector 48 Source/bindings/v8/V8MutationCallback.cpp void V8MutationCallback::call(const Vector<RefPtr<MutationRecord> >& mutations, MutationObserver* observer) Vector 49 Source/bindings/v8/V8MutationCallback.h virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) OVERRIDE; Vector 54 Source/bindings/v8/V8PerContextData.h typedef WTF::Vector<V8NPObject*> V8NPObjectVector; Vector 51 Source/bindings/v8/V8PerIsolateData.h typedef WTF::Vector<DOMDataStore*> DOMDataStoreList; Vector 185 Source/bindings/v8/V8StringResource.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, lowNumbers, (kLowNumbers + 1)); Vector 158 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp typedef Vector<String, numCSSProperties - 1> PreAllocatedPropertyVector; Vector 46 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp Vector<RefPtr<Element> > namedItems; Vector 294 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp Vector<EventListenerInfo> listenersArray; Vector 122 Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp Vector<ContextMenuItem> items = menu.items(); Vector 59 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp Vector<SQLValue> sqlValues; Vector 58 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp Vector<SQLValue> sqlValues; Vector 135 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp const Vector<bool>& value = args.getBoolArray(); Vector 334 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp Vector<RefPtr<WebGLShader> > shaders; Vector 466 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp Vector<String> value = impl->getSupportedExtensions(); Vector 87 Source/core/accessibility/AXInlineTextBox.cpp void AXInlineTextBox::textCharacterOffsets(Vector<int>& offsets) const Vector 93 Source/core/accessibility/AXInlineTextBox.cpp Vector<float> widths; Vector 105 Source/core/accessibility/AXInlineTextBox.cpp void AXInlineTextBox::wordBoundaries(Vector<PlainTextRange>& words) const Vector 110 Source/core/accessibility/AXInlineTextBox.cpp Vector<AbstractInlineTextBox::WordBoundaries> wordBoundaries; Vector 53 Source/core/accessibility/AXInlineTextBox.h virtual void textCharacterOffsets(Vector<int>&) const OVERRIDE; Vector 54 Source/core/accessibility/AXInlineTextBox.h virtual void wordBoundaries(Vector<PlainTextRange>& words) const OVERRIDE; Vector 73 Source/core/accessibility/AXListBox.cpp const Vector<HTMLElement*>& listItems = toHTMLSelectElement(selectNode)->listItems(); Vector 212 Source/core/accessibility/AXListBoxOption.cpp const Vector<HTMLElement*>& listItems = selectElement->listItems(); Vector 102 Source/core/accessibility/AXMenuListPopup.cpp const Vector<HTMLElement*>& listItems = toHTMLSelectElement(selectNode)->listItems(); Vector 91 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::accessibilityDescriptionForElements(Vector<Element*> &elements) const Vector 133 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::ariaLabeledByElements(Vector<Element*>& elements) const Vector 256 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::elementsFromAttribute(Vector<Element*>& elements, const QualifiedName& attribute) const Vector 269 Source/core/accessibility/AXNodeObject.cpp Vector<String> idVector; Vector 1004 Source/core/accessibility/AXNodeObject.cpp const Vector<HTMLElement*> listItems = selectElement.listItems(); Vector 1027 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Vector 1036 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Vector 1095 Source/core/accessibility/AXNodeObject.cpp Vector<AccessibilityText> textOrder; Vector 1628 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::alternativeText(Vector<AccessibilityText>& textOrder) const Vector 1652 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::ariaLabeledByText(Vector<AccessibilityText>& textOrder) const Vector 1656 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Vector 77 Source/core/accessibility/AXNodeObject.h String accessibilityDescriptionForElements(Vector<Element*> &elements) const; Vector 80 Source/core/accessibility/AXNodeObject.h void ariaLabeledByElements(Vector<Element*>& elements) const; Vector 83 Source/core/accessibility/AXNodeObject.h void elementsFromAttribute(Vector<Element*>& elements, const QualifiedName&) const; Vector 206 Source/core/accessibility/AXNodeObject.h void alternativeText(Vector<AccessibilityText>&) const; Vector 207 Source/core/accessibility/AXNodeObject.h void ariaLabeledByText(Vector<AccessibilityText>&) const; Vector 473 Source/core/accessibility/AXObject.cpp IntRect AXObject::boundingBoxForQuads(RenderObject* obj, const Vector<FloatQuad>& quads) Vector 773 Source/core/accessibility/AXObject.cpp Vector<const AXObject*> objects; Vector 888 Source/core/accessibility/AXObject.cpp Vector<String> roleVector; Vector 254 Source/core/accessibility/AXObject.h typedef Vector<RefPtr<AXObject> > AccessibilityChildrenVector; Vector 410 Source/core/accessibility/AXObject.h virtual void textCharacterOffsets(Vector<int>&) const { } Vector 412 Source/core/accessibility/AXObject.h virtual void wordBoundaries(Vector<PlainTextRange>& words) const { } Vector 552 Source/core/accessibility/AXObject.h virtual void lineBreaks(Vector<int>&) const { } Vector 558 Source/core/accessibility/AXObject.h static IntRect boundingBoxForQuads(RenderObject*, const Vector<FloatQuad>&); Vector 232 Source/core/accessibility/AXObjectCache.h Vector<pair<RefPtr<AXObject>, AXNotification> > m_notificationsToPost; Vector 897 Source/core/accessibility/AXRenderObject.cpp const Vector<HTMLElement*> listItems = selectElement->listItems(); Vector 965 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; Vector 1801 Source/core/accessibility/AXRenderObject.cpp void AXRenderObject::lineBreaks(Vector<int>& lineBreaks) const Vector 1904 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; Vector 2329 Source/core/accessibility/AXRenderObject.cpp Vector<FloatQuad> quads; Vector 203 Source/core/accessibility/AXRenderObject.h virtual void lineBreaks(Vector<int>&) const OVERRIDE; Vector 55 Source/core/accessibility/AXSpinButton.cpp Vector<FloatQuad> quads; Vector 69 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState& exceptionState) Vector 75 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) Vector 81 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState) Vector 57 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState&); Vector 58 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState&); Vector 59 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); Vector 115 Source/core/animation/Animation.h Vector<int> m_compositorAnimationIds; Vector 709 Source/core/animation/AnimationPlayerTest.cpp Vector<RefPtr<AnimationPlayer> > players; Vector 56 Source/core/animation/AnimationStack.cpp void copyNewAnimationsToActiveInterpolationMap(const Vector<InertAnimation*>& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& result) Vector 86 Source/core/animation/AnimationStack.cpp WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationStack::activeInterpolations(AnimationStack* animationStack, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime) Vector 93 Source/core/animation/AnimationStack.cpp Vector<Animation*>& animations = animationStack->m_activeAnimations; Vector 56 Source/core/animation/AnimationStack.h static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const AnimationPlayer*>* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime); Vector 59 Source/core/animation/AnimationStack.h Vector<Animation*> m_activeAnimations; Vector 88 Source/core/animation/AnimationStackTest.cpp Vector<InertAnimation*> newAnimations; Vector 47 Source/core/animation/AnimationTest.cpp static PassRefPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, T timingInput, ExceptionState& exceptionState) Vector 51 Source/core/animation/AnimationTest.cpp static PassRefPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, ExceptionState& exceptionState) Vector 64 Source/core/animation/AnimationTest.cpp Vector<Dictionary> jsKeyframes; Vector 113 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 123 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 130 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 137 Source/core/animation/AnimationTest.cpp Vector<Dictionary> jsKeyframes; Vector 160 Source/core/animation/AnimationTest.cpp Vector<Dictionary> jsKeyframes; Vector 180 Source/core/animation/AnimationTest.cpp Vector<Dictionary> jsKeyframes; Vector 200 Source/core/animation/AnimationTest.cpp Vector<Dictionary> jsKeyframes; Vector 220 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 248 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 287 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 329 Source/core/animation/AnimationTest.cpp Vector<Dictionary, 0> jsKeyframes; Vector 230 Source/core/animation/CompositorAnimations.cpp bool CompositorAnimations::startAnimationOnCompositor(const Element& element, const Timing& timing, const AnimationEffect& effect, Vector<int>& startedAnimationIds) Vector 241 Source/core/animation/CompositorAnimations.cpp Vector<OwnPtr<blink::WebAnimation> > animations; Vector 444 Source/core/animation/CompositorAnimations.cpp void CompositorAnimationsImpl::getAnimationOnCompositor(const Timing& timing, const AnimatableValueKeyframeEffectModel& effect, Vector<OwnPtr<blink::WebAnimation> >& animations) Vector 63 Source/core/animation/CompositorAnimations.h virtual bool startAnimationOnCompositor(const Element&, const Timing&, const AnimationEffect&, Vector<int>& startedAnimationIds); Vector 51 Source/core/animation/CompositorAnimationsImpl.h static void getAnimationOnCompositor(const Timing&, const AnimatableValueKeyframeEffectModel&, Vector<OwnPtr<blink::WebAnimation> >& animations); Vector 109 Source/core/animation/CompositorAnimationsTest.cpp void getAnimationOnCompositor(Timing& timing, AnimatableValueKeyframeEffectModel& effect, Vector<OwnPtr<blink::WebAnimation> >& animations) Vector 166 Source/core/animation/CompositorAnimationsTest.cpp Vector<double> values; Vector 173 Source/core/animation/CompositorAnimationsTest.cpp PassOwnPtrWillBeRawPtr<AnimatableValueKeyframeVector> createCompositableFloatKeyframeVector(Vector<double>& values) Vector 584 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 631 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 684 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 733 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 792 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 852 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 902 Source/core/animation/CompositorAnimationsTest.cpp Vector<OwnPtr<blink::WebAnimation> > result; Vector 102 Source/core/animation/DocumentTimeline.cpp Vector<AnimationPlayer*> players; Vector 51 Source/core/animation/EffectInput.cpp PassRefPtrWillBeRawPtr<AnimationEffect> EffectInput::convert(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState, bool unsafe) Vector 87 Source/core/animation/EffectInput.cpp Vector<String> keyframeProperties; Vector 20 Source/core/animation/EffectInput.h static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&, bool unsafe = false); Vector 62 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState& exceptionState) Vector 67 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) Vector 72 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState) Vector 119 Source/core/animation/css/CSSAnimations.cpp const Vector<double>& offsets = styleKeyframe->keys(); Vector 276 Source/core/animation/css/CSSAnimations.cpp Vector<ScopedStyleResolver*, 8> stack; Vector 376 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->cancelledAnimationNames().begin(); iter != update->cancelledAnimationNames().end(); ++iter) { Vector 380 Source/core/animation/css/CSSAnimations.cpp for (Vector<AtomicString>::const_iterator iter = update->animationsWithPauseToggled().begin(); iter != update->animationsWithPauseToggled().end(); ++iter) { Vector 388 Source/core/animation/css/CSSAnimations.cpp for (Vector<CSSAnimationUpdate::NewAnimation>::const_iterator iter = update->newAnimations().begin(); iter != update->newAnimations().end(); ++iter) { Vector 604 Source/core/animation/css/CSSAnimations.cpp Vector<InertAnimation*> newAnimations; Vector 621 Source/core/animation/css/CSSAnimations.cpp Vector<InertAnimation*> newTransitions; Vector 823 Source/core/animation/css/CSSAnimations.cpp DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ()); Vector 93 Source/core/animation/css/CSSAnimations.h const Vector<NewAnimation>& newAnimations() const { return m_newAnimations; } Vector 94 Source/core/animation/css/CSSAnimations.h const Vector<AtomicString>& cancelledAnimationNames() const { return m_cancelledAnimationNames; } Vector 96 Source/core/animation/css/CSSAnimations.h const Vector<AtomicString>& animationsWithPauseToggled() const { return m_animationsWithPauseToggled; } Vector 142 Source/core/animation/css/CSSAnimations.h Vector<NewAnimation> m_newAnimations; Vector 143 Source/core/animation/css/CSSAnimations.h Vector<AtomicString> m_cancelledAnimationNames; Vector 145 Source/core/animation/css/CSSAnimations.h Vector<AtomicString> m_animationsWithPauseToggled; Vector 51 Source/core/animation/css/CSSPendingAnimations.h Vector<RefPtr<AnimationPlayer> > m_pending; Vector 52 Source/core/animation/css/CSSPendingAnimations.h Vector<RefPtr<AnimationPlayer> > m_waitingForCompositorAnimationStart; Vector 187 Source/core/clipboard/Clipboard.cpp Vector<String> Clipboard::types() const Vector 189 Source/core/clipboard/Clipboard.cpp Vector<String> types; Vector 77 Source/core/clipboard/Clipboard.h Vector<String> types() const; Vector 210 Source/core/clipboard/DataObject.cpp Vector<String> DataObject::filenames() const Vector 212 Source/core/clipboard/DataObject.cpp Vector<String> results; Vector 86 Source/core/clipboard/DataObject.h Vector<String> filenames() const; Vector 100 Source/core/css/BasicShapeFunctions.cpp const Vector<Length>& values = polygon->values(); Vector 212 Source/core/css/CSSBasicShapes.cpp static String buildPolygonString(const WindRule& windRule, const Vector<String>& points, const String& box) Vector 259 Source/core/css/CSSBasicShapes.cpp Vector<String> points; Vector 378 Source/core/css/CSSComputedStyleDeclaration.cpp static const Vector<CSSPropertyID>& computableProperties() Vector 380 Source/core/css/CSSComputedStyleDeclaration.cpp DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ()); Vector 789 Source/core/css/CSSComputedStyleDeclaration.cpp Vector<RefPtr<FilterOperation> >::const_iterator end = style.filter().operations().end(); Vector 790 Source/core/css/CSSComputedStyleDeclaration.cpp for (Vector<RefPtr<FilterOperation> >::const_iterator it = style.filter().operations().begin(); it != end; ++it) { Vector 879 Source/core/css/CSSComputedStyleDeclaration.cpp const Vector<String>& namedGridLines = orderedNamedGridLines.get(i); Vector 891 Source/core/css/CSSComputedStyleDeclaration.cpp const Vector<GridTrackSize>& trackSizes = direction == ForColumns ? style.gridTemplateColumns() : style.gridTemplateRows(); Vector 902 Source/core/css/CSSComputedStyleDeclaration.cpp const Vector<LayoutUnit>& trackPositions = direction == ForColumns ? toRenderGrid(renderer)->columnPositions() : toRenderGrid(renderer)->rowPositions(); Vector 1091 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForWillChange(const Vector<CSSPropertyID>& willChangeProperties, bool willChangeContents, bool willChangeScrollPosition) Vector 1141 Source/core/css/CSSComputedStyleDeclaration.cpp const Vector<CSSPropertyID>& properties = computableProperties(); Vector 2966 Source/core/css/CSSComputedStyleDeclaration.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> CSSComputedStyleDeclaration::copyPropertiesInSet(const Vector<CSSPropertyID>& properties) const Vector 72 Source/core/css/CSSComputedStyleDeclaration.h PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const; Vector 190 Source/core/css/CSSFontFace.cpp CSSFontFace::UnicodeRangeSet::UnicodeRangeSet(const Vector<UnicodeRange>& ranges) Vector 228 Source/core/css/CSSFontFace.cpp Vector<UnicodeRange>::const_iterator it = std::lower_bound(m_ranges.begin(), m_ranges.end(), c); Vector 51 Source/core/css/CSSFontFace.h CSSFontFace(FontFace* fontFace, Vector<UnicodeRange>& ranges) Vector 96 Source/core/css/CSSFontFace.h explicit UnicodeRangeSet(const Vector<UnicodeRange>&); Vector 102 Source/core/css/CSSFontFace.h Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space. Vector 16 Source/core/css/CSSFontFaceTest.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 27 Source/core/css/CSSFontFaceTest.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 44 Source/core/css/CSSFontFaceTest.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 67 Source/core/css/CSSFontFaceTest.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 80 Source/core/css/CSSFontFaceTest.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 78 Source/core/css/CSSFontSelector.cpp Vector<ResourcePtr<FontResource> > fontsToBeginLoading; Vector 63 Source/core/css/CSSFontSelector.h Vector<ResourcePtr<FontResource> > m_fontsToBeginLoading; Vector 165 Source/core/css/CSSGradientValue.cpp Vector<GradientStop> stops(numStops); Vector 83 Source/core/css/CSSGrammar.y Vector<OwnPtr<CSSParserSelector> >* selectorList; Vector 1425 Source/core/css/CSSGrammar.y Vector<OwnPtr<CSSParserSelector> > selectorVector; Vector 50 Source/core/css/CSSGridTemplateAreasValue.cpp Vector<String> candidates; Vector 85 Source/core/css/CSSImageSetValue.h Vector<ImageWithScale> m_imagesInSet; Vector 74 Source/core/css/CSSKeyframeRule.cpp const Vector<double>& StyleKeyframe::keys() const Vector 87 Source/core/css/CSSKeyframeRule.cpp void StyleKeyframe::setKeys(PassOwnPtr<Vector<double> > keys) Vector 121 Source/core/css/CSSKeyframeRule.cpp PassOwnPtr<Vector<double> > StyleKeyframe::createKeyList(CSSParserValueList* keys) Vector 123 Source/core/css/CSSKeyframeRule.cpp OwnPtr<Vector<double> > keyVector = adoptPtr(new Vector<double>(keys->size())); Vector 54 Source/core/css/CSSKeyframeRule.h const Vector<double>& keys() const; Vector 56 Source/core/css/CSSKeyframeRule.h void setKeys(PassOwnPtr<Vector<double> >); Vector 66 Source/core/css/CSSKeyframeRule.h static PassOwnPtr<Vector<double> > createKeyList(CSSParserValueList*); Vector 74 Source/core/css/CSSKeyframeRule.h mutable OwnPtr<Vector<double> > m_keys; Vector 177 Source/core/css/CSSParserValues.cpp Vector<OwnPtr<CSSParserSelector>, 16> toDelete; Vector 188 Source/core/css/CSSParserValues.cpp void CSSParserSelector::adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectorVector) Vector 207 Source/core/css/CSSParserValues.h Vector<CSSParserValue, 4> m_values; Vector 236 Source/core/css/CSSParserValues.h void adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectorVector); Vector 42 Source/core/css/CSSProperty.cpp Vector<StylePropertyShorthand, 4> shorthands; Vector 200 Source/core/css/CSSSegmentedFontFace.cpp void CSSSegmentedFontFace::match(const String& text, Vector<RefPtr<FontFace> >& faces) const Vector 67 Source/core/css/CSSSegmentedFontFace.h void match(const String&, Vector<RefPtr<FontFace> >&) const; Vector 55 Source/core/css/CSSSelectorList.cpp void CSSSelectorList::adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectorVector) Vector 44 Source/core/css/CSSSelectorList.h void adoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectorVector); Vector 168 Source/core/css/CSSTokenizer.h Vector<OwnPtr<UChar[]> > m_cssStrings16; Vector 384 Source/core/css/FontFace.cpp Vector<RefPtr<LoadFontCallback> > callbacks; Vector 539 Source/core/css/FontFace.cpp Vector<CSSFontFace::UnicodeRange> ranges; Vector 127 Source/core/css/FontFace.h Vector<OwnPtr<FontFaceReadyPromiseResolver> > m_readyResolvers; Vector 129 Source/core/css/FontFace.h Vector<RefPtr<LoadFontCallback> > m_callbacks; Vector 132 Source/core/css/FontFace.h typedef Vector<RefPtr<FontFace> > FontFaceArray; Vector 372 Source/core/css/FontFaceSet.cpp Vector<RefPtr<FontFace> > fontFaces; Vector 424 Source/core/css/FontFaceSet.cpp Vector<OwnPtr<FontsReadyPromiseResolver> > resolvers; Vector 143 Source/core/css/FontFaceSet.h Vector<OwnPtr<FontsReadyPromiseResolver> > m_readyResolvers; Vector 220 Source/core/css/RuleFeature.cpp for (Vector<AtomicString>::const_iterator it = features.classes.begin(); it != features.classes.end(); ++it) Vector 222 Source/core/css/RuleFeature.cpp for (Vector<AtomicString>::const_iterator it = features.attributes.begin(); it != features.attributes.end(); ++it) Vector 107 Source/core/css/RuleFeature.h Vector<RuleFeature> siblingRules; Vector 108 Source/core/css/RuleFeature.h Vector<RuleFeature> uncommonAttributeRules; Vector 147 Source/core/css/RuleFeature.h Vector<AtomicString> classes; Vector 148 Source/core/css/RuleFeature.h Vector<AtomicString> attributes; Vector 38 Source/core/css/RuntimeCSSEnabled.cpp typedef Vector<bool> BoolVector; Vector 165 Source/core/css/RuntimeCSSEnabled.cpp void RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSSPropertyID>& outVector) Vector 48 Source/core/css/RuntimeCSSEnabled.h static void filterEnabledCSSPropertiesIntoVector(const CSSPropertyID*, size_t length, Vector<CSSPropertyID>&); Vector 374 Source/core/css/SelectorChecker.cpp Vector<InsertionPoint*, 8> insertionPoints; Vector 39 Source/core/css/SelectorFilter.cpp static inline void collectElementIdentifierHashes(const Element& element, Vector<unsigned, 4>& identifierHashes) Vector 94 Source/core/css/SelectorFilter.cpp Vector<Element*, 30> ancestors; Vector 60 Source/core/css/SelectorFilter.h Vector<unsigned, 4> identifierHashes; Vector 62 Source/core/css/SelectorFilter.h Vector<ParentStackFrame> m_parentStack; Vector 119 Source/core/css/SiblingTraversalStrategies.h ShadowDOMSiblingTraversalStrategy(const Vector<Node*, 32>& siblings, int nth) Vector 136 Source/core/css/SiblingTraversalStrategies.h const Vector<Node*, 32>& m_siblings; Vector 305 Source/core/css/StylePropertySet.cpp Vector<StylePropertyShorthand, 4> shorthands; Vector 421 Source/core/css/StylePropertySet.cpp static const Vector<CSSPropertyID>& blockProperties() Vector 423 Source/core/css/StylePropertySet.cpp DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ()); Vector 491 Source/core/css/StylePropertySet.cpp Vector<CSSPropertyID> propertiesToRemove; Vector 505 Source/core/css/StylePropertySet.cpp Vector<CSSPropertyID> propertiesToRemove; Vector 522 Source/core/css/StylePropertySet.cpp PassRefPtrWillBeRawPtr<MutableStylePropertySet> StylePropertySet::copyPropertiesInSet(const Vector<CSSPropertyID>& properties) const Vector 112 Source/core/css/StylePropertySet.h PassRefPtrWillBeRawPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const; Vector 116 Source/core/css/StylePropertyShorthandCustom.cpp unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands) Vector 112 Source/core/css/StyleRule.h void parserAdoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); } Vector 162 Source/core/css/StyleRule.h void parserAdoptSelectorVector(Vector<OwnPtr<CSSParserSelector> >& selectors) { m_selectorList.adoptSelectorVector(selectors); } Vector 140 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getClasses(Vector<AtomicString>& classes) const Vector 148 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getAttributes(Vector<AtomicString>& attributes) const Vector 156 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getIds(Vector<AtomicString>& ids) const Vector 164 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getTagNames(Vector<AtomicString>& tagNames) const Vector 62 Source/core/css/invalidation/DescendantInvalidationSet.h void getClasses(Vector<AtomicString>& classes) const; Vector 65 Source/core/css/invalidation/DescendantInvalidationSet.h void getAttributes(Vector<AtomicString>& attributes) const; Vector 68 Source/core/css/invalidation/DescendantInvalidationSet.h void getIds(Vector<AtomicString>& ids) const; Vector 71 Source/core/css/invalidation/DescendantInvalidationSet.h void getTagNames(Vector<AtomicString>& tagNames) const; Vector 21 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; Vector 34 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; Vector 51 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; Vector 69 Source/core/css/invalidation/DescendantInvalidationSetTest.cpp Vector<AtomicString> classes; Vector 72 Source/core/css/invalidation/StyleInvalidator.cpp for (Vector<AtomicString>::const_iterator it = m_invalidationClasses.begin(); it != m_invalidationClasses.end(); ++it) { Vector 78 Source/core/css/invalidation/StyleInvalidator.cpp for (Vector<AtomicString>::const_iterator it = m_invalidationAttributes.begin(); it != m_invalidationAttributes.end(); ++it) { Vector 42 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationClasses; Vector 43 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationAttributes; Vector 44 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationIds; Vector 45 Source/core/css/invalidation/StyleInvalidator.h Vector<AtomicString> m_invalidationTagNames; Vector 81 Source/core/css/invalidation/StyleInvalidator.h typedef Vector<RefPtr<DescendantInvalidationSet> > InvalidationList; Vector 54 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.h Vector<Node*, 8> m_scopingNodes; Vector 189 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtr<Vector<double> > BisonCSSParser::parseKeyframeKeyList(const String& string) Vector 1533 Source/core/css/parser/BisonCSSParser-in.cpp Vector<OwnPtr<CSSParserSelector> >* BisonCSSParser::createFloatingSelectorVector() Vector 1535 Source/core/css/parser/BisonCSSParser-in.cpp Vector<OwnPtr<CSSParserSelector> >* selectorVector = new Vector<OwnPtr<CSSParserSelector> >; Vector 1540 Source/core/css/parser/BisonCSSParser-in.cpp PassOwnPtr<Vector<OwnPtr<CSSParserSelector> > > BisonCSSParser::sinkFloatingSelectorVector(Vector<OwnPtr<CSSParserSelector> >* selectorVector) Vector 1857 Source/core/css/parser/BisonCSSParser-in.cpp StyleRuleBase* BisonCSSParser::createStyleRule(Vector<OwnPtr<CSSParserSelector> >* selectors) Vector 2026 Source/core/css/parser/BisonCSSParser-in.cpp Vector<OwnPtr<CSSParserSelector> > selectorVector; Vector 2074 Source/core/css/parser/BisonCSSParser-in.cpp OwnPtr<Vector<double> > keyVector = StyleKeyframe::createKeyList(keys); Vector 102 Source/core/css/parser/BisonCSSParser.h PassOwnPtr<Vector<double> > parseKeyframeKeyList(const String&); Vector 113 Source/core/css/parser/BisonCSSParser.h Vector<OwnPtr<CSSParserSelector> >* createFloatingSelectorVector(); Vector 114 Source/core/css/parser/BisonCSSParser.h PassOwnPtr<Vector<OwnPtr<CSSParserSelector> > > sinkFloatingSelectorVector(Vector<OwnPtr<CSSParserSelector> >*); Vector 134 Source/core/css/parser/BisonCSSParser.h StyleRuleBase* createStyleRule(Vector<OwnPtr<CSSParserSelector> >* selectors); Vector 171 Source/core/css/parser/BisonCSSParser.h Vector<OwnPtr<CSSParserSelector> >* reusableSelectorVector() { return &m_reusableSelectorVector; } Vector 282 Source/core/css/parser/BisonCSSParser.h OwnPtr<Vector<unsigned> > m_lineEndings; Vector 297 Source/core/css/parser/BisonCSSParser.h Vector<CSSParserSelector*> m_floatingSelectors; Vector 298 Source/core/css/parser/BisonCSSParser.h Vector<Vector<OwnPtr<CSSParserSelector> >*> m_floatingSelectorVectors; Vector 299 Source/core/css/parser/BisonCSSParser.h Vector<CSSParserValueList*> m_floatingValueLists; Vector 300 Source/core/css/parser/BisonCSSParser.h Vector<CSSParserFunction*> m_floatingFunctions; Vector 308 Source/core/css/parser/BisonCSSParser.h Vector<OwnPtr<CSSParserSelector> > m_reusableSelectorVector; Vector 216 Source/core/css/parser/CSSPropertyParser.cpp Vector<StylePropertyShorthand, 4> shorthands; Vector 647 Source/core/css/parser/CSSPropertyParser.cpp Vector<int> coords; Vector 3833 Source/core/css/parser/CSSPropertyParser.cpp Vector<String> columnNames; Vector 4026 Source/core/css/parser/CSSPropertyParser.cpp Vector<CSSParserValue*> radiusArguments; Vector 160 Source/core/css/parser/MediaQueryParser.cpp void MediaQueryParser::popIfBlockMatches(Vector<BlockType>& blockStack, BlockType type) Vector 210 Source/core/css/parser/MediaQueryParser.cpp for (Vector<MediaQueryToken>::iterator token = m_tokens.begin(); token != m_tokens.end(); ++token) Vector 59 Source/core/css/parser/MediaQueryParser.h typedef Vector<MediaQueryToken>::iterator TokenIterator; Vector 98 Source/core/css/parser/MediaQueryParser.h static void popIfBlockMatches(Vector<MediaQueryParser::BlockType>& blockStack, BlockType); Vector 101 Source/core/css/parser/MediaQueryParser.h Vector<MediaQueryToken> m_tokens; Vector 104 Source/core/css/parser/MediaQueryParser.h Vector<BlockType> m_blockStack; Vector 178 Source/core/css/parser/MediaQueryTokenizer.cpp void MediaQueryTokenizer::tokenize(String string, Vector<MediaQueryToken>& outTokens) Vector 22 Source/core/css/parser/MediaQueryTokenizer.h static void tokenize(String, Vector<MediaQueryToken>&); Vector 45 Source/core/css/parser/MediaQueryTokenizerTest.cpp Vector<MediaQueryToken> tokens; Vector 56 Source/core/css/parser/MediaQueryTokenizerTest.cpp Vector<MediaQueryToken> tokens; Vector 109 Source/core/css/resolver/MatchResult.h Vector<MatchedProperties, 64> matchedProperties; Vector 114 Source/core/css/resolver/MatchedPropertiesCache.cpp Vector<unsigned, 16> toRemove; Vector 129 Source/core/css/resolver/MatchedPropertiesCache.cpp Vector<unsigned, 16> toRemove; Vector 134 Source/core/css/resolver/MatchedPropertiesCache.cpp Vector<MatchedProperties>& matchedProperties = cacheItem->matchedProperties; Vector 39 Source/core/css/resolver/MatchedPropertiesCache.h Vector<MatchedProperties> matchedProperties; Vector 114 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::resolveScopedStyles(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Vector 120 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::collectScopedResolversForHostedShadowTrees(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Vector 135 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::resolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Vector 57 Source/core/css/resolver/ScopedStyleTree.h void resolveScopedStyles(const Element*, Vector<ScopedStyleResolver*, 8>&); Vector 58 Source/core/css/resolver/ScopedStyleTree.h void collectScopedResolversForHostedShadowTrees(const Element*, Vector<ScopedStyleResolver*, 8>&); Vector 59 Source/core/css/resolver/ScopedStyleTree.h void resolveScopedKeyframesRules(const Element*, Vector<ScopedStyleResolver*, 8>&); Vector 179 Source/core/css/resolver/SharedStyleFinder.cpp Vector<InsertionPoint*, 8> insertionPoints, candidateInsertionPoints; Vector 985 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setWillChangeProperties(Vector<CSSPropertyID>()); Vector 1000 Source/core/css/resolver/StyleBuilderCustom.cpp Vector<CSSPropertyID> willChangeProperties; Vector 1075 Source/core/css/resolver/StyleBuilderCustom.cpp static bool createGridTrackList(CSSValue* value, Vector<GridTrackSize>& trackSizes, NamedGridLinesMap& namedGridLines, OrderedNamedGridLines& orderedNamedGridLines, const StyleResolverState& state) Vector 1093 Source/core/css/resolver/StyleBuilderCustom.cpp NamedGridLinesMap::AddResult result = namedGridLines.add(namedGridLine, Vector<size_t>()); Vector 1095 Source/core/css/resolver/StyleBuilderCustom.cpp OrderedNamedGridLines::AddResult orderedInsertionResult = orderedNamedGridLines.add(currentNamedGridLine, Vector<String>()); Vector 1730 Source/core/css/resolver/StyleBuilderCustom.cpp Vector<GridTrackSize> trackSizes; Vector 1754 Source/core/css/resolver/StyleBuilderCustom.cpp Vector<GridTrackSize> trackSizes; Vector 296 Source/core/css/resolver/StyleResolver.cpp static PassOwnPtrWillBeRawPtr<RuleSet> makeRuleSet(const Vector<RuleFeature>& rules) Vector 439 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::matchAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree) Vector 474 Source/core/css/resolver/StyleResolver.cpp Vector<ScopedStyleResolver*, 8> resolvers; Vector 477 Source/core/css/resolver/StyleResolver.cpp Vector<ScopedStyleResolver*, 8> resolversInShadowTree; Vector 612 Source/core/css/resolver/StyleResolver.cpp static void addContentAttrValuesToFeatures(const Vector<AtomicString>& contentAttrValues, RuleFeatureSet& features) Vector 166 Source/core/css/resolver/StyleResolver.h void styleTreeResolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Vector 254 Source/core/css/resolver/StyleResolver.h void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree); Vector 92 Source/core/css/resolver/StyleResolverState.h Vector<AtomicString>& contentAttrValues() { return m_contentAttrValues; } Vector 169 Source/core/css/resolver/StyleResolverState.h Vector<AtomicString> m_contentAttrValues; Vector 54 Source/core/css/resolver/StyleResourceLoader.cpp Vector<RefPtr<FilterOperation> >& filterOperations = renderStyle->mutableFilter().operations(); Vector 76 Source/core/dom/CSSSelectorWatch.cpp Vector<String> addedSelectors; Vector 77 Source/core/dom/CSSSelectorWatch.cpp Vector<String> removedSelectors; Vector 87 Source/core/dom/CSSSelectorWatch.cpp void CSSSelectorWatch::updateSelectorMatches(const Vector<String>& removedSelectors, const Vector<String>& addedSelectors) Vector 141 Source/core/dom/CSSSelectorWatch.cpp void CSSSelectorWatch::watchCSSSelectors(const Vector<String>& selectors) Vector 52 Source/core/dom/CSSSelectorWatch.h void watchCSSSelectors(const Vector<String>& selectors); Vector 55 Source/core/dom/CSSSelectorWatch.h void updateSelectorMatches(const Vector<String>& removedSelectors, const Vector<String>& addedSelectors); Vector 66 Source/core/dom/ChildListMutationScope.h Vector<RefPtr<Node> > m_removedNodes; Vector 67 Source/core/dom/ChildListMutationScope.h Vector<RefPtr<Node> > m_addedNodes; Vector 39 Source/core/dom/ClientRectList.cpp ClientRectList::ClientRectList(const Vector<FloatQuad>& quads) Vector 43 Source/core/dom/ClientRectList.h static PassRefPtr<ClientRectList> create(const Vector<FloatQuad>& quads) { return adoptRef(new ClientRectList(quads)); } Vector 51 Source/core/dom/ClientRectList.h explicit ClientRectList(const Vector<FloatQuad>&); Vector 53 Source/core/dom/ClientRectList.h Vector<RefPtr<ClientRect> > m_list; Vector 321 Source/core/dom/ContainerNode.h typedef Vector<RefPtr<Node>, initialNodeVectorSize> NodeVector; Vector 356 Source/core/dom/ContainerNode.h Vector<RefPtr<Node> >& nodeVector = *m_childNodes; Vector 366 Source/core/dom/ContainerNode.h m_childNodes = adoptPtr(new Vector<RefPtr<Node> >()); Vector 391 Source/core/dom/ContainerNode.h OwnPtr<Vector<RefPtr<Node> > > m_childNodes; // Lazily instantiated. Vector 35 Source/core/dom/ContainerNodeAlgorithms.cpp class ShadowRootVector : public Vector<RefPtr<ShadowRoot> > { Vector 48 Source/core/dom/ContainerNodeAlgorithms.h Vector< RefPtr<Node> > m_postInsertionNotificationTargets; Vector 307 Source/core/dom/ContainerNodeAlgorithms.h Vector<RefPtr<HTMLFrameOwnerElement>, 10> m_frameOwners; Vector 55 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) Vector 76 Source/core/dom/DOMSettableTokenList.cpp void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) Vector 52 Source/core/dom/DOMSettableTokenList.h virtual void add(const Vector<String>&, ExceptionState&) OVERRIDE; Vector 53 Source/core/dom/DOMSettableTokenList.h virtual void remove(const Vector<String>&, ExceptionState&) OVERRIDE; Vector 56 Source/core/dom/DOMStringList.h operator const Vector<String>&() const { return m_strings; } Vector 64 Source/core/dom/DOMStringList.h Vector<String> m_strings; Vector 48 Source/core/dom/DOMStringMap.h virtual void getNames(Vector<String>&) = 0; Vector 63 Source/core/dom/DOMStringMap.h void namedPropertyEnumerator(Vector<String>& names, ExceptionState&) Vector 53 Source/core/dom/DOMTokenList.cpp bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& exceptionState) Vector 72 Source/core/dom/DOMTokenList.cpp Vector<String> tokens; Vector 79 Source/core/dom/DOMTokenList.cpp void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& exceptionState) Vector 81 Source/core/dom/DOMTokenList.cpp Vector<String> filteredTokens; Vector 101 Source/core/dom/DOMTokenList.cpp Vector<String> tokens; Vector 108 Source/core/dom/DOMTokenList.cpp void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& exceptionState) Vector 170 Source/core/dom/DOMTokenList.cpp Vector<String> tokens; Vector 177 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::addTokens(const AtomicString& input, const Vector<String>& tokens) Vector 199 Source/core/dom/DOMTokenList.cpp Vector<String> tokens; Vector 206 Source/core/dom/DOMTokenList.cpp AtomicString DOMTokenList::removeTokens(const AtomicString& input, const Vector<String>& tokens) Vector 53 Source/core/dom/DOMTokenList.h virtual void add(const Vector<String>&, ExceptionState&); Vector 55 Source/core/dom/DOMTokenList.h virtual void remove(const Vector<String>&, ExceptionState&); Vector 73 Source/core/dom/DOMTokenList.h static bool validateTokens(const Vector<String>&, ExceptionState&); Vector 75 Source/core/dom/DOMTokenList.h static AtomicString addTokens(const AtomicString&, const Vector<String>&); Vector 77 Source/core/dom/DOMTokenList.h static AtomicString removeTokens(const AtomicString&, const Vector<String>&); Vector 153 Source/core/dom/DatasetDOMStringMap.cpp void DatasetDOMStringMap::getNames(Vector<String>& names) Vector 47 Source/core/dom/DatasetDOMStringMap.h virtual void getNames(Vector<String>&) OVERRIDE; Vector 1446 Source/core/dom/Document.cpp Vector<String> Document::formElementsState() const Vector 1449 Source/core/dom/Document.cpp return Vector<String>(); Vector 1453 Source/core/dom/Document.cpp void Document::setStateForNewFormElements(const Vector<String>& stateVector) Vector 2050 Source/core/dom/Document.cpp Vector<SVGUseElement*> elements; Vector 2054 Source/core/dom/Document.cpp Vector<SVGUseElement*>::iterator end = elements.end(); Vector 2055 Source/core/dom/Document.cpp for (Vector<SVGUseElement*>::iterator it = elements.begin(); it != end; ++it) Vector 3424 Source/core/dom/Document.cpp const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const Vector 3429 Source/core/dom/Document.cpp void Document::setAnnotatedRegions(const Vector<AnnotatedRegionValue>& regions) Vector 4512 Source/core/dom/Document.cpp Vector<IconURL> Document::iconURLs(int iconTypesMask) Vector 4517 Source/core/dom/Document.cpp Vector<IconURL> secondaryIcons; Vector 4546 Source/core/dom/Document.cpp Vector<IconURL> iconURLs; Vector 5137 Source/core/dom/Document.cpp void Document::adjustFloatQuadsForScrollAndAbsoluteZoom(Vector<FloatQuad>& quads, RenderObject& renderer) Vector 5261 Source/core/dom/Document.cpp Vector<RefPtr<Node>, 32> nodesToRemoveFromChain; Vector 5262 Source/core/dom/Document.cpp Vector<RefPtr<Node>, 32> nodesToAddToChain; Vector 5391 Source/core/dom/Document.cpp Vector<RefPtr<Element> > associatedFormControls; Vector 457 Source/core/dom/Document.h Vector<String> formElementsState() const; Vector 458 Source/core/dom/Document.h void setStateForNewFormElements(const Vector<String>&); Vector 848 Source/core/dom/Document.h Vector<IconURL> iconURLs(int iconTypesMask); Vector 884 Source/core/dom/Document.h const Vector<AnnotatedRegionValue>& annotatedRegions() const; Vector 885 Source/core/dom/Document.h void setAnnotatedRegions(const Vector<AnnotatedRegionValue>&); Vector 991 Source/core/dom/Document.h void adjustFloatQuadsForScrollAndAbsoluteZoom(Vector<FloatQuad>&, RenderObject&); Vector 1021 Source/core/dom/Document.h const Vector<RefPtr<Element> >& topLayerElements() const { return m_topLayerElements; } Vector 1267 Source/core/dom/Document.h Vector<RefPtr<HTMLScriptElement> > m_currentScriptStack; Vector 1288 Source/core/dom/Document.h Vector<AnnotatedRegionValue> m_annotatedRegions; Vector 1312 Source/core/dom/Document.h Vector<RefPtr<Element> > m_topLayerElements; Vector 137 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> markers = markersFor(node); Vector 398 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> DocumentMarkerController::markersFor(Node* node, DocumentMarker::MarkerTypes markerTypes) Vector 400 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> result; Vector 419 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> DocumentMarkerController::markers() Vector 421 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> result; Vector 434 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerTypes markerTypes) Vector 437 Source/core/dom/DocumentMarkerController.cpp return Vector<DocumentMarker*>(); Vector 439 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> foundMarkers; Vector 448 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> markers = markersFor(node); Vector 449 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*>::const_iterator end = markers.end(); Vector 450 Source/core/dom/DocumentMarkerController.cpp for (Vector<DocumentMarker*>::const_iterator it = markers.begin(); it != end; ++it) { Vector 464 Source/core/dom/DocumentMarkerController.cpp Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType) Vector 466 Source/core/dom/DocumentMarkerController.cpp Vector<IntRect> result; Vector 512 Source/core/dom/DocumentMarkerController.cpp Vector<const Node*> nodesWithMarkers; Vector 698 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*> markers = markersFor(node); Vector 699 Source/core/dom/DocumentMarkerController.cpp Vector<DocumentMarker*>::const_iterator end = markers.end(); Vector 700 Source/core/dom/DocumentMarkerController.cpp for (Vector<DocumentMarker*>::const_iterator it = markers.begin(); it != end; ++it) { Vector 79 Source/core/dom/DocumentMarkerController.h Vector<DocumentMarker*> markersFor(Node*, DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers()); Vector 80 Source/core/dom/DocumentMarkerController.h Vector<DocumentMarker*> markersInRange(Range*, DocumentMarker::MarkerTypes); Vector 81 Source/core/dom/DocumentMarkerController.h Vector<DocumentMarker*> markers(); Vector 82 Source/core/dom/DocumentMarkerController.h Vector<IntRect> renderedRectsForMarkers(DocumentMarker::MarkerType); Vector 91 Source/core/dom/DocumentMarkerController.h typedef Vector<RenderedDocumentMarker> MarkerList; Vector 92 Source/core/dom/DocumentMarkerController.h typedef Vector<OwnPtr<MarkerList>, DocumentMarker::MarkerTypeIndexesCount> MarkerLists; Vector 134 Source/core/dom/DocumentOrderedMap.cpp const Vector<Element*>& DocumentOrderedMap::getAllElementsById(StringImpl* key, const TreeScope* scope) const Vector 138 Source/core/dom/DocumentOrderedMap.cpp DEFINE_STATIC_LOCAL(Vector<Element*>, emptyVector, ()); Vector 52 Source/core/dom/DocumentOrderedMap.h const Vector<Element*>& getAllElementsById(StringImpl*, const TreeScope*) const; Vector 68 Source/core/dom/DocumentOrderedMap.h Vector<Element*> orderedList; Vector 113 Source/core/dom/Element.cpp typedef Vector<RefPtr<Attr> > AttrNodeList; Vector 812 Source/core/dom/Element.cpp Vector<FloatQuad> quads; Vector 847 Source/core/dom/Element.cpp Vector<FloatQuad> quads; Vector 857 Source/core/dom/Element.cpp Vector<FloatQuad> quads; Vector 1135 Source/core/dom/Element.cpp void Element::stripScriptingAttributes(Vector<Attribute>& attributeVector) const Vector 1152 Source/core/dom/Element.cpp void Element::parserSetAttributes(const Vector<Attribute>& attributeVector) Vector 1660 Source/core/dom/Element.cpp Vector<String> emptyVector; Vector 1661 Source/core/dom/Element.cpp const Vector<String>& oldCallbackSelectors = oldStyle ? oldStyle->callbackSelectors() : emptyVector; Vector 1662 Source/core/dom/Element.cpp const Vector<String>& newCallbackSelectors = newStyle ? newStyle->callbackSelectors() : emptyVector; Vector 1931 Source/core/dom/Element.cpp const Vector<RefPtr<Attr> >& Element::attrNodeList() Vector 230 Source/core/dom/Element.h const Vector<RefPtr<Attr> >& attrNodeList(); Vector 298 Source/core/dom/Element.h void parserSetAttributes(const Vector<Attribute>&); Vector 301 Source/core/dom/Element.h void stripScriptingAttributes(Vector<Attribute>&) const; Vector 150 Source/core/dom/ElementData.cpp ShareableElementData::ShareableElementData(const Vector<Attribute>& attributes) Vector 176 Source/core/dom/ElementData.cpp PassRefPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vector<Attribute>& attributes) Vector 124 Source/core/dom/ElementData.h static PassRefPtr<ShareableElementData> createWithAttributes(const Vector<Attribute>&); Vector 126 Source/core/dom/ElementData.h explicit ShareableElementData(const Vector<Attribute>&); Vector 164 Source/core/dom/ElementData.h Vector<Attribute, 4> m_attributeVector; Vector 34 Source/core/dom/ElementDataCache.cpp inline unsigned attributeHash(const Vector<Attribute>& attributes) Vector 39 Source/core/dom/ElementDataCache.cpp inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElementData& elementData) Vector 46 Source/core/dom/ElementDataCache.cpp PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes) Vector 48 Source/core/dom/ElementDataCache.h PassRefPtr<ShareableElementData> cachedShareableElementDataWithAttributes(const Vector<Attribute>&); Vector 136 Source/core/dom/ExecutionContext.cpp m_pendingExceptions = adoptPtr(new Vector<OwnPtr<PendingException> >()); Vector 152 Source/core/dom/ExecutionContext.h OwnPtr<Vector<OwnPtr<PendingException> > > m_pendingExceptions; Vector 271 Source/core/dom/FullscreenElementStack.cpp Vector<RefPtr<Element> > replacementFullscreenElementStack; Vector 110 Source/core/dom/FullscreenElementStack.h Vector<RefPtr<Element> > m_fullScreenElementStack; Vector 47 Source/core/dom/IconURL.cpp IconURL result(url, Vector<IntSize>(), emptyString(), Favicon); Vector 48 Source/core/dom/IconURL.h Vector<IntSize> m_sizes; Vector 59 Source/core/dom/IconURL.h IconURL(const KURL& url, const Vector<IntSize>& sizes, const String& mimeType, IconType type) Vector 72 Source/core/dom/IdTargetObserverRegistry.cpp Vector<IdTargetObserver*> copy; Vector 74 Source/core/dom/IdTargetObserverRegistry.cpp for (Vector<IdTargetObserver*>::const_iterator it = copy.begin(); it != copy.end(); ++it) { Vector 66 Source/core/dom/MainThreadTaskRunner.h Vector<OwnPtr<ExecutionContextTask> > m_pendingTasks; Vector 54 Source/core/dom/MessagePort.h typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; Vector 57 Source/core/dom/MessagePort.h typedef Vector<OwnPtr<blink::WebMessagePortChannel>, 1> MessagePortChannelArray; Vector 46 Source/core/dom/MutationCallback.h virtual void call(const Vector<RefPtr<MutationRecord> >&, MutationObserver*) = 0; Vector 143 Source/core/dom/MutationObserver.cpp Vector<RefPtr<MutationRecord> > MutationObserver::takeRecords() Vector 145 Source/core/dom/MutationObserver.cpp Vector<RefPtr<MutationRecord> > records; Vector 227 Source/core/dom/MutationObserver.cpp Vector<MutationObserverRegistration*, 1> transientRegistrations; Vector 238 Source/core/dom/MutationObserver.cpp Vector<RefPtr<MutationRecord> > records; Vector 252 Source/core/dom/MutationObserver.cpp Vector<RefPtr<MutationObserver> > suspended; Vector 265 Source/core/dom/MutationObserver.cpp Vector<RefPtr<MutationObserver> > observers; Vector 81 Source/core/dom/MutationObserver.h Vector<RefPtr<MutationRecord> > takeRecords(); Vector 98 Source/core/dom/MutationObserver.h Vector<RefPtr<MutationRecord> > m_records; Vector 44 Source/core/dom/NamedNodesCollection.h static PassRefPtr<NodeList> create(const Vector<RefPtr<Element> >& nodes) Vector 53 Source/core/dom/NamedNodesCollection.h explicit NamedNodesCollection(const Vector<RefPtr<Element> >& nodes) Vector 56 Source/core/dom/NamedNodesCollection.h Vector<RefPtr<Element> > m_nodes; Vector 597 Source/core/dom/Node.cpp Vector<IntRect> rects; Vector 1548 Source/core/dom/Node.cpp Vector<const Node*, 16> chain1; Vector 1549 Source/core/dom/Node.cpp Vector<const Node*, 16> chain2; Vector 1743 Source/core/dom/Node.cpp Vector<const Node*, 16> chain; Vector 1911 Source/core/dom/Node.cpp Vector<AtomicString> types = listenerMap.eventTypes(); Vector 1943 Source/core/dom/Node.cpp if (Vector<OwnPtr<MutationObserverRegistration> >* registry = mutationObserverRegistry()) { Vector 2031 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >* Node::mutationObserverRegistry() Vector 2081 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >& registry = ensureRareData().ensureMutationObserverData().registry; Vector 2099 Source/core/dom/Node.cpp Vector<OwnPtr<MutationObserverRegistration> >* registry = mutationObserverRegistry(); Vector 2138 Source/core/dom/Node.cpp if (Vector<OwnPtr<MutationObserverRegistration> >* registry = node->mutationObserverRegistry()) { Vector 2414 Source/core/dom/Node.cpp Vector<InsertionPoint*, 8> insertionPoints; Vector 2416 Source/core/dom/Node.cpp Vector<RefPtr<Node> > filteredInsertionPoints; Vector 822 Source/core/dom/Node.h Vector<OwnPtr<MutationObserverRegistration> >* mutationObserverRegistry(); Vector 215 Source/core/dom/NodeRareData.h Vector<OwnPtr<MutationObserverRegistration> > registry; Vector 248 Source/core/dom/NodeRenderingTraversal.cpp const Vector<RefPtr<Element> >& topLayerElements = element->document().topLayerElements(); Vector 49 Source/core/dom/PresentationAttributeStyle.cpp Vector<std::pair<StringImpl*, AtomicString>, 3> attributesAndValues; Vector 671 Source/core/dom/Range.cpp typedef Vector<RefPtr<Node> > NodeVector; Vector 841 Source/core/dom/Range.cpp Vector<RefPtr<Node> > nodes; Vector 854 Source/core/dom/Range.cpp void Range::processNodes(ActionType action, Vector<RefPtr<Node> >& nodes, PassRefPtr<Node> oldContainer, PassRefPtr<Node> newContainer, ExceptionState& exceptionState) Vector 873 Source/core/dom/Range.cpp typedef Vector<RefPtr<Node> > NodeVector; Vector 876 Source/core/dom/Range.cpp Vector<RefPtr<Node> > ancestors; Vector 881 Source/core/dom/Range.cpp for (Vector<RefPtr<Node> >::const_iterator it = ancestors.begin(); it != ancestors.end(); ++it) { Vector 1506 Source/core/dom/Range.cpp Vector<IntRect> rects; Vector 1514 Source/core/dom/Range.cpp void Range::textRects(Vector<IntRect>& rects, bool useSelectionHeight, RangeInFixedPosition* inFixed) const Vector 1546 Source/core/dom/Range.cpp void Range::textQuads(Vector<FloatQuad>& quads, bool useSelectionHeight, RangeInFixedPosition* inFixed) const Vector 1818 Source/core/dom/Range.cpp Vector<FloatQuad> quads; Vector 1829 Source/core/dom/Range.cpp void Range::getBorderAndTextQuads(Vector<FloatQuad>& quads) const Vector 1845 Source/core/dom/Range.cpp Vector<FloatQuad> elementQuads; Vector 1858 Source/core/dom/Range.cpp Vector<FloatQuad> textQuads; Vector 1875 Source/core/dom/Range.cpp Vector<FloatQuad> quads; Vector 124 Source/core/dom/Range.h void textRects(Vector<IntRect>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const; Vector 128 Source/core/dom/Range.h void textQuads(Vector<FloatQuad>&, bool useSelectionHeight = false, RangeInFixedPosition* = 0) const; Vector 129 Source/core/dom/Range.h void getBorderAndTextQuads(Vector<FloatQuad>&) const; Vector 170 Source/core/dom/Range.h static void processNodes(ActionType, Vector<RefPtr<Node> >&, PassRefPtr<Node> oldContainer, PassRefPtr<Node> newContainer, ExceptionState&); Vector 123 Source/core/dom/ScriptRunner.cpp Vector<PendingScript> scripts; Vector 63 Source/core/dom/ScriptRunner.h Vector<PendingScript> m_scriptsToExecuteInOrder; Vector 64 Source/core/dom/ScriptRunner.h Vector<PendingScript> m_scriptsToExecuteSoon; // http://www.whatwg.org/specs/web-apps/current-work/#set-of-scripts-that-will-execute-as-soon-as-possible Vector 72 Source/core/dom/ScriptedAnimationController.h typedef Vector<OwnPtr<RequestAnimationFrameCallback> > CallbackList; Vector 54 Source/core/dom/SelectorQuery.cpp typedef Vector<RefPtr<Node> > OutputType; Vector 139 Source/core/dom/SelectorQuery.cpp Vector<RefPtr<Node> > result; Vector 422 Source/core/dom/SelectorQuery.cpp const Vector<Element*>& elements = rootNode.treeScope().getAllElementsById(idToMatch); Vector 82 Source/core/dom/SelectorQuery.h Vector<const CSSSelector*> m_selectors; Vector 65 Source/core/dom/SpaceSplitString.h Vector<AtomicString, 4> m_vector; Vector 36 Source/core/dom/StaticNodeList.cpp PassRefPtr<StaticNodeList> StaticNodeList::adopt(Vector<RefPtr<Node> >& nodes) Vector 44 Source/core/dom/StaticNodeList.h static PassRefPtr<StaticNodeList> adopt(Vector<RefPtr<Node> >& nodes); Vector 66 Source/core/dom/StaticNodeList.h Vector<RefPtr<Node> > m_nodes; Vector 145 Source/core/dom/TreeScope.cpp const Vector<Element*>& TreeScope::getAllElementsById(const AtomicString& elementId) const Vector 147 Source/core/dom/TreeScope.cpp DEFINE_STATIC_LOCAL(Vector<Element*>, emptyVector, ()); Vector 374 Source/core/dom/TreeScope.cpp Vector<const TreeScope*, 16> chain1; Vector 375 Source/core/dom/TreeScope.cpp Vector<const TreeScope*, 16> chain2; Vector 411 Source/core/dom/TreeScope.cpp static void listTreeScopes(Node* node, Vector<TreeScope*, 5>& treeScopes) Vector 430 Source/core/dom/TreeScope.cpp Vector<TreeScope*, 5> treeScopesA; Vector 433 Source/core/dom/TreeScope.cpp Vector<TreeScope*, 5> treeScopesB; Vector 61 Source/core/dom/TreeScope.h const Vector<Element*>& getAllElementsById(const AtomicString&) const; Vector 68 Source/core/dom/TreeScopeAdopter.cpp const Vector<RefPtr<Attr> >& attrs = toElement(node)->attrNodeList(); Vector 48 Source/core/dom/custom/CustomElement.cpp Vector<AtomicString>& CustomElement::embedderCustomElementNames() Vector 50 Source/core/dom/custom/CustomElement.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, names, ()); Vector 68 Source/core/dom/custom/CustomElement.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, reservedNames, ()); Vector 75 Source/core/dom/custom/CustomElement.h static Vector<AtomicString>& embedderCustomElementNames(); Vector 104 Source/core/dom/custom/CustomElementCallbackDispatcher.h Vector<CustomElementCallbackQueue*> m_flattenedProcessingStack; Vector 71 Source/core/dom/custom/CustomElementCallbackQueue.h Vector<OwnPtr<CustomElementProcessingStep> > m_queue; Vector 85 Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp for (Vector<CustomElementCallbackQueue*>::iterator it = m_elements.begin();it != m_elements.end(); ++it) { Vector 50 Source/core/dom/custom/CustomElementMicrotaskDispatcher.h Vector<CustomElementCallbackQueue*> m_elements; Vector 53 Source/core/dom/custom/CustomElementMicrotaskQueue.h Vector<OwnPtr<CustomElementMicrotaskStep> > m_queue; Vector 63 Source/core/dom/shadow/ContentDistribution.h const Vector<RefPtr<Node> >& nodes() const { return m_nodes; } Vector 66 Source/core/dom/shadow/ContentDistribution.h Vector<RefPtr<Node> > m_nodes; Vector 51 Source/core/dom/shadow/ElementShadow.cpp Vector<Node*, 32> m_nodes; Vector 52 Source/core/dom/shadow/ElementShadow.cpp Vector<bool, 32> m_distributed; Vector 295 Source/core/dom/shadow/ElementShadow.cpp Vector<HTMLShadowElement*, 32> shadowInsertionPoints; Vector 300 Source/core/dom/shadow/ElementShadow.cpp const Vector<RefPtr<InsertionPoint> >& insertionPoints = root->descendantInsertionPoints(); Vector 155 Source/core/dom/shadow/InsertionPoint.cpp const Vector<RefPtr<InsertionPoint> >& insertionPoints = shadowRoot->descendantInsertionPoints(); Vector 178 Source/core/dom/shadow/InsertionPoint.cpp Vector<RefPtr<Node> > nodes; Vector 271 Source/core/dom/shadow/InsertionPoint.cpp void collectDestinationInsertionPoints(const Node& node, Vector<InsertionPoint*, 8>& results) Vector 84 Source/core/dom/shadow/InsertionPoint.h typedef Vector<RefPtr<InsertionPoint> > DestinationInsertionPoints; Vector 114 Source/core/dom/shadow/InsertionPoint.h void collectDestinationInsertionPoints(const Node&, Vector<InsertionPoint*, 8>& results); Vector 336 Source/core/dom/shadow/ShadowRoot.cpp const Vector<RefPtr<InsertionPoint> >& ShadowRoot::descendantInsertionPoints() Vector 338 Source/core/dom/shadow/ShadowRoot.cpp DEFINE_STATIC_LOCAL(const Vector<RefPtr<InsertionPoint> >, emptyList, ()); Vector 348 Source/core/dom/shadow/ShadowRoot.cpp Vector<RefPtr<InsertionPoint> > insertionPoints; Vector 103 Source/core/dom/shadow/ShadowRoot.h const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints(); Vector 66 Source/core/dom/shadow/ShadowRootRareData.h const Vector<RefPtr<InsertionPoint> >& descendantInsertionPoints() { return m_descendantInsertionPoints; } Vector 67 Source/core/dom/shadow/ShadowRootRareData.h void setDescendantInsertionPoints(Vector<RefPtr<InsertionPoint> >& list) { m_descendantInsertionPoints.swap(list); } Vector 78 Source/core/dom/shadow/ShadowRootRareData.h Vector<RefPtr<InsertionPoint> > m_descendantInsertionPoints; Vector 382 Source/core/editing/ApplyStyleCommand.cpp Vector<RefPtr<HTMLElement> > unstyledSpans; Vector 758 Source/core/editing/ApplyStyleCommand.cpp Vector<InlineRunToApplyStyle> runs; Vector 940 Source/core/editing/ApplyStyleCommand.cpp Vector<QualifiedName> attributes; Vector 962 Source/core/editing/ApplyStyleCommand.cpp Vector<CSSPropertyID> properties; Vector 1037 Source/core/editing/ApplyStyleCommand.cpp Vector<RefPtr<Element> > elementsToPushDown; Vector 1524 Source/core/editing/ApplyStyleCommand.cpp Vector<RefPtr<Text> > textNodes; Vector 131 Source/core/editing/BreakBlockquoteCommand.cpp Vector<RefPtr<Element> > ancestors; Vector 354 Source/core/editing/CompositeEditCommand.cpp Vector<RefPtr<Node> > children; Vector 490 Source/core/editing/CompositeEditCommand.cpp static void copyMarkers(const Vector<DocumentMarker*>& markerPointers, Vector<DocumentMarker>& markers) Vector 502 Source/core/editing/CompositeEditCommand.cpp Vector<DocumentMarker> markers; Vector 715 Source/core/editing/CompositeEditCommand.cpp Vector<InlineTextBox*> sortedTextBoxes; Vector 792 Source/core/editing/CompositeEditCommand.cpp Vector<RefPtr<Text> > nodes; Vector 980 Source/core/editing/CompositeEditCommand.cpp Vector<RefPtr<Node> > ancestors; Vector 65 Source/core/editing/CompositeEditCommand.h Vector<RefPtr<SimpleEditCommand> > m_commands; Vector 165 Source/core/editing/CompositeEditCommand.h Vector<RefPtr<EditCommand> > m_commands; Vector 97 Source/core/editing/EditingStyle.cpp static const Vector<CSSPropertyID>& allEditingProperties() Vector 99 Source/core/editing/EditingStyle.cpp DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ()); Vector 108 Source/core/editing/EditingStyle.cpp static const Vector<CSSPropertyID>& inheritableEditingProperties() Vector 110 Source/core/editing/EditingStyle.cpp DEFINE_STATIC_LOCAL(Vector<CSSPropertyID>, properties, ()); Vector 720 Source/core/editing/EditingStyle.cpp bool EditingStyle::conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const Vector 773 Source/core/editing/EditingStyle.cpp static const Vector<OwnPtr<HTMLElementEquivalent> >& htmlElementEquivalents() Vector 775 Source/core/editing/EditingStyle.cpp DEFINE_STATIC_LOCAL(Vector<OwnPtr<HTMLElementEquivalent> >, HTMLElementEquivalents, ()); Vector 799 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& HTMLElementEquivalents = htmlElementEquivalents(); Vector 812 Source/core/editing/EditingStyle.cpp static const Vector<OwnPtr<HTMLAttributeEquivalent> >& htmlAttributeEquivalents() Vector 814 Source/core/editing/EditingStyle.cpp DEFINE_STATIC_LOCAL(Vector<OwnPtr<HTMLAttributeEquivalent> >, HTMLAttributeEquivalents, ()); Vector 836 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLAttributeEquivalent> >& HTMLAttributeEquivalents = htmlAttributeEquivalents(); Vector 847 Source/core/editing/EditingStyle.cpp EditingStyle* extractedStyle, Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle shouldExtractMatchingStyle) const Vector 855 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLAttributeEquivalent> >& HTMLAttributeEquivalents = htmlAttributeEquivalents(); Vector 889 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& HTMLElementEquivalents = htmlElementEquivalents(); Vector 903 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLAttributeEquivalent> >& HTMLAttributeEquivalents = htmlAttributeEquivalents(); Vector 1031 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLElementEquivalent> >& elementEquivalents = htmlElementEquivalents(); Vector 1037 Source/core/editing/EditingStyle.cpp const Vector<OwnPtr<HTMLAttributeEquivalent> >& attributeEquivalents = htmlAttributeEquivalents(); Vector 1170 Source/core/editing/EditingStyle.cpp Vector<CSSPropertyID> propertiesToRemove(propertyCount); Vector 114 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>& conflictingProperties) const Vector 121 Source/core/editing/EditingStyle.h Vector<QualifiedName>& conflictingAttributes, ShouldExtractMatchingStyle) const; Vector 155 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element*, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const; Vector 196 Source/core/editing/InputMethodController.cpp Vector<CompositionUnderline> underlines; Vector 227 Source/core/editing/InputMethodController.cpp void InputMethodController::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd) Vector 318 Source/core/editing/InputMethodController.cpp void InputMethodController::setCompositionFromExistingText(const Vector<CompositionUnderline>& underlines, unsigned compositionStart, unsigned compositionEnd) Vector 54 Source/core/editing/InputMethodController.h void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd); Vector 55 Source/core/editing/InputMethodController.h void setCompositionFromExistingText(const Vector<CompositionUnderline>&, unsigned compositionStart, unsigned compositionEnd); Vector 76 Source/core/editing/InputMethodController.h const Vector<CompositionUnderline>& customCompositionUnderlines() const { return m_customCompositionUnderlines; } Vector 104 Source/core/editing/InputMethodController.h Vector<CompositionUnderline> m_customCompositionUnderlines; Vector 122 Source/core/editing/InsertParagraphSeparatorCommand.cpp void InsertParagraphSeparatorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors) Vector 133 Source/core/editing/InsertParagraphSeparatorCommand.cpp PassRefPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert) Vector 251 Source/core/editing/InsertParagraphSeparatorCommand.cpp Vector<RefPtr<Element> > ancestors; Vector 296 Source/core/editing/InsertParagraphSeparatorCommand.cpp Vector<RefPtr<Element> > ancestors; Vector 49 Source/core/editing/InsertParagraphSeparatorCommand.h void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors); Vector 50 Source/core/editing/InsertParagraphSeparatorCommand.h PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert); Vector 99 Source/core/editing/MarkupAccumulator.cpp MarkupAccumulator::MarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs resolveUrlsMethod, const Range* range, SerializationType serializationType) Vector 111 Source/core/editing/MarkupAccumulator.cpp String MarkupAccumulator::serializeNodes(Node& targetNode, EChildrenOnly childrenOnly, Vector<QualifiedName>* tagNamesToSkip) Vector 125 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip) Vector 185 Source/core/editing/MarkupAccumulator.cpp size_t MarkupAccumulator::totalLength(const Vector<String>& strings) Vector 69 Source/core/editing/MarkupAccumulator.h MarkupAccumulator(Vector<Node*>*, EAbsoluteURLs, const Range* = 0, SerializationType = AsOwnerDocument); Vector 72 Source/core/editing/MarkupAccumulator.h String serializeNodes(Node& targetNode, EChildrenOnly, Vector<QualifiedName>* tagNamesToSkip = 0); Vector 82 Source/core/editing/MarkupAccumulator.h static size_t totalLength(const Vector<String>&); Vector 105 Source/core/editing/MarkupAccumulator.h Vector<Node*>* const m_nodes; Vector 111 Source/core/editing/MarkupAccumulator.h void serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly, const Namespaces*, Vector<QualifiedName>* tagNamesToSkip); Vector 52 Source/core/editing/MergeIdenticalElementsCommand.cpp Vector<RefPtr<Node> > children; Vector 80 Source/core/editing/MergeIdenticalElementsCommand.cpp Vector<RefPtr<Node> > children; Vector 44 Source/core/editing/RemoveNodePreservingChildrenCommand.cpp Vector<RefPtr<Node> > children; Vector 270 Source/core/editing/ReplaceSelectionCommand.cpp Vector<RefPtr<Node> > unrendered; Vector 479 Source/core/editing/ReplaceSelectionCommand.cpp Vector<QualifiedName> attributes; Vector 45 Source/core/editing/SimplifyMarkupCommand.cpp Vector<RefPtr<Node> > nodesToRemove; Vector 101 Source/core/editing/SimplifyMarkupCommand.cpp int SimplifyMarkupCommand::pruneSubsequentAncestorsToRemove(Vector<RefPtr<Node> >& nodesToRemove, size_t startNodeIndex) Vector 44 Source/core/editing/SimplifyMarkupCommand.h int pruneSubsequentAncestorsToRemove(Vector<RefPtr<Node> >& nodesToRemove, size_t startNodeIndex); Vector 45 Source/core/editing/SpellCheckRequester.cpp const Vector<uint32_t>& documentMarkersInRange, Vector 46 Source/core/editing/SpellCheckRequester.cpp const Vector<unsigned>& documentMarkerOffsets, Vector 71 Source/core/editing/SpellCheckRequester.cpp const Vector<DocumentMarker*>& markers = checkingRange->ownerDocument().markers().markersInRange(checkingRange.get(), DocumentMarker::SpellCheckClientMarkers()); Vector 72 Source/core/editing/SpellCheckRequester.cpp Vector<uint32_t> hashes(markers.size()); Vector 73 Source/core/editing/SpellCheckRequester.cpp Vector<unsigned> offsets(markers.size()); Vector 87 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequest::didSucceed(const Vector<TextCheckingResult>& results) Vector 227 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequester::didCheck(int sequence, const Vector<TextCheckingResult>& results) Vector 246 Source/core/editing/SpellCheckRequester.cpp void SpellCheckRequester::didCheckSucceed(int sequence, const Vector<TextCheckingResult>& results) Vector 262 Source/core/editing/SpellCheckRequester.cpp Vector<TextCheckingResult> results; Vector 59 Source/core/editing/SpellCheckRequester.h virtual void didSucceed(const Vector<TextCheckingResult>&) OVERRIDE; Vector 65 Source/core/editing/SpellCheckRequester.h SpellCheckRequest(PassRefPtrWillBeRawPtr<Range> checkingRange, PassRefPtrWillBeRawPtr<Range> paragraphRange, const String&, TextCheckingTypeMask, TextCheckingProcessType, const Vector<uint32_t>& documentMarkersInRange, const Vector<unsigned>& documentMarkerOffsets, int requestNumber); Vector 107 Source/core/editing/SpellCheckRequester.h void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&); Vector 109 Source/core/editing/SpellCheckRequester.h void didCheck(int sequence, const Vector<TextCheckingResult>&); Vector 521 Source/core/editing/SpellChecker.cpp Vector<TextCheckingResult> results; Vector 527 Source/core/editing/SpellChecker.cpp void SpellChecker::markAndReplaceFor(PassRefPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results) Vector 813 Source/core/editing/SpellChecker.cpp Vector<DocumentMarker*> markers = m_frame.document()->markers().markersFor(node); Vector 65 Source/core/editing/SpellChecker.h void markAndReplaceFor(PassRefPtr<SpellCheckRequest>, const Vector<TextCheckingResult>&); Vector 52 Source/core/editing/SplitElementCommand.cpp Vector<RefPtr<Node> > children; Vector 85 Source/core/editing/SplitElementCommand.cpp Vector<RefPtr<Node> > children; Vector 46 Source/core/editing/TextCheckingHelper.cpp static void findBadGrammars(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) Vector 54 Source/core/editing/TextCheckingHelper.cpp Vector<GrammarDetail> badGrammarDetails; Vector 72 Source/core/editing/TextCheckingHelper.cpp static void findMisspellings(TextCheckerClient& client, const UChar* text, int start, int length, Vector<TextCheckingResult>& results) Vector 341 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> results; Vector 413 Source/core/editing/TextCheckingHelper.cpp int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const Vector 467 Source/core/editing/TextCheckingHelper.cpp Vector<GrammarDetail> grammarDetails; Vector 533 Source/core/editing/TextCheckingHelper.cpp void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask checkingTypes, Vector<TextCheckingResult>& results) Vector 535 Source/core/editing/TextCheckingHelper.cpp Vector<UChar> characters; Vector 539 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> spellingResult; Vector 543 Source/core/editing/TextCheckingHelper.cpp Vector<TextCheckingResult> grammarResult; Vector 98 Source/core/editing/TextCheckingHelper.h int findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const; Vector 102 Source/core/editing/TextCheckingHelper.h void checkTextOfParagraph(TextCheckerClient&, const String&, TextCheckingTypeMask, Vector<TextCheckingResult>&); Vector 93 Source/core/editing/TextIterator.cpp Vector<UChar> m_target; Vector 96 Source/core/editing/TextIterator.cpp Vector<UChar> m_buffer; Vector 104 Source/core/editing/TextIterator.cpp Vector<UChar> m_normalizedTarget; Vector 105 Source/core/editing/TextIterator.cpp mutable Vector<UChar> m_normalizedMatch; Vector 227 Source/core/editing/TextIterator.cpp Vector<Node*, 100> ancestry; Vector 2088 Source/core/editing/TextIterator.cpp Vector<UChar, 1024> characters; Vector 69 Source/core/editing/TextIterator.h Vector<unsigned, 1> m_words; Vector 183 Source/core/editing/TextIterator.h Vector<InlineTextBox*> m_sortedTextBoxes; Vector 360 Source/core/editing/TextIterator.h Vector<UChar> m_buffer; Vector 64 Source/core/editing/TextIteratorTest.cpp Vector<String> iterate(TextIteratorBehavior = TextIteratorDefaultBehavior); Vector 82 Source/core/editing/TextIteratorTest.cpp Vector<String> TextIteratorTest::iterate(TextIteratorBehavior iteratorBehavior) Vector 88 Source/core/editing/TextIteratorTest.cpp Vector<String> textChunks; Vector 113 Source/core/editing/TextIteratorTest.cpp Vector<String> createVectorString(const char* const* rawStrings, size_t size) Vector 115 Source/core/editing/TextIteratorTest.cpp Vector<String> result; Vector 137 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 151 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 166 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 183 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 200 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 216 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 233 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 251 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 269 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 286 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 304 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 324 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 346 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 360 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks; // Empty. Vector 378 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 399 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); Vector 423 Source/core/editing/TextIteratorTest.cpp Vector<String> expectedTextChunks; // Empty. Vector 138 Source/core/editing/VisibleUnits.cpp const Vector<InlineBox*>& collectBoxes(const RootInlineBox*); Vector 142 Source/core/editing/VisibleUnits.cpp Vector<InlineBox*> m_leafBoxes; Vector 188 Source/core/editing/VisibleUnits.cpp const Vector<InlineBox*>& CachedLogicallyOrderedLeafBoxes::collectBoxes(const RootInlineBox* root) Vector 289 Source/core/editing/VisibleUnits.cpp int& previousBoxLength, bool& previousBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogicallyOrderedLeafBoxes& leafBoxes) Vector 310 Source/core/editing/VisibleUnits.cpp bool& nextBoxInDifferentBlock, Vector<UChar, 1024>& string, CachedLogicallyOrderedLeafBoxes& leafBoxes) Vector 360 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> string; Vector 462 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> string; Vector 472 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> characters; Vector 500 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> iteratorString; Vector 542 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> string; Vector 550 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> characters; Vector 576 Source/core/editing/VisibleUnits.cpp Vector<UChar, 1024> iteratorString; Vector 44 Source/core/editing/WrapContentsInDummySpanCommand.cpp Vector<RefPtr<Node> > children; Vector 69 Source/core/editing/WrapContentsInDummySpanCommand.cpp Vector<RefPtr<Node> > children; Vector 96 Source/core/editing/markup.cpp Vector<AttributeChange> changes; Vector 120 Source/core/editing/markup.cpp StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs, EAnnotateForInterchange, const Range*, Node* highestNodeToBeSerialized = 0); Vector 146 Source/core/editing/markup.cpp Vector<String> m_reversedPrecedingMarkup; Vector 152 Source/core/editing/markup.cpp inline StyledMarkupAccumulator::StyledMarkupAccumulator(Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, EAnnotateForInterchange shouldAnnotate, Vector 343 Source/core/editing/markup.cpp Vector<Node*> ancestorsToClose; Vector 544 Source/core/editing/markup.cpp static String createMarkupInternal(Document& document, const Range* range, const Range* updatedRange, Vector<Node*>* nodes, Vector 627 Source/core/editing/markup.cpp String createMarkup(const Range* range, Vector<Node*>* nodes, EAnnotateForInterchange shouldAnnotate, bool convertBlocksToInlines, EAbsoluteURLs shouldResolveURLs, Node* constrainingAncestor) Vector 737 Source/core/editing/markup.cpp String createMarkup(const Node* node, EChildrenOnly childrenOnly, Vector<Node*>* nodes, EAbsoluteURLs shouldResolveURLs, Vector<QualifiedName>* tagNamesToSkip) Vector 757 Source/core/editing/markup.cpp Vector<String> tabList; Vector 858 Source/core/editing/markup.cpp Vector<String> list; Vector 64 Source/core/editing/markup.h String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = 0); Vector 65 Source/core/editing/markup.h String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0); Vector 44 Source/core/events/CompositionEvent.cpp CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) Vector 79 Source/core/events/CompositionEvent.cpp void CompositionEvent::initializeSegments(const Vector<CompositionUnderline>* underlines) Vector 48 Source/core/events/CompositionEvent.h static PassRefPtrWillBeRawPtr<CompositionEvent> create(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, const Vector<CompositionUnderline>& underlines) Vector 65 Source/core/events/CompositionEvent.h const Vector<unsigned>& getSegments() const { return m_segments; } Vector 73 Source/core/events/CompositionEvent.h CompositionEvent(const AtomicString& type, PassRefPtrWillBeRawPtr<AbstractView>, const String&, const Vector<CompositionUnderline>& underlines); Vector 75 Source/core/events/CompositionEvent.h void initializeSegments(const Vector<CompositionUnderline>* = 0); Vector 80 Source/core/events/CompositionEvent.h Vector<unsigned> m_segments; Vector 99 Source/core/events/EventListenerMap.cpp Vector<AtomicString> EventListenerMap::eventTypes() const Vector 101 Source/core/events/EventListenerMap.cpp Vector<AtomicString> types; Vector 45 Source/core/events/EventListenerMap.h typedef Vector<RegisteredEventListener, 1> EventListenerVector; Vector 59 Source/core/events/EventListenerMap.h Vector<AtomicString> eventTypes() const; Vector 69 Source/core/events/EventListenerMap.h Vector<std::pair<AtomicString, OwnPtr<EventListenerVector> >, 2> m_entries; Vector 140 Source/core/events/EventPath.cpp Vector<InsertionPoint*, 8> insertionPoints; Vector 253 Source/core/events/EventPath.cpp Vector<TreeScope*, 32> parentTreeScopes; Vector 265 Source/core/events/EventPath.cpp for (Vector<TreeScope*, 32>::iterator iter = parentTreeScopes.begin(); iter < parentTreeScopes.end(); ++iter) Vector 321 Source/core/events/EventPath.cpp Vector<TreeScope*> treeScopes; Vector 346 Source/core/events/EventPath.cpp void EventPath::adjustTouchList(const Node* node, const TouchList* touchList, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const Vector<TreeScope*>& treeScopes) Vector 84 Source/core/events/EventPath.h void adjustTouchList(const Node*, const TouchList*, WillBeHeapVector<RawPtrWillBeMember<TouchList> > adjustedTouchList, const Vector<TreeScope*>& treeScopes); Vector 98 Source/core/events/EventPath.h Vector<NodeEventContext, 64> m_nodeEventContexts; Vector 101 Source/core/events/EventPath.h Vector<RefPtr<TreeScopeEventContext> > m_treeScopeEventContexts; Vector 57 Source/core/events/EventSender.h Vector<T*> m_dispatchSoonList; Vector 58 Source/core/events/EventSender.h Vector<T*> m_dispatchingList; Vector 352 Source/core/events/EventTarget.cpp Vector<AtomicString> EventTarget::eventTypes() Vector 355 Source/core/events/EventTarget.cpp return d ? d->eventListenerMap.eventTypes() : Vector<AtomicString>(); Vector 87 Source/core/events/EventTarget.h typedef Vector<FiringEventIterator, 1> FiringEventIteratorVector; Vector 133 Source/core/events/EventTarget.h Vector<AtomicString> eventTypes(); Vector 72 Source/core/events/ScopedEventQueue.cpp Vector<RefPtr<EventDispatchMediator> > queuedEventDispatchMediators; Vector 60 Source/core/events/ScopedEventQueue.h Vector<RefPtr<EventDispatchMediator> > m_queuedEventDispatchMediators; Vector 42 Source/core/events/TreeScopeEventContext.cpp Vector<RefPtr<Node> > nodes; Vector 84 Source/core/events/TreeScopeEventContext.h Vector<TreeScopeEventContext*> m_children; Vector 56 Source/core/fetch/CachedMetadata.h const Vector<char>& serialize() const Vector 121 Source/core/fetch/CachedMetadata.h Vector<char> m_serializedData; Vector 203 Source/core/fetch/CrossOriginAccessControl.cpp Vector<String> headers; Vector 226 Source/core/fetch/MemoryCache.h Vector<LRUList, 32> m_allResources; Vector 402 Source/core/fetch/Resource.cpp const Vector<char>& serializedData = m_cachedMetadata->serialize(); Vector 673 Source/core/fetch/Resource.cpp Vector<ResourceClient*> clientsToMove; Vector 879 Source/core/fetch/Resource.cpp Vector<ResourcePtr<Resource> > resources; Vector 321 Source/core/fetch/Resource.h const Vector<RedirectPair>& redirectChain() const { return m_redirectChain; } Vector 397 Source/core/fetch/Resource.h Vector<RedirectPair> m_redirectChain; Vector 63 Source/core/fetch/ResourceClientWalker.h Vector<ResourceClient*> m_clientVector; Vector 1073 Source/core/fetch/ResourceFetcher.cpp typedef Vector<String, 10> StringVector; Vector 82 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp Vector<RenderObject*> objectsToRemove; Vector 90 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp for (Vector<RenderObject*>::iterator it = objectsToRemove.begin(); it != objectsToRemove.end(); ++it) Vector 40 Source/core/fetch/ResourceLoaderSet.cpp Vector<RefPtr<ResourceLoader> > loadersCopy; Vector 49 Source/core/fetch/ResourceLoaderSet.cpp Vector<RefPtr<ResourceLoader> > loadersCopy; Vector 44 Source/core/fileapi/FileList.cpp Vector<String> FileList::paths() const Vector 46 Source/core/fileapi/FileList.cpp Vector<String> paths; Vector 52 Source/core/fileapi/FileList.h Vector<String> paths() const; Vector 389 Source/core/fileapi/FileReaderLoader.cpp Vector<char> out; Vector 555 Source/core/frame/DOMWindow.cpp Vector<DOMWindowProperty*> properties; Vector 565 Source/core/frame/DOMWindow.cpp Vector<DOMWindowProperty*> properties; Vector 85 Source/core/frame/DOMWindow.h typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray; Vector 67 Source/core/frame/DOMWindowBase64.cpp Vector<char> out; Vector 51 Source/core/frame/DeviceSensorEventDispatcher.h Vector<DeviceSensorEventController*> m_controllers; Vector 1179 Source/core/frame/FrameView.cpp Vector<RefPtr<RenderWidget> > widgets; Vector 1493 Source/core/frame/FrameView.cpp Vector<IntRect> subRectsToUpdate = regionToUpdate.rects(); Vector 2390 Source/core/frame/FrameView.cpp void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const Vector 2537 Source/core/frame/FrameView.cpp Vector<AnnotatedRegionValue> newRegions; Vector 2876 Source/core/frame/FrameView.cpp Vector<RefPtr<FrameView> > frameViews; Vector 2882 Source/core/frame/FrameView.cpp const Vector<RefPtr<FrameView> >::iterator end = frameViews.end(); Vector 2883 Source/core/frame/FrameView.cpp for (Vector<RefPtr<FrameView> >::iterator it = frameViews.begin(); it != end; ++it) Vector 267 Source/core/frame/FrameView.h const Vector<IntRect>& trackedRepaintRects() const { return m_trackedRepaintRects; } Vector 319 Source/core/frame/FrameView.h void setTickmarks(const Vector<IntRect>& tickmarks) { m_tickmarks = tickmarks; } Vector 323 Source/core/frame/FrameView.h virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE; Vector 479 Source/core/frame/FrameView.h Vector<IntRect> m_trackedRepaintRects; Vector 520 Source/core/frame/FrameView.h Vector<IntRect> m_tickmarks; Vector 231 Source/core/frame/LocalFrame.cpp Vector<RefPtr<LocalFrame> > childFrames; Vector 112 Source/core/frame/SmartClip.cpp Vector<Node*> hitNodes; Vector 240 Source/core/frame/SmartClip.cpp void SmartClip::collectOverlappingChildNodes(Node* parentNode, const IntRect& cropRect, Vector<Node*>& hitNodes) Vector 77 Source/core/frame/SmartClip.h void collectOverlappingChildNodes(Node* parentNode, const IntRect& cropRect, Vector<Node*>& overlappingNodeInfoTable); Vector 479 Source/core/frame/csp/CSPDirectiveList.cpp Vector<UChar> characters; Vector 540 Source/core/frame/csp/CSPDirectiveList.cpp Vector<UChar> characters; Vector 590 Source/core/frame/csp/CSPDirectiveList.cpp Vector<UChar> characters; Vector 64 Source/core/frame/csp/CSPDirectiveList.h const Vector<KURL>& reportURIs() const { return m_reportURIs; } Vector 133 Source/core/frame/csp/CSPDirectiveList.h Vector<KURL> m_reportURIs; Vector 357 Source/core/frame/csp/CSPSourceList.cpp Vector<char> hashVector; Vector 51 Source/core/frame/csp/CSPSourceList.h Vector<CSPSource> m_list; Vector 182 Source/core/frame/csp/ContentSecurityPolicy.cpp Vector<UChar> characters; Vector 602 Source/core/frame/csp/ContentSecurityPolicy.cpp void ContentSecurityPolicy::reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header) Vector 58 Source/core/frame/csp/ContentSecurityPolicy.h typedef Vector<OwnPtr<CSPDirectiveList> > CSPDirectiveListVector; Vector 160 Source/core/frame/csp/ContentSecurityPolicy.h void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const Vector<KURL>& reportURIs, const String& header); Vector 19 Source/core/frame/csp/MediaListDirective.cpp Vector<UChar> characters; Vector 20 Source/core/frame/csp/SourceListDirective.cpp Vector<UChar> characters; Vector 70 Source/core/html/FormDataList.cpp Vector<char> encodedData; Vector 79 Source/core/html/FormDataList.cpp Vector<char> header; Vector 54 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsById(name)) { Vector 60 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsByName(name)) { Vector 70 Source/core/html/HTMLAllCollection.cpp Vector<RefPtr<Element> > namedItems; Vector 125 Source/core/html/HTMLAppletElement.cpp Vector<String> paramNames; Vector 126 Source/core/html/HTMLAppletElement.cpp Vector<String> paramValues; Vector 65 Source/core/html/HTMLAreaElement.h Vector<Length> m_coords; Vector 390 Source/core/html/HTMLCollection.cpp Vector<Element*>* idResults = cache.getElementsById(name); Vector 394 Source/core/html/HTMLCollection.cpp Vector<Element*>* nameResults = cache.getElementsByName(name); Vector 406 Source/core/html/HTMLCollection.cpp void HTMLCollection::supportedPropertyNames(Vector<String>& names) Vector 435 Source/core/html/HTMLCollection.cpp void HTMLCollection::namedPropertyEnumerator(Vector<String>& names, ExceptionState&) Vector 458 Source/core/html/HTMLCollection.cpp void HTMLCollection::namedItems(const AtomicString& name, Vector<RefPtr<Element> >& result) const Vector 467 Source/core/html/HTMLCollection.cpp Vector<Element*>* idResults = cache.getElementsById(name); Vector 468 Source/core/html/HTMLCollection.cpp Vector<Element*>* nameResults = cache.getElementsByName(name); Vector 52 Source/core/html/HTMLCollection.h void namedPropertyEnumerator(Vector<String>& names, ExceptionState&); Vector 55 Source/core/html/HTMLCollection.h void namedItems(const AtomicString& name, Vector<RefPtr<Element> >&) const; Vector 70 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); } Vector 71 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsByName(const AtomicString& name) const { return m_nameCache.get(name.impl()); } Vector 76 Source/core/html/HTMLCollection.h typedef HashMap<StringImpl*, OwnPtr<Vector<Element*> > > StringToElementsMap; Vector 79 Source/core/html/HTMLCollection.h OwnPtr<Vector<Element*> >& vector = map.add(key.impl(), nullptr).storedValue->value; Vector 81 Source/core/html/HTMLCollection.h vector = adoptPtr(new Vector<Element*>); Vector 92 Source/core/html/HTMLCollection.h virtual void supportedPropertyNames(Vector<String>& names); Vector 103 Source/core/html/HTMLContentElement.cpp static inline bool checkOneSelector(const CSSSelector& selector, const Vector<Node*, 32>& siblings, int nth) Vector 112 Source/core/html/HTMLContentElement.cpp bool HTMLContentElement::matchSelector(const Vector<Node*, 32>& siblings, int nth) const Vector 47 Source/core/html/HTMLContentElement.h bool canSelectNode(const Vector<Node*, 32>& siblings, int nth) const; Vector 60 Source/core/html/HTMLContentElement.h bool matchSelector(const Vector<Node*, 32>& siblings, int nth) const; Vector 82 Source/core/html/HTMLContentElement.h inline bool HTMLContentElement::canSelectNode(const Vector<Node*, 32>& siblings, int nth) const Vector 65 Source/core/html/HTMLDimension.cpp Vector<CharacterType> fractionNumbers; Vector 103 Source/core/html/HTMLDimension.cpp Vector<HTMLDimension> parseListOfDimensions(const String& input) Vector 115 Source/core/html/HTMLDimension.cpp return Vector<HTMLDimension>(); Vector 118 Source/core/html/HTMLDimension.cpp Vector<HTMLDimension> parsedDimensions; Vector 78 Source/core/html/HTMLDimension.h Vector<HTMLDimension> parseListOfDimensions(const String&); Vector 53 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("")); Vector 54 Source/core/html/HTMLDimensionTest.cpp ASSERT_EQ(Vector<HTMLDimension>(), result); Vector 59 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String(" \t")); Vector 66 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String(" \t%")); Vector 73 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("\t *")); Vector 80 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10")); Vector 88 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("50 %")); Vector 96 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("25*")); Vector 104 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10.054")); Vector 112 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("\t \t 10")); Vector 120 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String(" \r25*")); Vector 128 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("\n 25%")); Vector 136 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10.054%")); Vector 144 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10.054*")); Vector 152 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025%")); Vector 160 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025%")); Vector 168 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("1\n0 .025*")); Vector 176 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10. 0 25%")); Vector 184 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10.05\r25%")); Vector 192 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10,")); Vector 200 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10*,25 %")); Vector 209 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("10 * ,\t25 , 10.05\n5%")); Vector 219 Source/core/html/HTMLDimensionTest.cpp Vector<HTMLDimension> result = parseListOfDimensions(String("2*,,8.%")); Vector 303 Source/core/html/HTMLDocument.cpp void HTMLDocument::write(DOMWindow* callingWindow, const Vector<String>& text) Vector 312 Source/core/html/HTMLDocument.cpp void HTMLDocument::writeln(DOMWindow* callingWindow, const Vector<String>& text) Vector 76 Source/core/html/HTMLDocument.h void write(DOMWindow*, const Vector<String>& text); Vector 77 Source/core/html/HTMLDocument.h void writeln(DOMWindow*, const Vector<String>& text); Vector 838 Source/core/html/HTMLElement.cpp Vector<char, maxColorLength+2> digitBuffer; Vector 113 Source/core/html/HTMLEmbedElement.cpp void HTMLEmbedElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues) Vector 143 Source/core/html/HTMLEmbedElement.cpp Vector<String> paramNames; Vector 144 Source/core/html/HTMLEmbedElement.cpp Vector<String> paramValues; Vector 53 Source/core/html/HTMLEmbedElement.h void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues); Vector 123 Source/core/html/HTMLFieldSetElement.cpp const Vector<FormAssociatedElement*>& HTMLFieldSetElement::associatedElements() const Vector 41 Source/core/html/HTMLFieldSetElement.h const Vector<FormAssociatedElement*>& associatedElements() const; Vector 60 Source/core/html/HTMLFieldSetElement.h mutable Vector<FormAssociatedElement*> m_associatedElements; Vector 418 Source/core/html/HTMLFormControlElement.cpp bool HTMLFormControlElement::checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls, CheckValidityDispatchEvents dispatchEvents) Vector 95 Source/core/html/HTMLFormControlElement.h bool checkValidity(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls = 0, CheckValidityDispatchEvents = CheckValidityDispatchEventsAllowed); Vector 59 Source/core/html/HTMLFormControlsCollection.cpp const Vector<FormAssociatedElement*>& HTMLFormControlsCollection::formControlElements() const Vector 67 Source/core/html/HTMLFormControlsCollection.cpp const Vector<HTMLImageElement*>& HTMLFormControlsCollection::formImageElements() const Vector 72 Source/core/html/HTMLFormControlsCollection.cpp static unsigned findFormAssociatedElement(const Vector<FormAssociatedElement*>& associatedElements, Element* element) Vector 85 Source/core/html/HTMLFormControlsCollection.cpp const Vector<FormAssociatedElement*>& associatedElements = formControlElements(); Vector 112 Source/core/html/HTMLFormControlsCollection.cpp static HTMLElement* firstNamedItem(const Vector<FormAssociatedElement*>& elementsArray, Vector 113 Source/core/html/HTMLFormControlsCollection.cpp const Vector<HTMLImageElement*>* imageElementsArray, const QualifiedName& attrName, const String& name) Vector 144 Source/core/html/HTMLFormControlsCollection.cpp const Vector<HTMLImageElement*>* imagesElements = isHTMLFieldSetElement(ownerNode()) ? 0 : &formImageElements(); Vector 159 Source/core/html/HTMLFormControlsCollection.cpp const Vector<FormAssociatedElement*>& elementsArray = formControlElements(); Vector 179 Source/core/html/HTMLFormControlsCollection.cpp const Vector<HTMLImageElement*>& imageElementsArray = formImageElements(); Vector 194 Source/core/html/HTMLFormControlsCollection.cpp Vector<RefPtr<Element> > namedItems; Vector 210 Source/core/html/HTMLFormControlsCollection.cpp void HTMLFormControlsCollection::supportedPropertyNames(Vector<String>& names) Vector 53 Source/core/html/HTMLFormControlsCollection.h virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE; Vector 55 Source/core/html/HTMLFormControlsCollection.h const Vector<FormAssociatedElement*>& formControlElements() const; Vector 56 Source/core/html/HTMLFormControlsCollection.h const Vector<HTMLImageElement*>& formImageElements() const; Vector 126 Source/core/html/HTMLFormElement.cpp void notifyFormRemovedFromTree(const Vector<T*>& elements, Node& root) Vector 141 Source/core/html/HTMLFormElement.cpp Vector<FormAssociatedElement*> elements(associatedElements()); Vector 144 Source/core/html/HTMLFormElement.cpp Vector<FormAssociatedElement*> elements; Vector 152 Source/core/html/HTMLFormElement.cpp Vector<HTMLImageElement*> images(imageElements()); Vector 155 Source/core/html/HTMLFormElement.cpp Vector<HTMLImageElement*> images; Vector 177 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 195 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 239 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 245 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<FormAssociatedElement> > unhandledInvalidControls; Vector 339 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 419 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 540 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>& elements) const Vector 558 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& HTMLFormElement::associatedElements() const Vector 574 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectImageElements(Node& root, Vector<HTMLImageElement*>& elements) Vector 583 Source/core/html/HTMLFormElement.cpp const Vector<HTMLImageElement*>& HTMLFormElement::imageElements() Vector 632 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); Vector 646 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<FormAssociatedElement> > controls; Vector 655 Source/core/html/HTMLFormElement.cpp bool HTMLFormElement::checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >* unhandledInvalidControls, HTMLFormControlElement::CheckValidityDispatchEvents dispatchEvents) Vector 660 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& associatedElements = this->associatedElements(); Vector 661 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<FormAssociatedElement> > elements; Vector 718 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::getNamedElements(const AtomicString& name, Vector<RefPtr<Element> >& namedItems) Vector 756 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; Vector 764 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; Vector 53 Source/core/html/HTMLFormElement.h void getNamedElements(const AtomicString&, Vector<RefPtr<Element> >&); Vector 113 Source/core/html/HTMLFormElement.h const Vector<FormAssociatedElement*>& associatedElements() const; Vector 114 Source/core/html/HTMLFormElement.h const Vector<HTMLImageElement*>& imageElements(); Vector 141 Source/core/html/HTMLFormElement.h void collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>&) const; Vector 142 Source/core/html/HTMLFormElement.h void collectImageElements(Node& root, Vector<HTMLImageElement*>&); Vector 150 Source/core/html/HTMLFormElement.h bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >*, HTMLFormControlElement::CheckValidityDispatchEvents = HTMLFormControlElement::CheckValidityDispatchEventsAllowed); Vector 164 Source/core/html/HTMLFormElement.h Vector<FormAssociatedElement*> m_associatedElements; Vector 166 Source/core/html/HTMLFormElement.h Vector<HTMLImageElement*> m_imageElements; Vector 45 Source/core/html/HTMLFrameSetElement.h const Vector<HTMLDimension>& rowLengths() const { return m_rowLengths; } Vector 46 Source/core/html/HTMLFrameSetElement.h const Vector<HTMLDimension>& colLengths() const { return m_colLengths; } Vector 74 Source/core/html/HTMLFrameSetElement.h Vector<HTMLDimension> m_rowLengths; Vector 75 Source/core/html/HTMLFrameSetElement.h Vector<HTMLDimension> m_colLengths; Vector 178 Source/core/html/HTMLInputElement.cpp Vector<FileChooserFileInfo> HTMLInputElement::filesFromFileInputFormControlState(const FormControlState& state) Vector 1257 Source/core/html/HTMLInputElement.cpp static Vector<String> parseAcceptAttribute(const String& acceptString, bool (*predicate)(const String&)) Vector 1259 Source/core/html/HTMLInputElement.cpp Vector<String> types; Vector 1263 Source/core/html/HTMLInputElement.cpp Vector<String> splitTypes; Vector 1277 Source/core/html/HTMLInputElement.cpp Vector<String> HTMLInputElement::acceptMIMETypes() Vector 1282 Source/core/html/HTMLInputElement.cpp Vector<String> HTMLInputElement::acceptFileExtensions() Vector 191 Source/core/html/HTMLInputElement.h Vector<String> acceptMIMETypes(); Vector 192 Source/core/html/HTMLInputElement.h Vector<String> acceptFileExtensions(); Vector 263 Source/core/html/HTMLInputElement.h static Vector<FileChooserFileInfo> filesFromFileInputFormControlState(const FormControlState&); Vector 56 Source/core/html/HTMLKeygenElement.cpp Vector<String> keys; Vector 56 Source/core/html/HTMLLinkElement.cpp static void parseSizes(const CharacterType* value, unsigned length, Vector<IntSize>& iconSizes) Vector 122 Source/core/html/HTMLLinkElement.cpp void HTMLLinkElement::parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes) Vector 418 Source/core/html/HTMLLinkElement.cpp const Vector<IntSize>& HTMLLinkElement::iconSizes() const Vector 137 Source/core/html/HTMLLinkElement.h const Vector<IntSize>& iconSizes() const; Vector 168 Source/core/html/HTMLLinkElement.h static void parseSizesAttribute(const AtomicString& value, Vector<IntSize>& iconSizes); Vector 208 Source/core/html/HTMLLinkElement.h Vector<IntSize> m_iconSizes; Vector 20 Source/core/html/HTMLLinkElementSizesAttributeTest.cpp Vector<IntSize> sizes; Vector 1039 Source/core/html/HTMLMediaElement.cpp Vector<std::pair<double, TextTrackCue*> > eventTasks; Vector 1042 Source/core/html/HTMLMediaElement.cpp Vector<TextTrack*> affectedTracks; Vector 2391 Source/core/html/HTMLMediaElement.cpp Vector<AtomicString> languages = userPreferredLanguages(); Vector 2428 Source/core/html/HTMLMediaElement.cpp Vector<RefPtr<TextTrack> > currentlyEnabledTracks; Vector 67 Source/core/html/HTMLMediaElement.h typedef Vector<CueInterval> CueList; Vector 198 Source/core/html/HTMLMediaElement.h Vector<RefPtr<TextTrack> > tracks; Vector 505 Source/core/html/HTMLMediaElement.h Vector<RefPtr<TextTrack> > m_textTracksWhenResourceSelectionBegan; Vector 123 Source/core/html/HTMLObjectElement.cpp static void mapDataParamToSrc(Vector<String>* paramNames, Vector<String>* paramValues) Vector 142 Source/core/html/HTMLObjectElement.cpp void HTMLObjectElement::parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType) Vector 311 Source/core/html/HTMLObjectElement.cpp Vector<String> paramNames; Vector 312 Source/core/html/HTMLObjectElement.cpp Vector<String> paramValues; Vector 99 Source/core/html/HTMLObjectElement.h void parametersForPlugin(Vector<String>& paramNames, Vector<String>& paramValues, String& url, String& serviceType); Vector 165 Source/core/html/HTMLOptionElement.cpp const Vector<HTMLElement*>& items = selectElement->listItems(); Vector 41 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::supportedPropertyNames(Vector<String>& names) Vector 128 Source/core/html/HTMLOptionsCollection.cpp Vector<RefPtr<Element> > namedItems; Vector 54 Source/core/html/HTMLOptionsCollection.h virtual void supportedPropertyNames(Vector<String>& names) OVERRIDE; Vector 165 Source/core/html/HTMLPlugInElement.cpp Vector<String> paramNames; Vector 166 Source/core/html/HTMLPlugInElement.cpp Vector<String> paramValues; Vector 430 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::requestObject(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues) Vector 457 Source/core/html/HTMLPlugInElement.cpp bool HTMLPlugInElement::loadPlugin(const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireRenderer) Vector 81 Source/core/html/HTMLPlugInElement.h bool requestObject(const String& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues); Vector 130 Source/core/html/HTMLPlugInElement.h bool loadPlugin(const KURL&, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireRenderer); Vector 231 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 247 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 272 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 289 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 484 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 488 Source/core/html/HTMLSelectElement.cpp Vector<RefPtr<Element> > itemsToRemove; Vector 519 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& listItems = this->listItems(); Vector 547 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 562 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 603 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 618 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 638 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 661 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 721 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& HTMLSelectElement::listItems() const Vector 727 Source/core/html/HTMLSelectElement.cpp Vector<HTMLElement*> items = m_listItems; Vector 830 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 879 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 921 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 940 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 975 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 985 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1003 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1018 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1067 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1088 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1166 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& listItems = this->listItems(); Vector 1334 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& listItems = this->listItems(); Vector 1540 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1561 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1596 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 1620 Source/core/html/HTMLSelectElement.cpp const Vector<HTMLElement*>& items = listItems(); Vector 85 Source/core/html/HTMLSelectElement.h const Vector<HTMLElement*>& listItems() const; Vector 200 Source/core/html/HTMLSelectElement.h mutable Vector<HTMLElement*> m_listItems; Vector 201 Source/core/html/HTMLSelectElement.h Vector<bool> m_lastOnChangeSelection; Vector 202 Source/core/html/HTMLSelectElement.h Vector<bool> m_cachedStateForActiveSelection; Vector 410 Source/core/html/HTMLTextAreaElement.cpp Vector<RefPtr<Node> > textNodes; Vector 232 Source/core/html/HTMLViewSourceDocument.cpp Vector<String> lines; Vector 87 Source/core/html/LinkRelAttribute.cpp Vector<String> list; Vector 89 Source/core/html/LinkRelAttribute.cpp Vector<String>::const_iterator end = list.end(); Vector 90 Source/core/html/LinkRelAttribute.cpp for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) { Vector 112 Source/core/html/MediaController.h Vector<HTMLMediaElement*> m_mediaElements; Vector 59 Source/core/html/MediaFragmentURIParser.h Vector<std::pair<String, String> > m_fragments; Vector 75 Source/core/html/PublicURLManager.cpp Vector<String> urlsToRemove; Vector 119 Source/core/html/TimeRanges.h Vector<Range> m_ranges; Vector 584 Source/core/html/canvas/CanvasRenderingContext2D.cpp const Vector<float>& CanvasRenderingContext2D::getLineDash() const Vector 589 Source/core/html/canvas/CanvasRenderingContext2D.cpp static bool lineDashSequenceIsValid(const Vector<float>& dash) Vector 598 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setLineDash(const Vector<float>& dash) Vector 94 Source/core/html/canvas/CanvasRenderingContext2D.h const Vector<float>& getLineDash() const; Vector 95 Source/core/html/canvas/CanvasRenderingContext2D.h void setLineDash(const Vector<float>&); Vector 270 Source/core/html/canvas/CanvasRenderingContext2D.h Vector<float> m_lineDash; Vector 65 Source/core/html/canvas/WebGLDrawBuffers.cpp void WebGLDrawBuffers::drawBuffersWEBGL(const Vector<GLenum>& buffers) Vector 135 Source/core/html/canvas/WebGLDrawBuffers.cpp Vector<Platform3DObject> colors; Vector 44 Source/core/html/canvas/WebGLDrawBuffers.h void drawBuffersWEBGL(const Vector<GLenum>& buffers); Vector 575 Source/core/html/canvas/WebGLFramebuffer.cpp void WebGLFramebuffer::drawBuffers(const Vector<GLenum>& bufs) Vector 100 Source/core/html/canvas/WebGLFramebuffer.h void drawBuffers(const Vector<GLenum>& bufs); Vector 128 Source/core/html/canvas/WebGLFramebuffer.h Vector<GLenum> m_drawBuffers; Vector 129 Source/core/html/canvas/WebGLFramebuffer.h Vector<GLenum> m_filteredDrawBuffers; Vector 213 Source/core/html/canvas/WebGLGetInfo.cpp const Vector<bool>& WebGLGetInfo::getBoolArray() const Vector 98 Source/core/html/canvas/WebGLGetInfo.h const Vector<bool>& getBoolArray() const; Vector 119 Source/core/html/canvas/WebGLGetInfo.h Vector<bool> m_boolArray; Vector 74 Source/core/html/canvas/WebGLProgram.h Vector<GLint> m_activeAttribLocations; Vector 91 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<WebGLRenderingContextBase*>& WebGLRenderingContextBase::activeContexts() Vector 93 Source/core/html/canvas/WebGLRenderingContextBase.cpp DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContextBase*>, activeContexts, ()); Vector 97 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<WebGLRenderingContextBase*>& WebGLRenderingContextBase::forciblyEvictedContexts() Vector 99 Source/core/html/canvas/WebGLRenderingContextBase.cpp DEFINE_STATIC_LOCAL(Vector<WebGLRenderingContextBase*>, forciblyEvictedContexts, ()); Vector 2013 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::getAttachedShaders(WebGLProgram* program, Vector<RefPtr<WebGLShader> >& shaderObjects) Vector 2586 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<String> WebGLRenderingContextBase::getSupportedExtensions() Vector 2588 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<String> result; Vector 3282 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> data; Vector 3375 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> tempData; Vector 3395 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> data; Vector 3578 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> data; Vector 3613 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> tempData; Vector 3638 Source/core/html/canvas/WebGLRenderingContextBase.cpp Vector<uint8_t> data; Vector 184 Source/core/html/canvas/WebGLRenderingContextBase.h bool getAttachedShaders(WebGLProgram*, Vector<RefPtr<WebGLShader> >&); Vector 199 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<String> getSupportedExtensions(); Vector 448 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<VertexAttribValue> m_vertexAttribValue; Vector 464 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<TextureUnitState> m_textureUnits; Vector 470 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<GLenum> m_compressedTextureFormats; Vector 644 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<ExtensionTracker*> m_extensions; Vector 660 Source/core/html/canvas/WebGLRenderingContextBase.h Vector<GLenum> m_lostContextErrors; Vector 907 Source/core/html/canvas/WebGLRenderingContextBase.h static Vector<WebGLRenderingContextBase*>& activeContexts(); Vector 908 Source/core/html/canvas/WebGLRenderingContextBase.h static Vector<WebGLRenderingContextBase*>& forciblyEvictedContexts(); Vector 126 Source/core/html/canvas/WebGLTexture.h Vector<Vector<LevelInfo> > m_info; Vector 95 Source/core/html/canvas/WebGLVertexArrayObjectOES.h Vector<VertexAttribState> m_vertexAttribState; Vector 233 Source/core/html/forms/ColorInputType.cpp Vector<ColorSuggestion> ColorInputType::suggestions() const Vector 235 Source/core/html/forms/ColorInputType.cpp Vector<ColorSuggestion> suggestions; Vector 50 Source/core/html/forms/ColorInputType.h virtual Vector<ColorSuggestion> suggestions() const OVERRIDE; Vector 170 Source/core/html/forms/EmailInputType.cpp Vector<String> addresses; Vector 244 Source/core/html/forms/EmailInputType.cpp Vector<String> addresses; Vector 260 Source/core/html/forms/EmailInputType.cpp Vector<String> addresses; Vector 278 Source/core/html/forms/EmailInputType.cpp Vector<String> addresses; Vector 62 Source/core/html/forms/FileInputType.cpp Vector<FileChooserFileInfo> FileInputType::filesFromFormControlState(const FormControlState& state) Vector 64 Source/core/html/forms/FileInputType.cpp Vector<FileChooserFileInfo> files; Vector 213 Source/core/html/forms/FileInputType.cpp PassRefPtrWillBeRawPtr<FileList> FileInputType::createFileList(const Vector<FileChooserFileInfo>& files) const Vector 300 Source/core/html/forms/FileInputType.cpp Vector<String> paths; Vector 315 Source/core/html/forms/FileInputType.cpp void FileInputType::filesChosen(const Vector<FileChooserFileInfo>& files) Vector 320 Source/core/html/forms/FileInputType.cpp void FileInputType::receiveDropForDirectoryUpload(const Vector<String>& paths) Vector 336 Source/core/html/forms/FileInputType.cpp Vector<String> paths; Vector 349 Source/core/html/forms/FileInputType.cpp Vector<FileChooserFileInfo> files; Vector 356 Source/core/html/forms/FileInputType.cpp Vector<FileChooserFileInfo> firstFileOnly; Vector 48 Source/core/html/forms/FileInputType.h static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&); Vector 75 Source/core/html/forms/FileInputType.h virtual void filesChosen(const Vector<FileChooserFileInfo>&) OVERRIDE; Vector 77 Source/core/html/forms/FileInputType.h PassRefPtrWillBeRawPtr<FileList> createFileList(const Vector<FileChooserFileInfo>& files) const; Vector 78 Source/core/html/forms/FileInputType.h void receiveDropForDirectoryUpload(const Vector<String>&); Vector 58 Source/core/html/forms/FormController.cpp void FormControlState::serializeTo(Vector<String>& stateVector) const Vector 66 Source/core/html/forms/FormController.cpp FormControlState FormControlState::deserialize(const Vector<String>& stateVector, size_t& index) Vector 181 Source/core/html/forms/FormController.cpp static PassOwnPtr<SavedFormState> deserialize(const Vector<String>&, size_t& index); Vector 182 Source/core/html/forms/FormController.cpp void serializeTo(Vector<String>&) const; Vector 187 Source/core/html/forms/FormController.cpp Vector<String> getReferencedFilePaths() const; Vector 207 Source/core/html/forms/FormController.cpp PassOwnPtr<SavedFormState> SavedFormState::deserialize(const Vector<String>& stateVector, size_t& index) Vector 229 Source/core/html/forms/FormController.cpp void SavedFormState::serializeTo(Vector<String>& stateVector) const Vector 272 Source/core/html/forms/FormController.cpp Vector<String> SavedFormState::getReferencedFilePaths() const Vector 274 Source/core/html/forms/FormController.cpp Vector<String> toReturn; Vector 281 Source/core/html/forms/FormController.cpp const Vector<FileChooserFileInfo>& selectedFiles = HTMLInputElement::filesFromFileInputFormControlState(*queIterator); Vector 313 Source/core/html/forms/FormController.cpp const Vector<FormAssociatedElement*>& controls = form.associatedElements(); Vector 411 Source/core/html/forms/FormController.cpp Vector<String> FormController::formElementsState() const Vector 414 Source/core/html/forms/FormController.cpp Vector<String> stateVector; Vector 427 Source/core/html/forms/FormController.cpp void FormController::setStateForNewFormElements(const Vector<String>& stateVector) Vector 447 Source/core/html/forms/FormController.cpp void FormController::formStatesFromStateVector(const Vector<String>& stateVector, SavedFormStateMap& map) Vector 490 Source/core/html/forms/FormController.cpp const Vector<FormAssociatedElement*>& elements = form.associatedElements(); Vector 505 Source/core/html/forms/FormController.cpp Vector<String> FormController::getReferencedFilePaths(const Vector<String>& stateVector) Vector 507 Source/core/html/forms/FormController.cpp Vector<String> toReturn; Vector 43 Source/core/html/forms/FormController.h static FormControlState deserialize(const Vector<String>& stateVector, size_t& index); Vector 51 Source/core/html/forms/FormController.h void serializeTo(Vector<String>& stateVector) const; Vector 58 Source/core/html/forms/FormController.h Vector<String> m_values; Vector 88 Source/core/html/forms/FormController.h Vector<String> formElementsState() const; Vector 90 Source/core/html/forms/FormController.h void setStateForNewFormElements(const Vector<String>&); Vector 95 Source/core/html/forms/FormController.h static Vector<String> getReferencedFilePaths(const Vector<String>& stateVector); Vector 104 Source/core/html/forms/FormController.h static void formStatesFromStateVector(const Vector<String>&, SavedFormStateMap&); Vector 78 Source/core/html/forms/RangeInputType.h Vector<Decimal> m_tickMarkValues; Vector 115 Source/core/html/ime/InputMethodContext.cpp Vector<CompositionUnderline> underlines = controller.customCompositionUnderlines(); Vector 138 Source/core/html/ime/InputMethodContext.cpp const Vector<unsigned>& InputMethodContext::segments() Vector 147 Source/core/html/ime/InputMethodContext.cpp Vector<CompositionUnderline> underlines = controller.customCompositionUnderlines(); Vector 66 Source/core/html/ime/InputMethodContext.h const Vector<unsigned>& segments(); Vector 89 Source/core/html/ime/InputMethodContext.h Vector<unsigned> m_segments; Vector 84 Source/core/html/imports/HTMLImport.cpp Vector<HTMLImport*> updated; Vector 97 Source/core/html/imports/HTMLImportLoader.h Vector<HTMLImportChild*> m_imports; Vector 88 Source/core/html/imports/HTMLImportsController.h typedef Vector<OwnPtr<HTMLImportChild> > ImportList; Vector 74 Source/core/html/parser/AtomicHTMLToken.h Vector<Attribute>& attributes() Vector 80 Source/core/html/parser/AtomicHTMLToken.h const Vector<Attribute>& attributes() const Vector 99 Source/core/html/parser/AtomicHTMLToken.h Vector<UChar>& publicIdentifier() const Vector 106 Source/core/html/parser/AtomicHTMLToken.h Vector<UChar>& systemIdentifier() const Vector 165 Source/core/html/parser/AtomicHTMLToken.h for (Vector<CompactHTMLToken::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) { Vector 189 Source/core/html/parser/AtomicHTMLToken.h AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) Vector 220 Source/core/html/parser/AtomicHTMLToken.h Vector<Attribute> m_attributes; Vector 70 Source/core/html/parser/BackgroundHTMLInputStream.h Vector<String> m_segments; Vector 71 Source/core/html/parser/BackgroundHTMLInputStream.h Vector<Checkpoint> m_checkpoints; Vector 109 Source/core/html/parser/BackgroundHTMLParser.cpp void BackgroundHTMLParser::appendRawBytesFromMainThread(PassOwnPtr<Vector<char> > buffer) Vector 70 Source/core/html/parser/BackgroundHTMLParser.h void appendRawBytesFromMainThread(PassOwnPtr<Vector<char> >); Vector 37 Source/core/html/parser/CompactHTMLToken.cpp Vector<Attribute> vector; Vector 66 Source/core/html/parser/CompactHTMLToken.cpp for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it) Vector 95 Source/core/html/parser/CompactHTMLToken.cpp for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) { Vector 59 Source/core/html/parser/CompactHTMLToken.h const Vector<Attribute>& attributes() const { return m_attributes; } Vector 76 Source/core/html/parser/CompactHTMLToken.h Vector<Attribute> m_attributes; Vector 80 Source/core/html/parser/CompactHTMLToken.h typedef Vector<CompactHTMLToken> CompactHTMLTokenStream; Vector 209 Source/core/html/parser/HTMLConstructionSite.h typedef Vector<HTMLConstructionSiteTask, 1> TaskQueue; Vector 439 Source/core/html/parser/HTMLDocumentParser.cpp for (Vector<CompactHTMLToken>::const_iterator it = tokens->begin(); it != tokens->end(); ++it) { Vector 1011 Source/core/html/parser/HTMLDocumentParser.cpp OwnPtr<Vector<char> > buffer = adoptPtr(new Vector<char>(length)); Vector 91 Source/core/html/parser/HTMLEntityParser.cpp typedef Vector<UChar, 64> ConsumedCharacterBuffer; Vector 126 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<HTMLStackItem*>& remainingCandidates) Vector 135 Source/core/html/parser/HTMLFormattingElementList.cpp Vector<HTMLStackItem*, 10> candidates; Vector 163 Source/core/html/parser/HTMLFormattingElementList.cpp Vector<HTMLStackItem*> candidates; Vector 170 Source/core/html/parser/HTMLFormattingElementList.cpp Vector<HTMLStackItem*> remainingCandidates; Vector 173 Source/core/html/parser/HTMLFormattingElementList.cpp const Vector<Attribute>& attributes = newItem->attributes(); Vector 133 Source/core/html/parser/HTMLFormattingElementList.h void tryToEnsureNoahsArkConditionQuickly(HTMLStackItem*, Vector<HTMLStackItem*>& remainingCandiates); Vector 136 Source/core/html/parser/HTMLFormattingElementList.h Vector<Entry> m_entries; Vector 47 Source/core/html/parser/HTMLParserIdioms.h String stripLeadingAndTrailingHTMLSpaces(const Vector<UChar, inlineCapacity>& vector) Vector 68 Source/core/html/parser/HTMLParserIdioms.h typedef Vector<pair<String, String> > HTMLAttributeList; Vector 121 Source/core/html/parser/HTMLParserIdioms.h inline static String attemptStaticStringCreation(const Vector<UChar, inlineCapacity>& vector, CharacterWidth width) Vector 139 Source/core/html/parser/HTMLPreloadScanner.cpp void processAttributes(const Vector<CompactHTMLToken::Attribute>& attributes) Vector 143 Source/core/html/parser/HTMLPreloadScanner.cpp for (Vector<CompactHTMLToken::Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) Vector 96 Source/core/html/parser/HTMLPreloadScanner.h Vector<Checkpoint> m_checkpoints; Vector 84 Source/core/html/parser/HTMLResourcePreloader.h typedef Vector<OwnPtr<PreloadRequest> > PreloadRequestStream; Vector 82 Source/core/html/parser/HTMLSrcsetParser.cpp static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, const CharType* attributeStart, unsigned length, Vector<ImageCandidate>& imageCandidates) Vector 123 Source/core/html/parser/HTMLSrcsetParser.cpp static void parseImageCandidatesFromSrcsetAttribute(const String& attribute, Vector<ImageCandidate>& imageCandidates) Vector 134 Source/core/html/parser/HTMLSrcsetParser.cpp static ImageCandidate pickBestImageCandidate(float deviceScaleFactor, Vector<ImageCandidate>& imageCandidates) Vector 158 Source/core/html/parser/HTMLSrcsetParser.cpp Vector<ImageCandidate> imageCandidates; Vector 173 Source/core/html/parser/HTMLSrcsetParser.cpp Vector<ImageCandidate> imageCandidates; Vector 188 Source/core/html/parser/HTMLSrcsetParser.cpp Vector<ImageCandidate> imageCandidates; Vector 70 Source/core/html/parser/HTMLStackItem.h const Vector<Attribute>& attributes() const { ASSERT(m_tokenLocalName); return m_tokenAttributes; } Vector 238 Source/core/html/parser/HTMLStackItem.h Vector<Attribute> m_tokenAttributes; Vector 49 Source/core/html/parser/HTMLToken.h WTF::Vector<UChar> m_publicIdentifier; Vector 50 Source/core/html/parser/HTMLToken.h WTF::Vector<UChar> m_systemIdentifier; Vector 54 Source/core/html/parser/HTMLToken.h static inline Attribute* findAttributeInVector(Vector<Attribute>& attributes, const QualifiedName& name) Vector 87 Source/core/html/parser/HTMLToken.h Vector<UChar, 32> name; Vector 88 Source/core/html/parser/HTMLToken.h Vector<UChar, 32> value; Vector 91 Source/core/html/parser/HTMLToken.h typedef Vector<Attribute, 10> AttributeList; Vector 96 Source/core/html/parser/HTMLToken.h typedef Vector<UChar, 256> DataVector; Vector 193 Source/core/html/parser/HTMLToken.h const WTF::Vector<UChar>& publicIdentifier() const Vector 200 Source/core/html/parser/HTMLToken.h const WTF::Vector<UChar>& systemIdentifier() const Vector 279 Source/core/html/parser/HTMLToken.h void beginEndTag(const Vector<LChar, 32>& characters) Vector 405 Source/core/html/parser/HTMLToken.h void appendToCharacter(const Vector<LChar, 32>& characters) Vector 71 Source/core/html/parser/HTMLTokenizer.cpp static inline bool vectorEqualsString(const Vector<LChar, 32>& vector, const String& string) Vector 276 Source/core/html/parser/HTMLTokenizer.h Vector<UChar, 32> m_appropriateEndTagName; Vector 279 Source/core/html/parser/HTMLTokenizer.h Vector<LChar, 32> m_temporaryBuffer; Vector 284 Source/core/html/parser/HTMLTokenizer.h Vector<LChar, 32> m_bufferedEndTagName; Vector 435 Source/core/html/parser/HTMLTreeBuilder.cpp void HTMLTreeBuilder::processFakeStartTag(const QualifiedName& tagName, const Vector<Attribute>& attributes) Vector 153 Source/core/html/parser/HTMLTreeBuilder.h void processFakeStartTag(const QualifiedName&, const Vector<Attribute>& attributes = Vector<Attribute>()); Vector 175 Source/core/html/parser/HTMLTreeBuilder.h Vector<Attribute> attributesForIsindexInput(AtomicHTMLToken*); Vector 224 Source/core/html/parser/HTMLTreeBuilder.h Vector<InsertionMode> m_templateInsertionModes; Vector 48 Source/core/html/parser/HTMLTreeBuilderSimulator.h typedef Vector<Namespace, 1> State; Vector 59 Source/core/html/parser/TextDocumentParser.cpp Vector<Attribute> attributes; Vector 85 Source/core/html/parser/TextResourceDecoder.cpp Vector<char, 64> buffer(length + 1); Vector 92 Source/core/html/parser/TextResourceDecoder.h Vector<char> m_buffer; Vector 128 Source/core/html/parser/XSSAuditor.cpp bool threadSafeMatch(const Vector<UChar, inlineCapacity>& vector, const QualifiedName& qname) Vector 152 Source/core/html/parser/XSSAuditor.cpp static bool isNameOfInlineEventHandler(const Vector<UChar, 32>& name) Vector 208 Source/core/html/parser/XSSAuditor.cpp Vector<String> valueList; Vector 82 Source/core/html/parser/XSSAuditorDelegate.h typedef Vector<OwnPtr<XSSInfo> > XSSInfoStream; Vector 148 Source/core/html/shadow/DateTimeEditElement.h Vector<DateTimeFieldElement*, maximumNumberOfFields> m_fields; Vector 45 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeAMPMFieldElement::DateTimeAMPMFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& ampmLabels) Vector 50 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeAMPMFieldElement> DateTimeAMPMFieldElement::create(Document& document, FieldOwner& fieldOwner, const Vector<String>& ampmLabels) Vector 488 Source/core/html/shadow/DateTimeFieldElements.cpp DateTimeSymbolicMonthFieldElement::DateTimeSymbolicMonthFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum) Vector 493 Source/core/html/shadow/DateTimeFieldElements.cpp PassRefPtr<DateTimeSymbolicMonthFieldElement> DateTimeSymbolicMonthFieldElement::create(Document& document, FieldOwner& fieldOwner, const Vector<String>& labels, int minimum, int maximum) Vector 39 Source/core/html/shadow/DateTimeFieldElements.h static PassRefPtr<DateTimeAMPMFieldElement> create(Document&, FieldOwner&, const Vector<String>&); Vector 42 Source/core/html/shadow/DateTimeFieldElements.h DateTimeAMPMFieldElement(Document&, FieldOwner&, const Vector<String>&); Vector 198 Source/core/html/shadow/DateTimeFieldElements.h static PassRefPtr<DateTimeSymbolicMonthFieldElement> create(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum); Vector 201 Source/core/html/shadow/DateTimeFieldElements.h DateTimeSymbolicMonthFieldElement(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum); Vector 38 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp static AtomicString makeVisibleEmptyValue(const Vector<String>& symbols) Vector 50 Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp DateTimeSymbolicFieldElement::DateTimeSymbolicFieldElement(Document& document, FieldOwner& fieldOwner, const Vector<String>& symbols, int minimum, int maximum) Vector 41 Source/core/html/shadow/DateTimeSymbolicFieldElement.h DateTimeSymbolicFieldElement(Document&, FieldOwner&, const Vector<String>&, int minimum, int maximum); Vector 69 Source/core/html/shadow/DateTimeSymbolicFieldElement.h const Vector<String> m_symbols; Vector 598 Source/core/html/shadow/MediaControlElements.cpp Vector<RefPtr<HTMLDivElement> > output; Vector 114 Source/core/html/track/LoadableTextTrack.cpp Vector<RefPtr<VTTCue> > newCues; Vector 143 Source/core/html/track/LoadableTextTrack.cpp Vector<RefPtr<VTTRegion> > newRegions; Vector 65 Source/core/html/track/TextTrackCueList.h Vector<RefPtr<TextTrackCue> > m_list; Vector 156 Source/core/html/track/TextTrackList.cpp Vector<RefPtr<TextTrack> >* tracks = 0; Vector 208 Source/core/html/track/TextTrackList.cpp Vector<RefPtr<TextTrack> >* tracks = 0; Vector 244 Source/core/html/track/TextTrackList.cpp const Vector<RefPtr<TextTrack> >* tracks = 0; Vector 90 Source/core/html/track/TextTrackList.h Vector<RefPtr<TextTrack> > m_addTrackTracks; Vector 91 Source/core/html/track/TextTrackList.h Vector<RefPtr<TextTrack> > m_elementTracks; Vector 92 Source/core/html/track/TextTrackList.h Vector<RefPtr<TextTrack> > m_inbandTracks; Vector 92 Source/core/html/track/vtt/VTTParser.cpp void VTTParser::getNewCues(Vector<RefPtr<VTTCue> >& outputCues) Vector 98 Source/core/html/track/vtt/VTTParser.cpp void VTTParser::getNewRegions(Vector<RefPtr<VTTRegion> >& outputRegions) Vector 330 Source/core/html/track/vtt/VTTParser.cpp Vector<AtomicString> m_languageStack; Vector 108 Source/core/html/track/vtt/VTTParser.h void getNewCues(Vector<RefPtr<VTTCue> >&); Vector 109 Source/core/html/track/vtt/VTTParser.h void getNewRegions(Vector<RefPtr<VTTRegion> >&); Vector 144 Source/core/html/track/vtt/VTTParser.h Vector<RefPtr<VTTCue> > m_cuelist; Vector 146 Source/core/html/track/vtt/VTTParser.h Vector<RefPtr<VTTRegion> > m_regionList; Vector 57 Source/core/html/track/vtt/VTTRegionList.h Vector<RefPtr<VTTRegion> > m_list; Vector 62 Source/core/inspector/AsyncCallStackTracker.cpp typedef Vector<EventListenerAsyncCallChain, 1> EventListenerAsyncCallChainVector; Vector 60 Source/core/inspector/ContentSearchUtils.cpp static Vector<pair<int, String> > getScriptRegexpMatchesByLines(const ScriptRegexp* regex, const String& text) Vector 62 Source/core/inspector/ContentSearchUtils.cpp Vector<pair<int, String> > result; Vector 66 Source/core/inspector/ContentSearchUtils.cpp OwnPtr<Vector<unsigned> > endings(lineEndings(text)); Vector 122 Source/core/inspector/ContentSearchUtils.cpp Vector<pair<int, String> > matches = getScriptRegexpMatchesByLines(regex.get(), text); Vector 124 Source/core/inspector/ContentSearchUtils.cpp for (Vector<pair<int, String> >::const_iterator it = matches.begin(); it != matches.end(); ++it) Vector 66 Source/core/inspector/DOMPatchSupport.cpp Vector<OwnPtr<Digest> > m_children; Vector 140 Source/core/inspector/DOMPatchSupport.cpp Vector<OwnPtr<Digest> > oldList; Vector 146 Source/core/inspector/DOMPatchSupport.cpp Vector<OwnPtr<Digest> > newList; Vector 216 Source/core/inspector/DOMPatchSupport.cpp DOMPatchSupport::diff(const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList) Vector 247 Source/core/inspector/DOMPatchSupport.cpp typedef HashMap<String, Vector<size_t> > DiffTable; Vector 252 Source/core/inspector/DOMPatchSupport.cpp newTable.add(newList[i]->m_sha1, Vector<size_t>()).storedValue->value.append(i); Vector 256 Source/core/inspector/DOMPatchSupport.cpp oldTable.add(oldList[i]->m_sha1, Vector<size_t>()).storedValue->value.append(i); Vector 301 Source/core/inspector/DOMPatchSupport.cpp bool DOMPatchSupport::innerPatchChildren(ContainerNode* parentNode, const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList, ExceptionState& exceptionState) Vector 440 Source/core/inspector/DOMPatchSupport.cpp Vector<uint8_t, 20> attrsHash; Vector 447 Source/core/inspector/DOMPatchSupport.cpp Vector<uint8_t, 20> hash; Vector 60 Source/core/inspector/DOMPatchSupport.h typedef Vector<pair<Digest*, size_t> > ResultMap; Vector 64 Source/core/inspector/DOMPatchSupport.h std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren); Vector 65 Source/core/inspector/DOMPatchSupport.h bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren, ExceptionState&); Vector 82 Source/core/inspector/InjectedScript.cpp void InjectedScript::evaluateOnCallFrame(ErrorString* errorString, const ScriptValue& callFrames, const Vector<ScriptValue>& asyncCallStacks, const String& callFrameId, const String& expression, const String& objectGroup, bool includeCommandLineAPI, bool returnByValue, bool generatePreview, RefPtr<RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown) Vector 74 Source/core/inspector/InjectedScript.h const Vector<ScriptValue>& asyncCallStacks, Vector 79 Source/core/inspector/InjectedScriptHost.cpp void InjectedScriptHost::getEventListenersImpl(EventTarget* target, Vector<EventListenerInfo>& listenersArray) Vector 86 Source/core/inspector/InjectedScriptHost.h void getEventListenersImpl(EventTarget*, Vector<EventListenerInfo>& listenersArray); Vector 101 Source/core/inspector/InjectedScriptHost.h Vector<OwnPtr<InspectableObject> > m_inspectedObjects; Vector 121 Source/core/inspector/InjectedScriptManager.cpp Vector<long> idsToRemove; Vector 135 Source/core/inspector/InjectedScriptManager.cpp Vector<ScriptState*> scriptStatesToRemove; Vector 152 Source/core/inspector/InjectedScriptManager.cpp Vector<int> keys; Vector 154 Source/core/inspector/InjectedScriptManager.cpp for (Vector<int>::iterator k = keys.begin(); k != keys.end(); ++k) { Vector 86 Source/core/inspector/InspectorBaseAgent.h Vector<OwnPtr<InspectorAgent> > m_agents; Vector 132 Source/core/inspector/InspectorCSSAgent.cpp EnableResourceClient(InspectorCSSAgent*, const Vector<InspectorStyleSheet*>&, PassRefPtr<EnableCallback>); Vector 140 Source/core/inspector/InspectorCSSAgent.cpp Vector<InspectorStyleSheet*> m_styleSheets; Vector 143 Source/core/inspector/InspectorCSSAgent.cpp InspectorCSSAgent::EnableResourceClient::EnableResourceClient(InspectorCSSAgent* cssAgent, const Vector<InspectorStyleSheet*>& styleSheets, PassRefPtr<EnableCallback> callback) Vector 463 Source/core/inspector/InspectorCSSAgent.cpp Vector<InspectorStyleSheet*> styleSheets; Vector 467 Source/core/inspector/InspectorCSSAgent.cpp Vector<InspectorStyleSheet*> styleSheetsToFetch; Vector 502 Source/core/inspector/InspectorCSSAgent.cpp Vector<Document*> documents = m_domAgent->documents(); Vector 503 Source/core/inspector/InspectorCSSAgent.cpp for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it) Vector 573 Source/core/inspector/InspectorCSSAgent.cpp Vector<CSSStyleSheet*> newSheetsVector; Vector 578 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::setActiveStyleSheets(Document* document, const Vector<CSSStyleSheet*>& allSheetsVector, StyleSheetsUpdateType styleSheetsUpdateType) Vector 592 Source/core/inspector/InspectorCSSAgent.cpp for (Vector<CSSStyleSheet*>::const_iterator it = allSheetsVector.begin(); it != allSheetsVector.end(); ++it) { Vector 634 Source/core/inspector/InspectorCSSAgent.cpp setActiveStyleSheets(document, Vector<CSSStyleSheet*>(), ExistingFrontendRefresh); Vector 784 Source/core/inspector/InspectorCSSAgent.cpp Vector<Node*> textNodes; Vector 1126 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::collectAllStyleSheets(Vector<InspectorStyleSheet*>& result) Vector 1128 Source/core/inspector/InspectorCSSAgent.cpp Vector<CSSStyleSheet*> cssStyleSheets; Vector 1129 Source/core/inspector/InspectorCSSAgent.cpp Vector<Document*> documents = m_domAgent->documents(); Vector 1130 Source/core/inspector/InspectorCSSAgent.cpp for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it) Vector 1132 Source/core/inspector/InspectorCSSAgent.cpp for (Vector<CSSStyleSheet*>::iterator it = cssStyleSheets.begin(); it != cssStyleSheets.end(); ++it) Vector 1136 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::collectAllDocumentStyleSheets(Document* document, Vector<CSSStyleSheet*>& result) Vector 1146 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::collectStyleSheets(CSSStyleSheet* styleSheet, Vector<CSSStyleSheet*>& result) Vector 160 Source/core/inspector/InspectorCSSAgent.h void collectAllStyleSheets(Vector<InspectorStyleSheet*>&); Vector 161 Source/core/inspector/InspectorCSSAgent.h void collectAllDocumentStyleSheets(Document*, Vector<CSSStyleSheet*>&); Vector 162 Source/core/inspector/InspectorCSSAgent.h void collectStyleSheets(CSSStyleSheet*, Vector<CSSStyleSheet*>&); Vector 165 Source/core/inspector/InspectorCSSAgent.h void setActiveStyleSheets(Document*, const Vector<CSSStyleSheet*>&, StyleSheetsUpdateType); Vector 189 Source/core/inspector/InspectorConsoleAgent.cpp Vector<unsigned> InspectorConsoleAgent::consoleMessageArgumentCounts() Vector 191 Source/core/inspector/InspectorConsoleAgent.cpp Vector<unsigned> result(m_consoleMessages.size()); Vector 85 Source/core/inspector/InspectorConsoleAgent.h Vector<unsigned> consoleMessageArgumentCounts(); Vector 114 Source/core/inspector/InspectorConsoleAgent.h Vector<OwnPtr<ConsoleMessage> > m_consoleMessages; Vector 438 Source/core/inspector/InspectorController.cpp Vector<InspectorAgent*> agents = m_moduleAgents; Vector 162 Source/core/inspector/InspectorController.h Vector<InspectorAgent*> m_moduleAgents; Vector 175 Source/core/inspector/InspectorDOMAgent.cpp const Vector<PlatformTouchPoint>& points = event.touchPoints(); Vector 211 Source/core/inspector/InspectorDOMAgent.cpp Vector<Element*> elements; Vector 281 Source/core/inspector/InspectorDOMAgent.cpp Vector<Document*> InspectorDOMAgent::documents() Vector 283 Source/core/inspector/InspectorDOMAgent.cpp Vector<Document*> result; Vector 639 Source/core/inspector/InspectorDOMAgent.cpp Vector<Node*> path; Vector 885 Source/core/inspector/InspectorDOMAgent.cpp Vector<EventListenerInfo> eventInformation; Vector 918 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::getEventListeners(EventTarget* target, Vector<EventListenerInfo>& eventInformation, bool includeAncestors) Vector 921 Source/core/inspector/InspectorDOMAgent.cpp Vector<EventTarget*> ancestors; Vector 932 Source/core/inspector/InspectorDOMAgent.cpp Vector<AtomicString> eventTypes = ancestor->eventTypes(); Vector 973 Source/core/inspector/InspectorDOMAgent.cpp Vector<Document*> docs = documents(); Vector 976 Source/core/inspector/InspectorDOMAgent.cpp for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) { Vector 1030 Source/core/inspector/InspectorDOMAgent.cpp for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) { Vector 1051 Source/core/inspector/InspectorDOMAgent.cpp for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) { Vector 1065 Source/core/inspector/InspectorDOMAgent.cpp Vector<RefPtr<Node> >* resultsIt = &m_searchResults.add(*searchId, Vector<RefPtr<Node> >()).storedValue->value; Vector 1399 Source/core/inspector/InspectorDOMAgent.cpp Vector<FloatQuad> quads; Vector 1896 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::styleAttributeInvalidated(const Vector<Element*>& elements) Vector 2025 Source/core/inspector/InspectorDOMAgent.cpp Vector<String> pathTokens; Vector 112 Source/core/inspector/InspectorDOMAgent.h Vector<Document*> documents(); Vector 155 Source/core/inspector/InspectorDOMAgent.h static void getEventListeners(EventTarget*, Vector<EventListenerInfo>& listenersArray, bool includeAncestors); Vector 169 Source/core/inspector/InspectorDOMAgent.h void styleAttributeInvalidated(const Vector<Element*>& elements); Vector 258 Source/core/inspector/InspectorDOMAgent.h Vector<OwnPtr<NodeToIdMap> > m_danglingNodeToIdMaps; Vector 268 Source/core/inspector/InspectorDOMAgent.h typedef HashMap<String, Vector<RefPtr<Node> > > SearchResults; Vector 216 Source/core/inspector/InspectorDOMDebuggerAgent.cpp Vector<Node*> stack(1, InspectorDOMAgent::innerFirstChild(node)); Vector 571 Source/core/inspector/InspectorDebuggerAgent.cpp m_breakpointIdToDebugServerBreakpointIds.set(breakpointId, Vector<String>()).storedValue->value.append(debugServerBreakpointId); Vector 933 Source/core/inspector/InspectorDebuggerAgent.cpp Vector<ScriptValue> asyncCallStacks; Vector 1179 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didPause(ScriptState* scriptState, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) Vector 1198 Source/core/inspector/InspectorDebuggerAgent.cpp for (Vector<String>::const_iterator i = hitBreakpoints.begin(); i != hitBreakpoints.end(); ++i) { Vector 204 Source/core/inspector/InspectorDebuggerAgent.h virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) OVERRIDE FINAL; Vector 236 Source/core/inspector/InspectorDebuggerAgent.h typedef HashMap<String, Vector<String> > BreakpointIdToDebugServerBreakpointIdsMap; Vector 58 Source/core/inspector/InspectorFrontendHost.cpp static PassRefPtr<FrontendMenuProvider> create(InspectorFrontendHost* frontendHost, ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items) Vector 70 Source/core/inspector/InspectorFrontendHost.cpp FrontendMenuProvider(InspectorFrontendHost* frontendHost, ScriptObject frontendApiObject, const Vector<ContextMenuItem>& items) Vector 113 Source/core/inspector/InspectorFrontendHost.cpp Vector<ContextMenuItem> m_items; Vector 192 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) Vector 64 Source/core/inspector/InspectorFrontendHost.h void showContextMenu(Event*, const Vector<ContextMenuItem>& items); Vector 75 Source/core/inspector/InspectorHistory.h Vector<RefPtr<Action> > m_history; Vector 121 Source/core/inspector/InspectorInspectorAgent.cpp for (Vector<pair<long, String> >::iterator it = m_pendingEvaluateTestCommands.begin(); m_frontend && it != m_pendingEvaluateTestCommands.end(); ++it) Vector 91 Source/core/inspector/InspectorInspectorAgent.h Vector<pair<long, String> > m_pendingEvaluateTestCommands; Vector 376 Source/core/inspector/InspectorLayerTreeAgent.cpp const Vector<double>& row = (*timings)[i]; Vector 103 Source/core/inspector/InspectorLayerTreeAgent.h Vector<int, 2> m_pageOverlayLayerIds; Vector 138 Source/core/inspector/InspectorOverlay.cpp static bool buildNodeQuads(Node* node, Vector<FloatQuad>& quads) Vector 669 Source/core/inspector/InspectorOverlay.cpp bool InspectorOverlay::getBoxModel(Node* node, Vector<FloatQuad>* quads) Vector 103 Source/core/inspector/InspectorOverlay.h Vector<FloatQuad> quads; Vector 137 Source/core/inspector/InspectorOverlay.h bool getBoxModel(Node*, Vector<FloatQuad>*); Vector 515 Source/core/inspector/InspectorPageAgent.cpp static void cachedResourcesForDocument(Document* document, Vector<Resource*>& result) Vector 542 Source/core/inspector/InspectorPageAgent.cpp static Vector<Resource*> cachedResourcesForFrame(LocalFrame* frame) Vector 544 Source/core/inspector/InspectorPageAgent.cpp Vector<Resource*> result; Vector 561 Source/core/inspector/InspectorPageAgent.cpp static Vector<HTMLImportChild*> importsForFrame(LocalFrame* frame) Vector 563 Source/core/inspector/InspectorPageAgent.cpp Vector<HTMLImportChild*> result; Vector 577 Source/core/inspector/InspectorPageAgent.cpp static Vector<KURL> allResourcesURLsForFrame(LocalFrame* frame) Vector 579 Source/core/inspector/InspectorPageAgent.cpp Vector<KURL> result; Vector 583 Source/core/inspector/InspectorPageAgent.cpp Vector<Resource*> allResources = cachedResourcesForFrame(frame); Vector 584 Source/core/inspector/InspectorPageAgent.cpp for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it) Vector 596 Source/core/inspector/InspectorPageAgent.cpp Vector<KURL> allURLs = allResourcesURLsForFrame(frame); Vector 597 Source/core/inspector/InspectorPageAgent.cpp for (Vector<KURL>::const_iterator it = allURLs.begin(); it != allURLs.end(); ++it) { Vector 598 Source/core/inspector/InspectorPageAgent.cpp Vector<Cookie> docCookiesList; Vector 1097 Source/core/inspector/InspectorPageAgent.cpp Vector<Resource*> allResources = cachedResourcesForFrame(frame); Vector 1098 Source/core/inspector/InspectorPageAgent.cpp for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it) { Vector 1112 Source/core/inspector/InspectorPageAgent.cpp Vector<HTMLImportChild*> allImports = importsForFrame(frame); Vector 1113 Source/core/inspector/InspectorPageAgent.cpp for (Vector<HTMLImportChild*>::const_iterator it = allImports.begin(); it != allImports.end(); ++it) { Vector 158 Source/core/inspector/InspectorProfilerAgent.cpp for (Vector<ProfileDescriptor>::reverse_iterator it = m_startedProfiles.rbegin(); it != m_startedProfiles.rend(); ++it) Vector 88 Source/core/inspector/InspectorProfilerAgent.h Vector<ProfileDescriptor> m_startedProfiles; Vector 224 Source/core/inspector/InspectorResourceAgent.cpp Vector<char> bytes; Vector 471 Source/core/inspector/InspectorResourceAgent.cpp Vector<String> requestIds = m_resourcesData->removeResource(cachedResource); Vector 479 Source/core/inspector/InspectorResourceAgent.cpp Vector<String>::iterator end = requestIds.end(); Vector 480 Source/core/inspector/InspectorResourceAgent.cpp for (Vector<String>::iterator it = requestIds.begin(); it != end; ++it) Vector 798 Source/core/inspector/InspectorResourceAgent.cpp Vector<NetworkResourcesData::ResourceData*> resources = m_resourcesData->resources(); Vector 799 Source/core/inspector/InspectorResourceAgent.cpp for (Vector<NetworkResourcesData::ResourceData*>::iterator it = resources.begin(); it != resources.end(); ++it) { Vector 459 Source/core/inspector/InspectorStyleSheet.cpp static PassRefPtr<TypeBuilder::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, Vector<unsigned>* lineEndings) Vector 668 Source/core/inspector/InspectorStyleSheet.cpp OwnPtr<Vector<unsigned> > lineEndings(m_parentStyleSheet ? m_parentStyleSheet->lineEndings() : PassOwnPtr<Vector<unsigned> >()); Vector 890 Source/core/inspector/InspectorStyleSheet.cpp PassOwnPtr<Vector<unsigned> > InspectorStyleSheetBase::lineEndings() Vector 894 Source/core/inspector/InspectorStyleSheet.cpp return PassOwnPtr<Vector<unsigned> >(); Vector 900 Source/core/inspector/InspectorStyleSheet.cpp OwnPtr<Vector<unsigned> > endings = lineEndings(); Vector 922 Source/core/inspector/InspectorStyleSheet.cpp Vector<CSSPropertySourceData>& propertyData = styleSourceData->propertyData; Vector 200 Source/core/inspector/InspectorStyleSheet.h PassOwnPtr<Vector<unsigned> > lineEndings(); Vector 201 Source/core/inspector/InspectorTimelineAgent.cpp Vector<Entry> m_stack; Vector 522 Source/core/inspector/InspectorTimelineAgent.cpp Vector<FloatQuad> quads; Vector 1321 Source/core/inspector/InspectorTimelineAgent.cpp Vector<String> eventList; Vector 1323 Source/core/inspector/InspectorTimelineAgent.cpp for (Vector<String>::iterator it = eventList.begin(); it != eventList.end(); ++it) Vector 310 Source/core/inspector/InspectorTimelineAgent.h Vector<TimelineRecordEntry> m_recordStack; Vector 312 Source/core/inspector/InspectorTimelineAgent.h Vector<String> m_consoleTimelines; Vector 314 Source/core/inspector/InspectorTimelineAgent.h typedef Vector<TimelineGCEvent> GCEvents; Vector 292 Source/core/inspector/NetworkResourcesData.cpp Vector<String> result; Vector 317 Source/core/inspector/NetworkResourcesData.cpp Vector<NetworkResourcesData::ResourceData*> NetworkResourcesData::resources() Vector 319 Source/core/inspector/NetworkResourcesData.cpp Vector<ResourceData*> result; Vector 325 Source/core/inspector/NetworkResourcesData.cpp Vector<String> NetworkResourcesData::removeResource(Resource* cachedResource) Vector 327 Source/core/inspector/NetworkResourcesData.cpp Vector<String> result; Vector 165 Source/core/inspector/NetworkResourcesData.h Vector<String> removeResource(Resource*); Vector 172 Source/core/inspector/NetworkResourcesData.h Vector<ResourceData*> resources(); Vector 164 Source/core/inspector/PageRuntimeAgent.cpp Vector<std::pair<ScriptState*, SecurityOrigin*> > isolatedContexts; Vector 39 Source/core/inspector/ScriptArguments.cpp PassRefPtr<ScriptArguments> ScriptArguments::create(ScriptState* scriptState, Vector<ScriptValue>& arguments) Vector 44 Source/core/inspector/ScriptArguments.cpp ScriptArguments::ScriptArguments(ScriptState* scriptState, Vector<ScriptValue>& arguments) Vector 46 Source/core/inspector/ScriptArguments.h static PassRefPtr<ScriptArguments> create(ScriptState*, Vector<ScriptValue>& arguments); Vector 58 Source/core/inspector/ScriptArguments.h ScriptArguments(ScriptState*, Vector<ScriptValue>& arguments); Vector 61 Source/core/inspector/ScriptArguments.h Vector<ScriptValue> m_arguments; Vector 37 Source/core/inspector/ScriptCallStack.cpp PassRefPtr<ScriptCallStack> ScriptCallStack::create(Vector<ScriptCallFrame>& frames) Vector 42 Source/core/inspector/ScriptCallStack.cpp ScriptCallStack::ScriptCallStack(Vector<ScriptCallFrame>& frames) Vector 46 Source/core/inspector/ScriptCallStack.h static PassRefPtr<ScriptCallStack> create(Vector<ScriptCallFrame>&); Vector 56 Source/core/inspector/ScriptCallStack.h ScriptCallStack(Vector<ScriptCallFrame>&); Vector 58 Source/core/inspector/ScriptCallStack.h Vector<ScriptCallFrame> m_frames; Vector 70 Source/core/inspector/ScriptDebugListener.h virtual void didPause(ScriptState*, const ScriptValue& callFrames, const ScriptValue& exception, const Vector<String>& hitBreakpoints) = 0; Vector 81 Source/core/inspector/TraceEventDispatcher.cpp Vector<TraceEvent> events; Vector 95 Source/core/inspector/TraceEventDispatcher.cpp Vector<BoundTraceEventHandler>& handlers = it->value; Vector 111 Source/core/inspector/TraceEventDispatcher.cpp m_handlers.add(std::make_pair(name, phase), Vector<BoundTraceEventHandler>()).storedValue->value.append(BoundTraceEventHandler(instance, method)); Vector 125 Source/core/inspector/TraceEventDispatcher.cpp Vector<BoundTraceEventHandler>& handlers = it->value; Vector 173 Source/core/inspector/TraceEventDispatcher.h typedef HashMap<EventSelector, Vector<BoundTraceEventHandler> > HandlersMap; Vector 191 Source/core/inspector/TraceEventDispatcher.h Vector<TraceEvent> m_backgroundEvents; Vector 85 Source/core/loader/CookieJar.cpp bool getRawCookies(const Document* document, const KURL& url, Vector<Cookie>& cookies) Vector 43 Source/core/loader/CookieJar.h bool getRawCookies(const Document*, const KURL&, Vector<Cookie>&); Vector 143 Source/core/loader/DocumentLoader.h Vector<KURL> m_redirectChain; Vector 130 Source/core/loader/EmptyClients.cpp PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) Vector 135 Source/core/loader/EmptyClients.cpp PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) Vector 166 Source/core/loader/EmptyClients.h virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) OVERRIDE { } Vector 234 Source/core/loader/EmptyClients.h virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { } Vector 236 Source/core/loader/EmptyClients.h virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE; Vector 238 Source/core/loader/EmptyClients.h virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE; Vector 262 Source/core/loader/EmptyClients.h virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) OVERRIDE { } Vector 73 Source/core/loader/FormSubmission.cpp Vector<char> bodyData; Vector 1021 Source/core/loader/FrameLoader.cpp typedef Vector<RefPtr<LocalFrame> > FrameVector; Vector 1208 Source/core/loader/FrameLoader.cpp Vector<RefPtr<LocalFrame> > targetFrames; Vector 1401 Source/core/loader/FrameLoader.cpp Vector<RefPtr<DOMWrapperWorld> > worlds; Vector 151 Source/core/loader/FrameLoaderClient.h virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) = 0; Vector 168 Source/core/loader/FrameLoaderClient.h virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0; Vector 170 Source/core/loader/FrameLoaderClient.h virtual PassRefPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues) = 0; Vector 129 Source/core/loader/HistoryItem.cpp void HistoryItem::setDocumentState(const Vector<String>& state) Vector 134 Source/core/loader/HistoryItem.cpp const Vector<String>& HistoryItem::documentState() const Vector 45 Source/core/loader/HistoryItem.h typedef Vector<RefPtr<HistoryItem> > HistoryItemVector; Vector 72 Source/core/loader/HistoryItem.h const Vector<String>& documentState() const; Vector 73 Source/core/loader/HistoryItem.h void setDocumentState(const Vector<String>&); Vector 112 Source/core/loader/HistoryItem.h Vector<String> m_documentState; Vector 152 Source/core/loader/TextTrackLoader.cpp void TextTrackLoader::getNewCues(Vector<RefPtr<VTTCue> >& outputCues) Vector 159 Source/core/loader/TextTrackLoader.cpp void TextTrackLoader::getNewRegions(Vector<RefPtr<VTTRegion> >& outputRegions) Vector 65 Source/core/loader/TextTrackLoader.h void getNewCues(Vector<RefPtr<VTTCue> >& outputCues); Vector 66 Source/core/loader/TextTrackLoader.h void getNewRegions(Vector<RefPtr<VTTRegion> >& outputRegions); Vector 75 Source/core/loader/WorkerLoaderClientBridge.cpp static void workerGlobalScopeDidReceiveData(ExecutionContext* context, PassRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, PassOwnPtr<Vector<char> > vectorData) Vector 83 Source/core/loader/WorkerLoaderClientBridge.cpp OwnPtr<Vector<char> > vector = adoptPtr(new Vector<char>(dataLength)); // needs to be an OwnPtr for usage with createCallbackTask. Vector 99 Source/core/loader/WorkerLoaderClientBridge.cpp static void workerGlobalScopeDidReceiveCachedMetadata(ExecutionContext* context, PassRefPtr<ThreadableLoaderClientWrapper> workerClientWrapper, PassOwnPtr<Vector<char> > vectorData) Vector 107 Source/core/loader/WorkerLoaderClientBridge.cpp OwnPtr<Vector<char> > vector = adoptPtr(new Vector<char>(dataLength)); // needs to be an OwnPtr for usage with createCallbackTask. Vector 85 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.cpp Vector<char>* buffer = new Vector<char>(dataLength); Vector 100 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.cpp Vector<char>* buffer = new Vector<char>(dataLength); Vector 73 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h Vector<Vector<char>*> m_receivedData; Vector 74 Source/core/loader/WorkerLoaderClientBridgeSyncHelper.h Vector<Closure> m_clientTasks; Vector 73 Source/core/loader/WorkerThreadableLoader.cpp Vector<blink::WebWaitableEvent*> events; Vector 106 Source/core/loader/appcache/ApplicationCacheHost.h typedef Vector<ResourceInfo> ResourceInfoList; Vector 168 Source/core/loader/appcache/ApplicationCacheHost.h Vector<DeferredEvent> m_deferredEvents; Vector 405 Source/core/page/Chrome.cpp const Vector<PopupOpeningObserver*> observers(m_popupOpeningObservers); Vector 140 Source/core/page/Chrome.h Vector<PopupOpeningObserver*> m_popupOpeningObservers; Vector 239 Source/core/page/ChromeClient.h virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { }; Vector 100 Source/core/page/DragData.cpp void DragData::asFilenames(Vector<String>& result) const Vector 102 Source/core/page/DragData.cpp const Vector<String>& filenames = m_platformDragData->filenames(); Vector 69 Source/core/page/DragData.h void asFilenames(Vector<String>&) const; Vector 454 Source/core/page/EventHandler.cpp Vector<DocumentMarker*> markers = innerNode->document().markers().markersInRange(makeRange(pos, pos).get(), DocumentMarker::MisspellingMarkers()); Vector 2711 Source/core/page/EventHandler.cpp Vector<RefPtr<Node>, 11> nodes; Vector 2722 Source/core/page/EventHandler.cpp bool success = findBestClickableCandidate(targetNode, targetPoint, touchCenter, touchRect, Vector<RefPtr<Node> > (nodes)); Vector 2734 Source/core/page/EventHandler.cpp Vector<RefPtr<Node>, 11> nodes; Vector 2738 Source/core/page/EventHandler.cpp return findBestContextMenuCandidate(targetNode, targetPoint, touchCenter, touchRect, Vector<RefPtr<Node> >(nodes)); Vector 2747 Source/core/page/EventHandler.cpp Vector<RefPtr<Node>, 11> nodes; Vector 2751 Source/core/page/EventHandler.cpp return findBestZoomableArea(targetNode, targetArea, touchCenter, touchRect, Vector<RefPtr<Node> >(nodes)); Vector 3618 Source/core/page/EventHandler.cpp const Vector<PlatformTouchPoint>& points = event.touchPoints(); Vector 119 Source/core/page/EventSource.h Vector<UChar> m_receiveBuf; Vector 124 Source/core/page/EventSource.h Vector<UChar> m_data; Vector 145 Source/core/page/FrameTree.cpp Vector<LocalFrame*, 16> chain; Vector 88 Source/core/page/HistoryController.cpp Vector<uint64_t, 10> framesToRemove; Vector 89 Source/core/page/HistoryController.cpp Vector<String, 10> uniqueNamesToRemove; Vector 268 Source/core/page/HistoryController.cpp const Vector<OwnPtr<HistoryNode> >& childEntries = historyNode->children(); Vector 103 Source/core/page/HistoryController.h const Vector<OwnPtr<HistoryNode> >& children() const { return m_children; } Vector 110 Source/core/page/HistoryController.h Vector<OwnPtr<HistoryNode> > m_children; Vector 39 Source/core/page/InjectedStyleSheets.cpp void InjectedStyleSheets::add(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectIn) Vector 40 Source/core/page/InjectedStyleSheets.h InjectedStyleSheetEntry(const String& source, const Vector<String>& whitelist, StyleInjectionTarget injectedFrames) Vector 48 Source/core/page/InjectedStyleSheets.h const Vector<String>& whitelist() const { return m_whitelist; } Vector 53 Source/core/page/InjectedStyleSheets.h Vector<String> m_whitelist; Vector 57 Source/core/page/InjectedStyleSheets.h typedef Vector<OwnPtr<InjectedStyleSheetEntry> > InjectedStyleSheetEntryVector; Vector 63 Source/core/page/InjectedStyleSheets.h void add(const String& source, const Vector<String>& whitelist, StyleInjectionTarget); Vector 84 Source/core/page/Page.cpp Vector<RefPtr<LocalFrame> > frames; Vector 206 Source/core/page/Page.cpp Vector<IntRect> rects; Vector 210 Source/core/page/Page.cpp Vector<FloatQuad> quads(rects.size()); Vector 272 Source/core/page/Page.cpp Vector<RefPtr<LocalFrame> > framesNeedingReload; Vector 38 Source/core/page/PageAnimator.cpp Vector<RefPtr<Document> > documents; Vector 89 Source/core/page/PagePopupClient.cpp void PagePopupClient::addProperty(const char* name, const Vector<String>& values, SharedBuffer* data) Vector 79 Source/core/page/PagePopupClient.h static void addProperty(const char* name, const Vector<String>& values, SharedBuffer*); Vector 104 Source/core/page/PageSerializer.cpp SerializerMarkupAccumulator(PageSerializer*, const Document&, Vector<Node*>*); Vector 118 Source/core/page/PageSerializer.cpp SerializerMarkupAccumulator::SerializerMarkupAccumulator(PageSerializer* serializer, const Document& document, Vector<Node*>* nodes) Vector 176 Source/core/page/PageSerializer.cpp PageSerializer::PageSerializer(Vector<SerializedResource>* resources) Vector 210 Source/core/page/PageSerializer.cpp Vector<Node*> serializedNodes; Vector 217 Source/core/page/PageSerializer.cpp for (Vector<Node*>::iterator iter = serializedNodes.begin(); iter != serializedNodes.end(); ++iter) { Vector 62 Source/core/page/PageSerializer.h explicit PageSerializer(Vector<SerializedResource>*); Vector 87 Source/core/page/PageSerializer.h Vector<SerializedResource>* m_resources; Vector 376 Source/core/page/PrintContext.cpp const Vector<IntRect>& pageRects = printContext.pageRects(); Vector 58 Source/core/page/PrintContext.h const Vector<IntRect>& pageRects() const { return m_pageRects; } Vector 89 Source/core/page/PrintContext.h Vector<IntRect> m_pageRects; Vector 38 Source/core/page/ScopedPageLoadDeferrer.h Vector<RefPtr<LocalFrame>, 16> m_deferredFrames; Vector 64 Source/core/page/TouchAdjustment.cpp typedef Vector<SubtargetGeometry> SubtargetGeometryList; Vector 125 Source/core/page/TouchAdjustment.cpp static inline void appendQuadsToSubtargetList(Vector<FloatQuad>& quads, Node* node, SubtargetGeometryList& subtargets) Vector 127 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad>::const_iterator it = quads.begin(); Vector 128 Source/core/page/TouchAdjustment.cpp const Vector<FloatQuad>::const_iterator end = quads.end(); Vector 138 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad> quads; Vector 166 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad> quads; Vector 197 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad> quads; Vector 208 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad> quads; Vector 216 Source/core/page/TouchAdjustment.cpp Vector<FloatQuad>::const_iterator it = quads.begin(); Vector 217 Source/core/page/TouchAdjustment.cpp const Vector<FloatQuad>::const_iterator end = quads.end(); Vector 232 Source/core/page/TouchAdjustment.cpp void compileSubtargetList(const Vector<RefPtr<Node> >& intersectedNodes, SubtargetGeometryList& subtargets, NodeFilter nodeFilter, AppendSubtargetsForNode appendSubtargetsForNode) Vector 237 Source/core/page/TouchAdjustment.cpp Vector<Node*> candidates; Vector 245 Source/core/page/TouchAdjustment.cpp Vector<Node*> visitedNodes; Vector 307 Source/core/page/TouchAdjustment.cpp void compileZoomableSubtargets(const Vector<RefPtr<Node> >& intersectedNodes, SubtargetGeometryList& subtargets) Vector 472 Source/core/page/TouchAdjustment.cpp bool findBestClickableCandidate(Node*& targetNode, IntPoint &targetPoint, const IntPoint &touchHotspot, const IntRect &touchArea, const Vector<RefPtr<Node> >& nodes) Vector 480 Source/core/page/TouchAdjustment.cpp bool findBestContextMenuCandidate(Node*& targetNode, IntPoint &targetPoint, const IntPoint &touchHotspot, const IntRect &touchArea, const Vector<RefPtr<Node> >& nodes) Vector 488 Source/core/page/TouchAdjustment.cpp bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >& nodes) Vector 32 Source/core/page/TouchAdjustment.h bool findBestClickableCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&); Vector 33 Source/core/page/TouchAdjustment.h bool findBestContextMenuCandidate(Node*& targetNode, IntPoint& targetPoint, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&); Vector 34 Source/core/page/TouchAdjustment.h bool findBestZoomableArea(Node*& targetNode, IntRect& targetArea, const IntPoint& touchHotspot, const IntRect& touchArea, const Vector<RefPtr<Node> >&); Vector 91 Source/core/page/TouchDisambiguation.cpp void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, Vector<Node*>& highlightNodes) Vector 42 Source/core/page/TouchDisambiguation.h void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, Vector<Node*>& highlightNodes); Vector 239 Source/core/page/WindowFeatures.cpp Vector<String> vector; Vector 77 Source/core/page/WindowFeatures.h Vector<String> additionalFeatures; Vector 116 Source/core/page/scrolling/ScrollingCoordinator.cpp Vector<IntRect> rects = region.rects(); Vector 391 Source/core/page/scrolling/ScrollingCoordinator.cpp typedef HashMap<const RenderLayer*, Vector<const LocalFrame*> > LayerFrameMap; Vector 403 Source/core/page/scrolling/ScrollingCoordinator.cpp map->add(containingLayer, Vector<const LocalFrame*>()).storedValue->value.append(child); Vector 439 Source/core/page/scrolling/ScrollingCoordinator.cpp Vector<LayoutRect>* compIterValue; Vector 441 Source/core/page/scrolling/ScrollingCoordinator.cpp compIterValue = &compositorRects.add(compositedLayer, Vector<LayoutRect>()).storedValue->value; Vector 49 Source/core/plugins/DOMMimeType.cpp const Vector<String>& extensions = mimeClassInfo().extensions; Vector 53 Source/core/plugins/DOMMimeTypeArray.cpp const Vector<MimeClassInfo>& mimes = data->mimes(); Vector 64 Source/core/plugins/DOMMimeTypeArray.cpp const Vector<MimeClassInfo>& mimes = data->mimes(); Vector 77 Source/core/plugins/DOMMimeTypeArray.cpp const Vector<MimeClassInfo>& mimes = data->mimes(); Vector 66 Source/core/plugins/DOMPlugin.cpp const Vector<MimeClassInfo>& mimes = m_pluginData->mimes(); Vector 76 Source/core/plugins/DOMPlugin.cpp const Vector<MimeClassInfo>& mimes = m_pluginData->mimes(); Vector 85 Source/core/plugins/DOMPlugin.cpp const Vector<MimeClassInfo>& mimes = m_pluginData->mimes(); Vector 53 Source/core/plugins/DOMPluginArray.cpp const Vector<PluginInfo>& plugins = data->plugins(); Vector 64 Source/core/plugins/DOMPluginArray.cpp const Vector<PluginInfo>& plugins = data->plugins(); Vector 77 Source/core/plugins/DOMPluginArray.cpp const Vector<PluginInfo>& plugins = data->plugins(); Vector 49 Source/core/plugins/PluginOcclusionSupport.cpp static void getObjectStack(const RenderObject* ro, Vector<const RenderObject*>* roStack) Vector 59 Source/core/plugins/PluginOcclusionSupport.cpp static bool iframeIsAbovePlugin(const Vector<const RenderObject*>& iframeZstack, const Vector<const RenderObject*>& pluginZstack) Vector 122 Source/core/plugins/PluginOcclusionSupport.cpp static void addToOcclusions(const RenderBox* renderer, Vector<IntRect>& occlusions) Vector 129 Source/core/plugins/PluginOcclusionSupport.cpp static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>& occlusions) Vector 151 Source/core/plugins/PluginOcclusionSupport.cpp void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions) Vector 157 Source/core/plugins/PluginOcclusionSupport.cpp Vector<const RenderObject*> pluginZstack; Vector 158 Source/core/plugins/PluginOcclusionSupport.cpp Vector<const RenderObject*> iframeZstack; Vector 196 Source/core/plugins/PluginOcclusionSupport.cpp const Vector<RefPtr<Element> >& elements = document->topLayerElements(); Vector 30 Source/core/plugins/PluginOcclusionSupport.h void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions); Vector 119 Source/core/rendering/AbstractInlineTextBox.cpp void AbstractInlineTextBox::characterWidths(Vector<float>& widths) const Vector 127 Source/core/rendering/AbstractInlineTextBox.cpp void AbstractInlineTextBox::wordBoundaries(Vector<WordBoundaries>& words) const Vector 81 Source/core/rendering/AbstractInlineTextBox.h void characterWidths(Vector<float>&) const; Vector 82 Source/core/rendering/AbstractInlineTextBox.h void wordBoundaries(Vector<WordBoundaries>&) const; Vector 73 Source/core/rendering/AutoTableLayout.h Vector<Layout, 4> m_layoutStruct; Vector 74 Source/core/rendering/AutoTableLayout.h Vector<RenderTableCell*, 4> m_spanCells; Vector 271 Source/core/rendering/ClipRect.h typedef Vector<LayerFragment, 1> LayerFragments; Vector 90 Source/core/rendering/FastTextAutosizer.cpp DEFINE_STATIC_LOCAL(Vector<QualifiedName>, formInputTags, ()); Vector 173 Source/core/rendering/FastTextAutosizer.h typedef Vector<OwnPtr<Cluster> > ClusterStack; Vector 53 Source/core/rendering/FilterEffectRenderer.cpp static inline void endMatrixRow(Vector<float>& parameters) Vector 59 Source/core/rendering/FilterEffectRenderer.cpp static inline void lastMatrixRow(Vector<float>& parameters) Vector 109 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> inputParameters; Vector 136 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> inputParameters; Vector 163 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> inputParameters; Vector 169 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> inputParameters; Vector 178 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> transferParameters; Vector 190 Source/core/rendering/FilterEffectRenderer.cpp Vector<float> transferParameters; Vector 220 Source/core/rendering/FixedTableLayout.cpp Vector<int> calcWidth(nEffCols, 0); Vector 44 Source/core/rendering/FixedTableLayout.h Vector<Length> m_width; Vector 459 Source/core/rendering/InlineFlowBox.cpp const Vector<const SimpleFontData*>* usedFonts = 0; Vector 1582 Source/core/rendering/InlineFlowBox.cpp void InlineFlowBox::collectLeafBoxesInLogicalOrder(Vector<InlineBox*>& leafBoxesInLogicalOrder, CustomInlineBoxRangeReverse customReverseImplementation, void* userData) const Vector 1609 Source/core/rendering/InlineFlowBox.cpp Vector<InlineBox*>::iterator end = leafBoxesInLogicalOrder.end(); Vector 1611 Source/core/rendering/InlineFlowBox.cpp Vector<InlineBox*>::iterator it = leafBoxesInLogicalOrder.begin(); Vector 1618 Source/core/rendering/InlineFlowBox.cpp Vector<InlineBox*>::iterator first = it; Vector 1624 Source/core/rendering/InlineFlowBox.cpp Vector<InlineBox*>::iterator last = it; Vector 39 Source/core/rendering/InlineFlowBox.h typedef HashMap<const InlineTextBox*, pair<Vector<const SimpleFontData*>, GlyphOverflow> > GlyphOverflowAndFallbackFontsMap; Vector 88 Source/core/rendering/InlineFlowBox.h typedef void (*CustomInlineBoxRangeReverse)(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last); Vector 89 Source/core/rendering/InlineFlowBox.h void collectLeafBoxesInLogicalOrder(Vector<InlineBox*>&, CustomInlineBoxRangeReverse customReverseImplementation = 0, void* userData = 0) const; Vector 768 Source/core/rendering/InlineTextBox.cpp const Vector<CompositionUnderline>& underlines = renderer().frame()->inputMethodController().customCompositionUnderlines(); Vector 1305 Source/core/rendering/InlineTextBox.cpp Vector<DocumentMarker*> markers = renderer().document().markers().markersFor(renderer().node()); Vector 1306 Source/core/rendering/InlineTextBox.cpp Vector<DocumentMarker*>::const_iterator markerIt = markers.begin(); Vector 1481 Source/core/rendering/InlineTextBox.cpp void InlineTextBox::characterWidths(Vector<float>& widths) const Vector 166 Source/core/rendering/InlineTextBox.h void characterWidths(Vector<float>&) const; Vector 61 Source/core/rendering/OrderIterator.h Vector<RenderBox*> m_children; Vector 186 Source/core/rendering/RenderBlock.cpp static void appendImageIfNotNull(Vector<ImageResource*>& imageResources, const StyleImage* styleImage) Vector 195 Source/core/rendering/RenderBlock.cpp static void appendLayers(Vector<ImageResource*>& images, const FillLayer* styleLayer) Vector 202 Source/core/rendering/RenderBlock.cpp static void appendImagesFromStyle(Vector<ImageResource*>& images, RenderStyle& blockStyle) Vector 353 Source/core/rendering/RenderBlock.cpp Vector<ImageResource*> images; Vector 1303 Source/core/rendering/RenderBlock.cpp Vector<ImageResource*> images; Vector 1328 Source/core/rendering/RenderBlock.cpp for (Vector<ImageResource*>::iterator it = images.begin(), end = images.end(); it != end; ++it) Vector 2589 Source/core/rendering/RenderBlock.cpp Vector<RenderBox*, 16> deadObjects; Vector 4022 Source/core/rendering/RenderBlock.cpp typedef Vector<std::pair<RenderObject*, unsigned> > FirstLetterRenderersList; Vector 4481 Source/core/rendering/RenderBlock.cpp void RenderBlock::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 4497 Source/core/rendering/RenderBlock.cpp void RenderBlock::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 4590 Source/core/rendering/RenderBlock.cpp void RenderBlock::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) Vector 4637 Source/core/rendering/RenderBlock.cpp void RenderBlock::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const Vector 58 Source/core/rendering/RenderBlock.h typedef Vector<WordMeasurement, 64> WordMeasurements; Vector 339 Source/core/rendering/RenderBlock.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; Vector 341 Source/core/rendering/RenderBlock.h virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE; Vector 431 Source/core/rendering/RenderBlock.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE; Vector 432 Source/core/rendering/RenderBlock.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 477 Source/core/rendering/RenderBlockFlow.h static void repaintDirtyFloats(Vector<FloatWithRect>& floats); Vector 478 Source/core/rendering/RenderBlockFlow.h void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat); Vector 495 Source/core/rendering/RenderBlockLineLayout.cpp GlyphOverflowAndFallbackFontsMap::ValueType* it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).storedValue; Vector 502 Source/core/rendering/RenderBlockLineLayout.cpp GlyphOverflowAndFallbackFontsMap::ValueType* it = textBoxDataMap.add(toInlineTextBox(run->m_box), make_pair(Vector<const SimpleFontData*>(), GlyphOverflow())).storedValue; Vector 508 Source/core/rendering/RenderBlockLineLayout.cpp static inline void computeExpansionForJustifiedText(BidiRun* firstRun, BidiRun* trailingSpaceRun, Vector<unsigned, 16>& expansionOpportunities, unsigned expansionOpportunityCount, float& totalLogicalWidth, float availableLogicalWidth) Vector 638 Source/core/rendering/RenderBlockLineLayout.cpp Vector<unsigned, 16> expansionOpportunities; Vector 1176 Source/core/rendering/RenderBlockLineLayout.cpp if (Vector<RenderBox*>* cleanLineFloats = line->floatsPtr()) { Vector 1177 Source/core/rendering/RenderBlockLineLayout.cpp Vector<RenderBox*>::iterator end = cleanLineFloats->end(); Vector 1178 Source/core/rendering/RenderBlockLineLayout.cpp for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) { Vector 1230 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::repaintDirtyFloats(Vector<FloatWithRect>& floats) Vector 1712 Source/core/rendering/RenderBlockLineLayout.cpp Vector<RenderBox*> replacedChildren; Vector 1775 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::checkFloatsInCleanLine(RootInlineBox* line, Vector<FloatWithRect>& floats, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat) Vector 1777 Source/core/rendering/RenderBlockLineLayout.cpp Vector<RenderBox*>* cleanLineFloats = line->floatsPtr(); Vector 1781 Source/core/rendering/RenderBlockLineLayout.cpp Vector<RenderBox*>::iterator end = cleanLineFloats->end(); Vector 1782 Source/core/rendering/RenderBlockLineLayout.cpp for (Vector<RenderBox*>::iterator it = cleanLineFloats->begin(); it != end; ++it) { Vector 1892 Source/core/rendering/RenderBlockLineLayout.cpp if (Vector<RenderBox*>* cleanLineFloats = line->floatsPtr()) { Vector 1893 Source/core/rendering/RenderBlockLineLayout.cpp Vector<RenderBox*>::iterator end = cleanLineFloats->end(); Vector 1894 Source/core/rendering/RenderBlockLineLayout.cpp for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) { Vector 531 Source/core/rendering/RenderBox.cpp void RenderBox::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 536 Source/core/rendering/RenderBox.cpp void RenderBox::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 593 Source/core/rendering/RenderBox.cpp void RenderBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) Vector 613 Source/core/rendering/RenderBox.cpp void RenderBox::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const Vector 1496 Source/core/rendering/RenderBox.cpp Vector<const FillLayer*, 8> layers; Vector 1524 Source/core/rendering/RenderBox.cpp Vector<const FillLayer*>::const_reverse_iterator topLayer = layers.rend(); Vector 1525 Source/core/rendering/RenderBox.cpp for (Vector<const FillLayer*>::const_reverse_iterator it = layers.rbegin(); it != topLayer; ++it) Vector 195 Source/core/rendering/RenderBox.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; Vector 331 Source/core/rendering/RenderBox.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE; Vector 332 Source/core/rendering/RenderBox.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 666 Source/core/rendering/RenderBox.h virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE; Vector 119 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp Vector<unsigned int> m_sortedOrdinalValues; Vector 314 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<LineContext>& lineContexts) Vector 668 Source/core/rendering/RenderFlexibleBox.cpp Vector<LineContext> lineContexts; Vector 675 Source/core/rendering/RenderFlexibleBox.cpp Vector<LayoutUnit, 16> childSizes; Vector 920 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::freezeViolations(const Vector<Violation>& violations, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, bool hasInfiniteLineLength) Vector 934 Source/core/rendering/RenderFlexibleBox.cpp bool RenderFlexibleBox::resolveFlexibleLengths(FlexSign flexSign, const OrderedFlexItemList& children, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize& inflexibleItems, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength) Vector 939 Source/core/rendering/RenderFlexibleBox.cpp Vector<Violation> minViolations; Vector 940 Source/core/rendering/RenderFlexibleBox.cpp Vector<Violation> maxViolations; Vector 1080 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList& children, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>& lineContexts, bool hasInfiniteLineLength) Vector 1225 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::alignFlexLines(Vector<LineContext>& lineContexts) Vector 1263 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::alignChildren(const Vector<LineContext>& lineContexts) Vector 1266 Source/core/rendering/RenderFlexibleBox.cpp Vector<LayoutUnit> minMarginAfterBaselines; Vector 1393 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::flipForWrapReverse(const Vector<LineContext>& lineContexts, LayoutUnit crossAxisStartEdge) Vector 79 Source/core/rendering/RenderFlexibleBox.h typedef Vector<RenderBox*> OrderedFlexItemList; Vector 85 Source/core/rendering/RenderFlexibleBox.h typedef Vector<LayoutRect, 8> ChildFrameRects; Vector 130 Source/core/rendering/RenderFlexibleBox.h void repositionLogicalHeightDependentFlexItems(Vector<LineContext>&); Vector 144 Source/core/rendering/RenderFlexibleBox.h bool resolveFlexibleLengths(FlexSign, const OrderedFlexItemList&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, Vector<LayoutUnit, 16>& childSizes, bool hasInfiniteLineLength); Vector 145 Source/core/rendering/RenderFlexibleBox.h void freezeViolations(const Vector<Violation>&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, bool hasInfiniteLineLength); Vector 151 Source/core/rendering/RenderFlexibleBox.h void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<LineContext>&, bool hasInfiniteLineLength); Vector 153 Source/core/rendering/RenderFlexibleBox.h void alignFlexLines(Vector<LineContext>&); Vector 154 Source/core/rendering/RenderFlexibleBox.h void alignChildren(const Vector<LineContext>&); Vector 157 Source/core/rendering/RenderFlexibleBox.h void flipForWrapReverse(const Vector<LineContext>&, LayoutUnit crossAxisStartEdge); Vector 42 Source/core/rendering/RenderFlowThread.h typedef Vector<LayerFragment, 1> LayerFragments; Vector 170 Source/core/rendering/RenderFrameSet.cpp void RenderFrameSet::layOutAxis(GridAxis& axis, const Vector<HTMLDimension>& grid, int availableLen) Vector 53 Source/core/rendering/RenderFrameSet.h Vector<bool> m_preventResize; Vector 54 Source/core/rendering/RenderFrameSet.h Vector<bool> m_allowBorder; Vector 89 Source/core/rendering/RenderFrameSet.h Vector<int> m_sizes; Vector 90 Source/core/rendering/RenderFrameSet.h Vector<int> m_deltas; Vector 91 Source/core/rendering/RenderFrameSet.h Vector<bool> m_preventResize; Vector 92 Source/core/rendering/RenderFrameSet.h Vector<bool> m_allowBorder; Vector 112 Source/core/rendering/RenderFrameSet.h void layOutAxis(GridAxis&, const Vector<HTMLDimension>&, int availableSpace); Vector 131 Source/core/rendering/RenderGeometryMap.h typedef Vector<RenderGeometryMapStep, 32> RenderGeometryMapSteps; Vector 160 Source/core/rendering/RenderGrid.cpp Vector<GridTrack> columnTracks; Vector 161 Source/core/rendering/RenderGrid.cpp Vector<GridTrack> rowTracks; Vector 162 Source/core/rendering/RenderGrid.cpp Vector<size_t> contentSizedTracksIndex; Vector 165 Source/core/rendering/RenderGrid.cpp Vector<LayoutUnit> distributeTrackVector; Vector 166 Source/core/rendering/RenderGrid.cpp Vector<GridTrack*> filteredTracks; Vector 368 Source/core/rendering/RenderGrid.cpp Vector<GridTrack>& tracks = (direction == ForColumns) ? sizingData.columnTracks : sizingData.rowTracks; Vector 369 Source/core/rendering/RenderGrid.cpp Vector<size_t> flexibleSizedTracksIndex; Vector 408 Source/core/rendering/RenderGrid.cpp Vector<GridTrack*> tracksForDistribution(tracksSize); Vector 499 Source/core/rendering/RenderGrid.cpp double RenderGrid::computeNormalizedFractionBreadth(Vector<GridTrack>& tracks, const GridSpan& tracksSpan, GridTrackSizingDirection direction, LayoutUnit availableLogicalSpace) const Vector 503 Source/core/rendering/RenderGrid.cpp Vector<GridTrackForNormalization> tracksForNormalization; Vector 545 Source/core/rendering/RenderGrid.cpp const Vector<GridTrackSize>& trackStyles = (direction == ForColumns) ? style()->gridTemplateColumns() : style()->gridTemplateRows(); Vector 577 Source/core/rendering/RenderGrid.cpp LayoutUnit RenderGrid::logicalContentHeightForChild(RenderBox* child, Vector<GridTrack>& columnTracks) Vector 593 Source/core/rendering/RenderGrid.cpp LayoutUnit RenderGrid::minContentForChild(RenderBox* child, GridTrackSizingDirection direction, Vector<GridTrack>& columnTracks) Vector 609 Source/core/rendering/RenderGrid.cpp LayoutUnit RenderGrid::maxContentForChild(RenderBox* child, GridTrackSizingDirection direction, Vector<GridTrack>& columnTracks) Vector 680 Source/core/rendering/RenderGrid.cpp void RenderGrid::distributeSpaceToTracks(Vector<GridTrack*>& tracks, Vector<GridTrack*>* tracksForGrowthAboveMaxBreadth, AccumulatorGetter trackGetter, AccumulatorGrowFunction trackGrowthFunction, GridSizingData& sizingData, LayoutUnit& availableLogicalSpace) Vector 717 Source/core/rendering/RenderGrid.cpp bool RenderGrid::tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection direction, const Vector<GridTrack>& tracks) Vector 774 Source/core/rendering/RenderGrid.cpp Vector<RenderBox*> autoMajorAxisAutoGridItems; Vector 775 Source/core/rendering/RenderGrid.cpp Vector<RenderBox*> specifiedMajorAxisAutoGridItems; Vector 836 Source/core/rendering/RenderGrid.cpp void RenderGrid::placeSpecifiedMajorAxisItemsOnGrid(const Vector<RenderBox*>& autoGridItems) Vector 853 Source/core/rendering/RenderGrid.cpp void RenderGrid::placeAutoMajorAxisItemsOnGrid(const Vector<RenderBox*>& autoGridItems) Vector 1144 Source/core/rendering/RenderGrid.cpp LayoutUnit RenderGrid::gridAreaBreadthForChild(const RenderBox* child, GridTrackSizingDirection direction, const Vector<GridTrack>& tracks) const Vector 1290 Source/core/rendering/RenderGrid.cpp static GridSpan dirtiedGridAreas(const Vector<LayoutUnit>& coordinates, LayoutUnit start, LayoutUnit end) Vector 1354 Source/core/rendering/RenderGrid.cpp Vector<RenderBox*>::const_iterator overflowIterator = m_gridItemsOverflowingGridArea.begin(); Vector 1355 Source/core/rendering/RenderGrid.cpp Vector<RenderBox*>::const_iterator end = m_gridItemsOverflowingGridArea.end(); Vector 1370 Source/core/rendering/RenderGrid.cpp const Vector<RenderBox*, 1>& children = m_grid[row][column]; Vector 57 Source/core/rendering/RenderGrid.h const Vector<LayoutUnit>& columnPositions() const { return m_columnPositions; } Vector 58 Source/core/rendering/RenderGrid.h const Vector<LayoutUnit>& rowPositions() const { return m_rowPositions; } Vector 88 Source/core/rendering/RenderGrid.h void placeSpecifiedMajorAxisItemsOnGrid(const Vector<RenderBox*>&); Vector 89 Source/core/rendering/RenderGrid.h void placeAutoMajorAxisItemsOnGrid(const Vector<RenderBox*>&); Vector 97 Source/core/rendering/RenderGrid.h typedef LayoutUnit (RenderGrid::* SizingFunction)(RenderBox*, GridTrackSizingDirection, Vector<GridTrack>&); Vector 102 Source/core/rendering/RenderGrid.h void distributeSpaceToTracks(Vector<GridTrack*>&, Vector<GridTrack*>* tracksForGrowthAboveMaxBreadth, AccumulatorGetter, AccumulatorGrowFunction, GridSizingData&, LayoutUnit& availableLogicalSpace); Vector 104 Source/core/rendering/RenderGrid.h double computeNormalizedFractionBreadth(Vector<GridTrack>&, const GridSpan& tracksSpan, GridTrackSizingDirection, LayoutUnit availableLogicalSpace) const; Vector 111 Source/core/rendering/RenderGrid.h LayoutUnit logicalContentHeightForChild(RenderBox*, Vector<GridTrack>&); Vector 112 Source/core/rendering/RenderGrid.h LayoutUnit minContentForChild(RenderBox*, GridTrackSizingDirection, Vector<GridTrack>& columnTracks); Vector 113 Source/core/rendering/RenderGrid.h LayoutUnit maxContentForChild(RenderBox*, GridTrackSizingDirection, Vector<GridTrack>& columnTracks); Vector 130 Source/core/rendering/RenderGrid.h PassOwnPtr<GridSpan> resolveBeforeStartNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, const Vector<size_t>&) const; Vector 131 Source/core/rendering/RenderGrid.h PassOwnPtr<GridSpan> resolveAfterEndNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition&, const Vector<size_t>&) const; Vector 133 Source/core/rendering/RenderGrid.h LayoutUnit gridAreaBreadthForChild(const RenderBox* child, GridTrackSizingDirection, const Vector<GridTrack>&) const; Vector 140 Source/core/rendering/RenderGrid.h bool tracksAreWiderThanMinTrackBreadth(GridTrackSizingDirection, const Vector<GridTrack>&); Vector 154 Source/core/rendering/RenderGrid.h typedef Vector<RenderBox*, 1> GridCell; Vector 155 Source/core/rendering/RenderGrid.h typedef Vector<Vector<GridCell> > GridRepresentation; Vector 158 Source/core/rendering/RenderGrid.h Vector<LayoutUnit> m_rowPositions; Vector 159 Source/core/rendering/RenderGrid.h Vector<LayoutUnit> m_columnPositions; Vector 162 Source/core/rendering/RenderGrid.h Vector<RenderBox*> m_gridItemsOverflowingGridArea; Vector 610 Source/core/rendering/RenderInline.cpp AbsoluteRectsGeneratorContext(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) Vector 621 Source/core/rendering/RenderInline.cpp Vector<IntRect>& m_rects; Vector 627 Source/core/rendering/RenderInline.cpp void RenderInline::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 646 Source/core/rendering/RenderInline.cpp AbsoluteQuadsGeneratorContext(const RenderInline* renderer, Vector<FloatQuad>& quads) Vector 658 Source/core/rendering/RenderInline.cpp Vector<FloatQuad>& m_quads; Vector 664 Source/core/rendering/RenderInline.cpp void RenderInline::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 1351 Source/core/rendering/RenderInline.cpp void RenderInline::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) Vector 1380 Source/core/rendering/RenderInline.cpp AbsoluteLayoutRectsGeneratorContext(Vector<LayoutRect>& rects, const LayoutPoint& accumulatedOffset) Vector 1391 Source/core/rendering/RenderInline.cpp Vector<LayoutRect>& m_rects; Vector 1397 Source/core/rendering/RenderInline.cpp void RenderInline::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const Vector 1423 Source/core/rendering/RenderInline.cpp Vector<LayoutRect> rects; Vector 1557 Source/core/rendering/RenderInline.cpp void RenderInline::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) Vector 57 Source/core/rendering/RenderInline.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; Vector 58 Source/core/rendering/RenderInline.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 85 Source/core/rendering/RenderInline.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL; Vector 104 Source/core/rendering/RenderInline.h virtual void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const OVERRIDE; Vector 175 Source/core/rendering/RenderInline.h virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) OVERRIDE FINAL; Vector 1833 Source/core/rendering/RenderLayer.cpp PassOwnPtr<Vector<FloatRect> > RenderLayer::collectTrackedRepaintRects() const Vector 1917 Source/core/rendering/RenderLayer.cpp Vector<RenderWidget*> overlappedRequestClients; Vector 2602 Source/core/rendering/RenderLayer.cpp Vector<RenderLayer*> columnLayers; Vector 2621 Source/core/rendering/RenderLayer.cpp PaintLayerFlags paintFlags, const Vector<RenderLayer*>& columnLayers, size_t colIndex) Vector 3185 Source/core/rendering/RenderLayer.cpp Vector<RenderLayer*> columnLayers; Vector 3201 Source/core/rendering/RenderLayer.cpp const Vector<RenderLayer*>& columnLayers, size_t columnIndex) Vector 4054 Source/core/rendering/RenderLayer.cpp Vector<LayoutRect> rect; Vector 4070 Source/core/rendering/RenderLayer.cpp rects.add(parentLayer, Vector<LayoutRect>()).storedValue->value.append(physicalBoundingBox(parentLayer)); Vector 466 Source/core/rendering/RenderLayer.h PassOwnPtr<Vector<FloatRect> > collectTrackedRepaintRects() const; Vector 590 Source/core/rendering/RenderLayer.h void paintChildLayerIntoColumns(RenderLayer* childLayer, GraphicsContext*, const LayerPaintingInfo&, PaintLayerFlags, const Vector<RenderLayer*>& columnLayers, size_t columnIndex); Vector 625 Source/core/rendering/RenderLayer.h const Vector<RenderLayer*>& columnLayers, size_t columnIndex); Vector 77 Source/core/rendering/RenderLayerFilterInfo.h Vector<RefPtr<Element> > m_internalSVGReferences; Vector 78 Source/core/rendering/RenderLayerFilterInfo.h Vector<ResourcePtr<DocumentResource> > m_externalSVGReferences; Vector 211 Source/core/rendering/RenderLayerStackingNode.cpp void RenderLayerStackingNode::rebuildZOrderLists(OwnPtr<Vector<RenderLayerStackingNode*> >& posZOrderList, Vector 212 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> >& negZOrderList, const RenderLayerStackingNode* nodeToForceAsStackingContainer, Vector 237 Source/core/rendering/RenderLayerStackingNode.cpp posZOrderList = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 255 Source/core/rendering/RenderLayerStackingNode.cpp m_normalFlowList = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 267 Source/core/rendering/RenderLayerStackingNode.cpp void RenderLayerStackingNode::collectLayers(OwnPtr<Vector<RenderLayerStackingNode*> >& posBuffer, OwnPtr<Vector<RenderLayerStackingNode*> >& negBuffer, Vector 303 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> >& buffer = (zIndex() >= 0) ? posBuffer : negBuffer; Vector 307 Source/core/rendering/RenderLayerStackingNode.cpp buffer = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 464 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > posZOrderListBeforePromote = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 465 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > negZOrderListBeforePromote = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 466 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > posZOrderListAfterPromote = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 467 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > negZOrderListAfterPromote = adoptPtr(new Vector<RenderLayerStackingNode*>); Vector 507 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> >& posZOrderList, OwnPtr<Vector<RenderLayerStackingNode*> >& negZOrderList) Vector 519 Source/core/rendering/RenderLayerStackingNode.cpp posZOrderList = adoptPtr(new Vector<RenderLayerStackingNode*>()); Vector 540 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> >& posZOrderList, OwnPtr<Vector<RenderLayerStackingNode*> >& negZOrderList) Vector 573 Source/core/rendering/RenderLayerStackingNode.cpp void RenderLayerStackingNode::computePaintOrderList(PaintOrderListType type, Vector<RefPtr<Node> >& list) Vector 575 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > posZOrderList; Vector 576 Source/core/rendering/RenderLayerStackingNode.cpp OwnPtr<Vector<RenderLayerStackingNode*> > negZOrderList; Vector 101 Source/core/rendering/RenderLayerStackingNode.h void computePaintOrderList(PaintOrderListType, Vector<RefPtr<Node> >&); Vector 124 Source/core/rendering/RenderLayerStackingNode.h Vector<RenderLayerStackingNode*>* posZOrderList() const Vector 131 Source/core/rendering/RenderLayerStackingNode.h Vector<RenderLayerStackingNode*>* normalFlowList() const Vector 137 Source/core/rendering/RenderLayerStackingNode.h Vector<RenderLayerStackingNode*>* negZOrderList() const Vector 156 Source/core/rendering/RenderLayerStackingNode.h void rebuildZOrderLists(OwnPtr<Vector<RenderLayerStackingNode*> >&, OwnPtr<Vector<RenderLayerStackingNode*> >&, Vector 160 Source/core/rendering/RenderLayerStackingNode.h void collectLayers(OwnPtr<Vector<RenderLayerStackingNode*> >&, Vector 161 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> >&, const RenderLayerStackingNode* nodeToForceAsStackingContainer = 0, Vector 181 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> >& posZOrderList, OwnPtr<Vector<RenderLayerStackingNode*> >& negZOrderList); Vector 183 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> >& posZOrderList, OwnPtr<Vector<RenderLayerStackingNode*> >& negZOrderList); Vector 199 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> > m_posZOrderList; Vector 200 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> > m_negZOrderList; Vector 204 Source/core/rendering/RenderLayerStackingNode.h OwnPtr<Vector<RenderLayerStackingNode*> > m_normalFlowList; Vector 42 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); Vector 51 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); Vector 60 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList(); Vector 74 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); Vector 83 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); Vector 92 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList(); Vector 106 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* negZOrderList = m_root.negZOrderList(); Vector 116 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* normalFlowList = m_root.normalFlowList(); Vector 126 Source/core/rendering/RenderLayerStackingNodeIterator.cpp Vector<RenderLayerStackingNode*>* posZOrderList = m_root.posZOrderList(); Vector 124 Source/core/rendering/RenderListBox.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 336 Source/core/rendering/RenderListBox.cpp void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) Vector 352 Source/core/rendering/RenderListBox.cpp const Vector<HTMLElement*>& listItems = select->listItems(); Vector 410 Source/core/rendering/RenderListBox.cpp const Vector<HTMLElement*>& listItems = select->listItems(); Vector 459 Source/core/rendering/RenderListBox.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 715 Source/core/rendering/RenderListBox.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 86 Source/core/rendering/RenderListBox.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; Vector 165 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 217 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = select->listItems(); Vector 394 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = select->listItems(); Vector 412 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 420 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 428 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 448 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 473 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 549 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 555 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 561 Source/core/rendering/RenderMenuList.cpp const Vector<HTMLElement*>& listItems = selectElement()->listItems(); Vector 170 Source/core/rendering/RenderMultiColumnSet.h Vector<ContentRun, 1> m_contentRuns; Vector 1147 Source/core/rendering/RenderObject.cpp Vector<IntRect> focusRingRects; Vector 1247 Source/core/rendering/RenderObject.cpp Vector<FloatQuad> quads; Vector 1261 Source/core/rendering/RenderObject.cpp Vector<IntRect> rects; Vector 1274 Source/core/rendering/RenderObject.cpp void RenderObject::absoluteFocusRingQuads(Vector<FloatQuad>& quads) Vector 1276 Source/core/rendering/RenderObject.cpp Vector<IntRect> rects; Vector 1298 Source/core/rendering/RenderObject.cpp Vector<FloatQuad> quads; Vector 2428 Source/core/rendering/RenderObject.cpp Vector<LayoutRect> ownRects; Vector 2439 Source/core/rendering/RenderObject.cpp Vector<WebCore::LayoutRect>* iterValue; Vector 2441 Source/core/rendering/RenderObject.cpp iterValue = &layerRects.add(currentLayer, Vector<LayoutRect>()).storedValue->value; Vector 3075 Source/core/rendering/RenderObject.cpp void RenderObject::addAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) Vector 3094 Source/core/rendering/RenderObject.cpp void RenderObject::collectAnnotatedRegions(Vector<AnnotatedRegionValue>& regions) Vector 146 Source/core/rendering/RenderObject.h typedef WTF::HashMap<const RenderLayer*, Vector<LayoutRect> > LayerHitTestRects; Vector 696 Source/core/rendering/RenderObject.h virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&); Vector 697 Source/core/rendering/RenderObject.h void collectAnnotatedRegions(Vector<AnnotatedRegionValue>&); Vector 763 Source/core/rendering/RenderObject.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint&) const { } Vector 770 Source/core/rendering/RenderObject.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* /*wasFixed*/ = 0) const { } Vector 772 Source/core/rendering/RenderObject.h virtual void absoluteFocusRingQuads(Vector<FloatQuad>&); Vector 974 Source/core/rendering/RenderObject.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& /* additionalOffset */, const RenderLayerModelObject* /* paintContainer */ = 0) { }; Vector 1066 Source/core/rendering/RenderObject.h virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const { }; Vector 39 Source/core/rendering/RenderRegion.h typedef Vector<LayerFragment, 1> LayerFragments; Vector 144 Source/core/rendering/RenderTable.h const Vector<ColumnStruct>& columns() const { return m_columns; } Vector 145 Source/core/rendering/RenderTable.h const Vector<int>& columnPositions() const { return m_columnPos; } Vector 241 Source/core/rendering/RenderTable.h typedef Vector<CollapsedBorderValue> CollapsedBorderValues; Vector 320 Source/core/rendering/RenderTable.h mutable Vector<int> m_columnPos; Vector 321 Source/core/rendering/RenderTable.h mutable Vector<ColumnStruct> m_columns; Vector 322 Source/core/rendering/RenderTable.h mutable Vector<RenderTableCaption*> m_captions; Vector 323 Source/core/rendering/RenderTable.h mutable Vector<RenderTableCol*> m_columnRenderers; Vector 206 Source/core/rendering/RenderTableSection.cpp const Vector<RenderTable::ColumnStruct>& columns = table()->columns(); Vector 299 Source/core/rendering/RenderTableSection.cpp void RenderTableSection::distributeExtraRowSpanHeightToPercentRows(RenderTableCell* cell, int totalPercent, int& extraRowSpanningHeight, Vector<int>& rowsHeight) Vector 340 Source/core/rendering/RenderTableSection.cpp void RenderTableSection::distributeExtraRowSpanHeightToAutoRows(RenderTableCell* cell, int totalAutoRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) Vector 373 Source/core/rendering/RenderTableSection.cpp void RenderTableSection::distributeExtraRowSpanHeightToRemainingRows(RenderTableCell* cell, int totalRemainingRowsHeight, int& extraRowSpanningHeight, Vector<int>& rowsHeight) Vector 743 Source/core/rendering/RenderTableSection.cpp const Vector<int>& columnPos = table()->columnPositions(); Vector 1020 Source/core/rendering/RenderTableSection.cpp Vector<RenderTableCell*, 1>& cells = cellAt(r, c).cells; Vector 1296 Source/core/rendering/RenderTableSection.cpp const Vector<int>& columnPos = table()->columnPositions(); Vector 1328 Source/core/rendering/RenderTableSection.cpp const Vector<int>& columnPos = table()->columnPositions(); Vector 1364 Source/core/rendering/RenderTableSection.cpp const Vector<int>& columnPos = table()->columnPositions(); Vector 1443 Source/core/rendering/RenderTableSection.cpp Vector<RenderTableCell*> cells; Vector 86 Source/core/rendering/RenderTableSection.h typedef Vector<RenderTableCell*, 2> SpanningRenderTableCells; Vector 89 Source/core/rendering/RenderTableSection.h Vector<RenderTableCell*, 1> cells; Vector 110 Source/core/rendering/RenderTableSection.h typedef Vector<CellStruct> Row; Vector 136 Source/core/rendering/RenderTableSection.h Vector<int> rowHeight; Vector 252 Source/core/rendering/RenderTableSection.h void distributeExtraRowSpanHeightToPercentRows(RenderTableCell*, int, int&, Vector<int>&); Vector 253 Source/core/rendering/RenderTableSection.h void distributeExtraRowSpanHeightToAutoRows(RenderTableCell*, int, int&, Vector<int>&); Vector 254 Source/core/rendering/RenderTableSection.h void distributeExtraRowSpanHeightToRemainingRows(RenderTableCell*, int, int&, Vector<int>&); Vector 284 Source/core/rendering/RenderTableSection.h Vector<RowStruct> m_grid; Vector 285 Source/core/rendering/RenderTableSection.h Vector<int> m_rowPos; Vector 322 Source/core/rendering/RenderText.cpp void RenderText::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 349 Source/core/rendering/RenderText.cpp void RenderText::absoluteRectsForRange(Vector<IntRect>& rects, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFixed) Vector 409 Source/core/rendering/RenderText.cpp void RenderText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed, ClippingOption option) const Vector 427 Source/core/rendering/RenderText.cpp void RenderText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 432 Source/core/rendering/RenderText.cpp void RenderText::absoluteQuadsForRange(Vector<FloatQuad>& quads, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFixed) Vector 65 Source/core/rendering/RenderText.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; Vector 66 Source/core/rendering/RenderText.h void absoluteRectsForRange(Vector<IntRect>&, unsigned startOffset = 0, unsigned endOffset = INT_MAX, bool useSelectionHeight = false, bool* wasFixed = 0); Vector 68 Source/core/rendering/RenderText.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL; Vector 69 Source/core/rendering/RenderText.h void absoluteQuadsForRange(Vector<FloatQuad>&, unsigned startOffset = 0, unsigned endOffset = INT_MAX, bool useSelectionHeight = false, bool* wasFixed = 0); Vector 72 Source/core/rendering/RenderText.h void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed = 0, ClippingOption = NoClipping) const; Vector 281 Source/core/rendering/RenderTextControl.cpp void RenderTextControl::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject*) Vector 82 Source/core/rendering/RenderTextControl.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL; Vector 591 Source/core/rendering/RenderTreeAsText.cpp Vector<RenderLayerStackingNode*>* negList = layer->stackingNode()->negZOrderList(); Vector 610 Source/core/rendering/RenderTreeAsText.cpp if (Vector<RenderLayerStackingNode*>* normalFlowList = layer->stackingNode()->normalFlowList()) { Vector 621 Source/core/rendering/RenderTreeAsText.cpp if (Vector<RenderLayerStackingNode*>* posList = layer->stackingNode()->posZOrderList()) { Vector 310 Source/core/rendering/RenderView.cpp void RenderView::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint&) const Vector 492 Source/core/rendering/RenderView.cpp void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 497 Source/core/rendering/RenderView.cpp void RenderView::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 95 Source/core/rendering/RenderView.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE; Vector 96 Source/core/rendering/RenderView.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 202 Source/core/rendering/RenderView.h virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const OVERRIDE; Vector 633 Source/core/rendering/RootInlineBox.cpp Vector<const SimpleFontData*>* usedFonts = 0; Vector 848 Source/core/rendering/RootInlineBox.cpp Vector<InlineBox*> leafBoxesInLogicalOrder; Vector 862 Source/core/rendering/RootInlineBox.cpp Vector<InlineBox*> leafBoxesInLogicalOrder; Vector 139 Source/core/rendering/RootInlineBox.h m_floats= adoptPtr(new Vector<RenderBox*>(1, floatingBox)); Vector 142 Source/core/rendering/RootInlineBox.h Vector<RenderBox*>* floatsPtr() { ASSERT(!isDirty()); return m_floats.get(); } Vector 236 Source/core/rendering/RootInlineBox.h OwnPtr<Vector<RenderBox*> > m_floats; Vector 81 Source/core/rendering/TextAutosizer.cpp static const Vector<QualifiedName>& formInputTags() Vector 84 Source/core/rendering/TextAutosizer.cpp DEFINE_STATIC_LOCAL(Vector<QualifiedName>, formInputTags, ()); Vector 279 Source/core/rendering/TextAutosizer.cpp Vector<Vector<TextAutosizingClusterInfo> > narrowDescendantsGroups; Vector 285 Source/core/rendering/TextAutosizer.cpp unsigned TextAutosizer::computeCompositeClusterHash(Vector<TextAutosizingClusterInfo>& clusterInfos) Vector 296 Source/core/rendering/TextAutosizer.cpp HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > >::const_iterator it = m_nonAutosizedClusters.find(key); Vector 298 Source/core/rendering/TextAutosizer.cpp m_nonAutosizedClusters.add(key, adoptPtr(new Vector<TextAutosizingClusterInfo>(1, value))); Vector 304 Source/core/rendering/TextAutosizer.cpp float TextAutosizer::computeMultiplier(Vector<TextAutosizingClusterInfo>& clusterInfos, const TextAutosizingWindowInfo& windowInfo, float textWidth) Vector 346 Source/core/rendering/TextAutosizer.cpp Vector<TextAutosizingClusterInfo> clusterInfos(1, clusterInfo); Vector 352 Source/core/rendering/TextAutosizer.cpp void TextAutosizer::processCompositeCluster(Vector<TextAutosizingClusterInfo>& clusterInfos, const TextAutosizingWindowInfo& windowInfo) Vector 376 Source/core/rendering/TextAutosizer.cpp Vector<TextAutosizingClusterInfo>* val = m_nonAutosizedClusters.get(hash); Vector 377 Source/core/rendering/TextAutosizer.cpp for (Vector<TextAutosizingClusterInfo>::iterator it2 = val->begin(); it2 != val->end(); ++it2) Vector 626 Source/core/rendering/TextAutosizer.cpp bool TextAutosizer::containerContainsOneOfTags(const RenderBlock* container, const Vector<QualifiedName>& tags) Vector 701 Source/core/rendering/TextAutosizer.cpp bool TextAutosizer::compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>& clusterInfos, float blockWidth) Vector 829 Source/core/rendering/TextAutosizer.cpp void TextAutosizer::getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >& groups) Vector 834 Source/core/rendering/TextAutosizer.cpp Vector<TextAutosizingClusterInfo> clusterInfos(parentClusterInfo.narrowDescendants); Vector 62 Source/core/rendering/TextAutosizer.h Vector<TextAutosizingClusterInfo> narrowDescendants; Vector 91 Source/core/rendering/TextAutosizer.h void processCompositeCluster(Vector<TextAutosizingClusterInfo>&, const TextAutosizingWindowInfo&); Vector 106 Source/core/rendering/TextAutosizer.h static bool containerContainsOneOfTags(const RenderBlock* cluster, const Vector<QualifiedName>& tags); Vector 109 Source/core/rendering/TextAutosizer.h static bool compositeClusterShouldBeAutosized(Vector<TextAutosizingClusterInfo>&, float blockWidth); Vector 111 Source/core/rendering/TextAutosizer.h unsigned computeCompositeClusterHash(Vector<TextAutosizingClusterInfo>&); Vector 112 Source/core/rendering/TextAutosizer.h float computeMultiplier(Vector<TextAutosizingClusterInfo>&, const TextAutosizingWindowInfo&, float textWidth); Vector 126 Source/core/rendering/TextAutosizer.h static void getNarrowDescendantsGroupedByWidth(const TextAutosizingClusterInfo& parentClusterInfo, Vector<Vector<TextAutosizingClusterInfo> >&); Vector 138 Source/core/rendering/TextAutosizer.h Vector<unsigned> m_hashesToAutosizeSecondPass; Vector 141 Source/core/rendering/TextAutosizer.h HashMap<unsigned, OwnPtr<Vector<TextAutosizingClusterInfo> > > m_nonAutosizedClusters; Vector 2032 Source/core/rendering/compositing/CompositedLayerMapping.cpp Vector<FloatRect>* rects; Vector 2035 Source/core/rendering/compositing/CompositedLayerMapping.cpp PassOwnPtr<Vector<FloatRect> > CompositedLayerMapping::collectTrackedRepaintRects() const Vector 2037 Source/core/rendering/compositing/CompositedLayerMapping.cpp OwnPtr<Vector<FloatRect> > rects = adoptPtr(new Vector<FloatRect>); Vector 174 Source/core/rendering/compositing/CompositedLayerMapping.h PassOwnPtr<Vector<FloatRect> > collectTrackedRepaintRects() const; Vector 363 Source/core/rendering/compositing/CompositedLayerMapping.h Vector<GraphicsLayerPaintInfo> m_squashedLayers; Vector 106 Source/core/rendering/compositing/RenderLayerCompositor.cpp Vector<IntRect, 64> m_layerRects; Vector 160 Source/core/rendering/compositing/RenderLayerCompositor.cpp Vector<OverlapMapContainer> m_overlapStack; Vector 498 Source/core/rendering/compositing/RenderLayerCompositor.cpp Vector<RenderLayer*> unclippedDescendants; Vector 910 Source/core/rendering/compositing/RenderLayerCompositor.cpp void RenderLayerCompositor::computeCompositingRequirements(RenderLayer* ancestorLayer, RenderLayer* layer, OverlapMap& overlapMap, CompositingRecursionData& currentRecursionData, bool& descendantHas3DTransform, Vector<RenderLayer*>& unclippedDescendants, IntRect& absoluteDecendantBoundingBox) Vector 940 Source/core/rendering/compositing/RenderLayerCompositor.cpp Vector<size_t> unclippedDescendantsToRemove; Vector 267 Source/core/rendering/compositing/RenderLayerCompositor.h void computeCompositingRequirements(RenderLayer* ancestorLayer, RenderLayer*, OverlapMap&, struct CompositingRecursionData&, bool& descendantHas3DTransform, Vector<RenderLayer*>& unclippedDescendants, IntRect& absoluteDecendantBoundingBox); Vector 108 Source/core/rendering/line/BreakingContextInlineHeaders.h void handleOutOfFlowPositioned(Vector<RenderBox*>& positionedObjects); Vector 346 Source/core/rendering/line/BreakingContextInlineHeaders.h inline void BreakingContext::handleOutOfFlowPositioned(Vector<RenderBox*>& positionedObjects) Vector 58 Source/core/rendering/line/LineBreaker.h const Vector<RenderBox*>& positionedObjects() { return m_positionedObjects; } Vector 68 Source/core/rendering/line/LineBreaker.h Vector<RenderBox*> m_positionedObjects; Vector 93 Source/core/rendering/line/LineLayoutState.h Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; } Vector 105 Source/core/rendering/line/LineLayoutState.h Vector<RenderBlockFlow::FloatWithRect> m_floats; Vector 76 Source/core/rendering/line/TrailingObjects.h Vector<RenderBox*, 4> m_boxes; Vector 103 Source/core/rendering/shapes/PolygonShape.cpp static inline void appendArc(Vector<FloatPoint>& vertices, const FloatPoint& arcCenter, float arcRadius, const FloatPoint& startArcVertex, const FloatPoint& endArcVertex, bool padding) Vector 123 Source/core/rendering/shapes/PolygonShape.cpp static inline void snapVerticesToLayoutUnitGrid(Vector<FloatPoint>& vertices) Vector 131 Source/core/rendering/shapes/PolygonShape.cpp OwnPtr<Vector<FloatPoint> > marginVertices = adoptPtr(new Vector<FloatPoint>()); Vector 204 Source/core/rendering/shapes/PolygonShape.cpp Vector<const FloatPolygonEdge*> edges; Vector 208 Source/core/rendering/shapes/PolygonShape.cpp Vector<EdgeIntersection> intersections; Vector 288 Source/core/rendering/shapes/PolygonShape.cpp Vector<const FloatPolygonEdge*> edges; Vector 85 Source/core/rendering/shapes/PolygonShape.h PolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) Vector 44 Source/core/rendering/shapes/RasterShape.cpp Vector<int> m_xIntercepts; Vector 76 Source/core/rendering/shapes/RasterShape.h Vector<IntShapeInterval> m_intervals; Vector 67 Source/core/rendering/shapes/Shape.cpp static PassOwnPtr<Shape> createPolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) Vector 131 Source/core/rendering/shapes/Shape.cpp const Vector<Length>& values = polygon->values(); Vector 134 Source/core/rendering/shapes/Shape.cpp OwnPtr<Vector<FloatPoint> > vertices = adoptPtr(new Vector<FloatPoint>(valuesSize / 2)); Vector 54 Source/core/rendering/shapes/Shape.h typedef Vector<LineSegment> SegmentList; Vector 88 Source/core/rendering/shapes/ShapeInterval.h typedef Vector<ShapeInterval<T> > ShapeIntervals; Vector 238 Source/core/rendering/shapes/ShapeInterval.h typedef Vector<IntShapeInterval> IntShapeIntervals; Vector 239 Source/core/rendering/shapes/ShapeInterval.h typedef Vector<FloatShapeInterval> FloatShapeIntervals; Vector 223 Source/core/rendering/style/BasicShapes.h const Vector<Length>& values() const { return m_values; } Vector 243 Source/core/rendering/style/BasicShapes.h Vector<Length> m_values; Vector 57 Source/core/rendering/style/CursorList.h Vector<CursorData> m_vector; Vector 63 Source/core/rendering/style/GridCoordinate.h static PassOwnPtr<GridSpan> createWithNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side, const Vector<size_t>& gridLines) Vector 71 Source/core/rendering/style/GridCoordinate.h static PassOwnPtr<GridSpan> createWithInitialNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines) Vector 91 Source/core/rendering/style/GridCoordinate.h static PassOwnPtr<GridSpan> createWithFinalNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines) Vector 91 Source/core/rendering/style/KeyframeList.cpp for (Vector<KeyframeValue>::const_iterator it = m_keyframes.begin(); it != m_keyframes.end(); ++it) { Vector 95 Source/core/rendering/style/KeyframeList.h Vector<KeyframeValue> m_keyframes; // Kept sorted by key. Vector 48 Source/core/rendering/style/QuotesData.h Vector<std::pair<String, String> > m_quotePairs; Vector 874 Source/core/rendering/style/RenderStyle.cpp inline bool requireTransformOrigin(const Vector<RefPtr<TransformOperation> >& transformOperations, RenderStyle::ApplyTransformOrigin applyOrigin) Vector 903 Source/core/rendering/style/RenderStyle.cpp const Vector<RefPtr<TransformOperation> >& transformOperations = rareNonInheritedData->m_transform->m_operations.operations(); Vector 114 Source/core/rendering/style/RenderStyle.h typedef Vector<RefPtr<RenderStyle>, 4> PseudoStyleCache; Vector 769 Source/core/rendering/style/RenderStyle.h const Vector<String>& callbackSelectors() const { return rareNonInheritedData->m_callbackSelectors; } Vector 786 Source/core/rendering/style/RenderStyle.h const Vector<GridTrackSize>& gridTemplateColumns() const { return rareNonInheritedData->m_grid->m_gridTemplateColumns; } Vector 787 Source/core/rendering/style/RenderStyle.h const Vector<GridTrackSize>& gridTemplateRows() const { return rareNonInheritedData->m_grid->m_gridTemplateRows; } Vector 960 Source/core/rendering/style/RenderStyle.h const Vector<CSSPropertyID>& willChangeProperties() const { return rareNonInheritedData->m_willChange->m_properties; } Vector 1270 Source/core/rendering/style/RenderStyle.h void setGridTemplateColumns(const Vector<GridTrackSize>& lengths) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridTemplateColumns, lengths); } Vector 1271 Source/core/rendering/style/RenderStyle.h void setGridTemplateRows(const Vector<GridTrackSize>& lengths) { SET_VAR(rareNonInheritedData.access()->m_grid, m_gridTemplateRows, lengths); } Vector 1387 Source/core/rendering/style/RenderStyle.h void setWillChangeProperties(const Vector<CSSPropertyID>& properties) { SET_VAR(rareNonInheritedData.access()->m_willChange, m_properties, properties); } Vector 1661 Source/core/rendering/style/RenderStyle.h static Vector<GridTrackSize> initialGridTemplateColumns() { return Vector<GridTrackSize>(); } Vector 1662 Source/core/rendering/style/RenderStyle.h static Vector<GridTrackSize> initialGridTemplateRows() { return Vector<GridTrackSize>(); } Vector 44 Source/core/rendering/style/ShadowList.h typedef Vector<ShadowData, 1> ShadowDataVector; Vector 39 Source/core/rendering/style/StyleGridData.h typedef HashMap<String, Vector<size_t> > NamedGridLinesMap; Vector 40 Source/core/rendering/style/StyleGridData.h typedef HashMap<size_t, Vector<String>, WTF::IntHash<size_t>, WTF::UnsignedWithZeroKeyHashTraits<size_t> > OrderedNamedGridLines; Vector 57 Source/core/rendering/style/StyleGridData.h Vector<GridTrackSize> m_gridTemplateColumns; Vector 58 Source/core/rendering/style/StyleGridData.h Vector<GridTrackSize> m_gridTemplateRows; Vector 151 Source/core/rendering/style/StyleRareNonInheritedData.h Vector<String> m_callbackSelectors; Vector 31 Source/core/rendering/style/StyleWillChangeData.h Vector<CSSPropertyID> m_properties; Vector 67 Source/core/rendering/svg/RenderSVGBlock.cpp void RenderSVGBlock::absoluteRects(Vector<IntRect>&, const LayoutPoint&) const Vector 55 Source/core/rendering/svg/RenderSVGBlock.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; Vector 164 Source/core/rendering/svg/RenderSVGContainer.cpp void RenderSVGContainer::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) Vector 59 Source/core/rendering/svg/RenderSVGContainer.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL; Vector 47 Source/core/rendering/svg/RenderSVGHiddenContainer.cpp void RenderSVGHiddenContainer::absoluteQuads(Vector<FloatQuad>&, bool*) const Vector 46 Source/core/rendering/svg/RenderSVGHiddenContainer.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL; Vector 231 Source/core/rendering/svg/RenderSVGImage.cpp void RenderSVGImage::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) Vector 58 Source/core/rendering/svg/RenderSVGImage.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE; Vector 109 Source/core/rendering/svg/RenderSVGInline.cpp void RenderSVGInline::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 153 Source/core/rendering/svg/RenderSVGInline.cpp Vector<SVGTextLayoutAttributes*, 2> affectedAttributes; Vector 52 Source/core/rendering/svg/RenderSVGInline.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL; Vector 182 Source/core/rendering/svg/RenderSVGInlineText.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 72 Source/core/rendering/svg/RenderSVGModelObject.cpp void RenderSVGModelObject::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const Vector 79 Source/core/rendering/svg/RenderSVGModelObject.cpp void RenderSVGModelObject::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 121 Source/core/rendering/svg/RenderSVGModelObject.cpp void RenderSVGModelObject::absoluteFocusRingQuads(Vector<FloatQuad>& quads) Vector 58 Source/core/rendering/svg/RenderSVGModelObject.h virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL; Vector 59 Source/core/rendering/svg/RenderSVGModelObject.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 81 Source/core/rendering/svg/RenderSVGModelObject.h virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) OVERRIDE FINAL; Vector 53 Source/core/rendering/svg/RenderSVGPath.h Vector<FloatPoint> m_zeroLengthLinecapLocations; Vector 162 Source/core/rendering/svg/RenderSVGResourceGradient.cpp void RenderSVGResourceGradient::addStops(GradientData* gradientData, const Vector<Gradient::ColorStop>& stops) const Vector 166 Source/core/rendering/svg/RenderSVGResourceGradient.cpp const Vector<Gradient::ColorStop>::const_iterator end = stops.end(); Vector 167 Source/core/rendering/svg/RenderSVGResourceGradient.cpp for (Vector<Gradient::ColorStop>::const_iterator it = stops.begin(); it != end; ++it) Vector 55 Source/core/rendering/svg/RenderSVGResourceGradient.h void addStops(GradientData*, const Vector<Gradient::ColorStop>&) const; Vector 299 Source/core/rendering/svg/RenderSVGShape.cpp void RenderSVGShape::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) Vector 96 Source/core/rendering/svg/RenderSVGShape.h virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL; Vector 120 Source/core/rendering/svg/RenderSVGShape.h Vector<MarkerPosition> m_markerPositions; Vector 103 Source/core/rendering/svg/RenderSVGText.cpp static inline void collectLayoutAttributes(RenderObject* text, Vector<SVGTextLayoutAttributes*>& attributes) Vector 170 Source/core/rendering/svg/RenderSVGText.cpp Vector<SVGTextLayoutAttributes*> newLayoutAttributes; Vector 207 Source/core/rendering/svg/RenderSVGText.cpp static inline void checkLayoutAttributesConsistency(RenderSVGText* text, Vector<SVGTextLayoutAttributes*>& expectedLayoutAttributes) Vector 210 Source/core/rendering/svg/RenderSVGText.cpp Vector<SVGTextLayoutAttributes*> newLayoutAttributes; Vector 224 Source/core/rendering/svg/RenderSVGText.cpp void RenderSVGText::subtreeChildWillBeRemoved(RenderObject* child, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes) Vector 255 Source/core/rendering/svg/RenderSVGText.cpp void RenderSVGText::subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes) Vector 466 Source/core/rendering/svg/RenderSVGText.cpp void RenderSVGText::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const Vector 528 Source/core/rendering/svg/RenderSVGText.cpp Vector<SVGTextLayoutAttributes*, 2> affectedAttributes; Vector 51 Source/core/rendering/svg/RenderSVGText.h Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } Vector 54 Source/core/rendering/svg/RenderSVGText.h void subtreeChildWillBeRemoved(RenderObject*, Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes); Vector 55 Source/core/rendering/svg/RenderSVGText.h void subtreeChildWasRemoved(const Vector<SVGTextLayoutAttributes*, 2>& affectedAttributes); Vector 69 Source/core/rendering/svg/RenderSVGText.h virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE; Vector 93 Source/core/rendering/svg/RenderSVGText.h Vector<SVGTextLayoutAttributes*> m_layoutAttributes; Vector 53 Source/core/rendering/svg/SVGInlineTextBox.cpp Vector<SVGTextFragment> vector; Vector 717 Source/core/rendering/svg/SVGInlineTextBox.cpp const Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 54 Source/core/rendering/svg/SVGInlineTextBox.h Vector<SVGTextFragment>& textFragments() { return m_textFragments; } Vector 55 Source/core/rendering/svg/SVGInlineTextBox.h const Vector<SVGTextFragment>& textFragments() const { return m_textFragments; } Vector 89 Source/core/rendering/svg/SVGInlineTextBox.h Vector<SVGTextFragment> m_textFragments; Vector 52 Source/core/rendering/svg/SVGMarkerData.h SVGMarkerData(Vector<MarkerPosition>& positions) Vector 146 Source/core/rendering/svg/SVGMarkerData.h Vector<MarkerPosition>& m_positions; Vector 401 Source/core/rendering/svg/SVGRenderTreeAsText.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 67 Source/core/rendering/svg/SVGRenderTreeAsText.h TextStream& operator<<(TextStream& ts, const Vector<Item*>& v) Vector 73 Source/core/rendering/svg/SVGRootInlineBox.cpp Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot.layoutAttributes(); Vector 220 Source/core/rendering/svg/SVGRootInlineBox.cpp static inline void findFirstAndLastAttributesInVector(Vector<SVGTextLayoutAttributes*>& attributes, RenderSVGInlineText* firstContext, RenderSVGInlineText* lastContext, Vector 241 Source/core/rendering/svg/SVGRootInlineBox.cpp static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last) Vector 244 Source/core/rendering/svg/SVGRootInlineBox.cpp Vector<SVGTextLayoutAttributes*>& attributes = *reinterpret_cast<Vector<SVGTextLayoutAttributes*>*>(userData); Vector 281 Source/core/rendering/svg/SVGRootInlineBox.cpp void SVGRootInlineBox::reorderValueLists(Vector<SVGTextLayoutAttributes*>& attributes) Vector 283 Source/core/rendering/svg/SVGRootInlineBox.cpp Vector<InlineBox*> leafBoxesInLogicalOrder; Vector 56 Source/core/rendering/svg/SVGRootInlineBox.h void reorderValueLists(Vector<SVGTextLayoutAttributes*>&); Vector 30 Source/core/rendering/svg/SVGSubpathData.h SVGSubpathData(Vector<FloatPoint>& zeroLengthSubpathLocations) Vector 88 Source/core/rendering/svg/SVGSubpathData.h Vector<FloatPoint>& m_zeroLengthSubpathLocations; Vector 42 Source/core/rendering/svg/SVGTextChunk.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 51 Source/core/rendering/svg/SVGTextChunk.h Vector<SVGInlineTextBox*>& boxes() { return m_boxes; } Vector 52 Source/core/rendering/svg/SVGTextChunk.h const Vector<SVGInlineTextBox*>& boxes() const { return m_boxes; } Vector 61 Source/core/rendering/svg/SVGTextChunk.h Vector<SVGInlineTextBox*> m_boxes; Vector 45 Source/core/rendering/svg/SVGTextChunkBuilder.cpp void SVGTextChunkBuilder::buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes) Vector 76 Source/core/rendering/svg/SVGTextChunkBuilder.cpp void SVGTextChunkBuilder::layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes) Vector 89 Source/core/rendering/svg/SVGTextChunkBuilder.cpp void SVGTextChunkBuilder::addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxStart, unsigned boxCount) Vector 148 Source/core/rendering/svg/SVGTextChunkBuilder.cpp Vector<SVGInlineTextBox*>& boxes = chunk.boxes(); Vector 162 Source/core/rendering/svg/SVGTextChunkBuilder.cpp const Vector<SVGInlineTextBox*>& boxes = chunk.boxes(); Vector 178 Source/core/rendering/svg/SVGTextChunkBuilder.cpp Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); Vector 191 Source/core/rendering/svg/SVGTextChunkBuilder.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 217 Source/core/rendering/svg/SVGTextChunkBuilder.cpp Vector<SVGTextFragment>& fragments = boxes[boxPosition]->textFragments(); Vector 224 Source/core/rendering/svg/SVGTextChunkBuilder.cpp void SVGTextChunkBuilder::processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>& fragments, unsigned& atCharacter) Vector 239 Source/core/rendering/svg/SVGTextChunkBuilder.cpp void SVGTextChunkBuilder::processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>& fragments) Vector 42 Source/core/rendering/svg/SVGTextChunkBuilder.h const Vector<SVGTextChunk>& textChunks() const { return m_textChunks; } Vector 45 Source/core/rendering/svg/SVGTextChunkBuilder.h void buildTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes); Vector 46 Source/core/rendering/svg/SVGTextChunkBuilder.h void layoutTextChunks(Vector<SVGInlineTextBox*>& lineLayoutBoxes); Vector 49 Source/core/rendering/svg/SVGTextChunkBuilder.h void addTextChunk(Vector<SVGInlineTextBox*>& lineLayoutBoxes, unsigned boxPosition, unsigned boxCount); Vector 52 Source/core/rendering/svg/SVGTextChunkBuilder.h void processTextLengthSpacingCorrection(bool isVerticalText, float textLengthShift, Vector<SVGTextFragment>&, unsigned& atCharacter); Vector 53 Source/core/rendering/svg/SVGTextChunkBuilder.h void processTextAnchorCorrection(bool isVerticalText, float textAnchorShift, Vector<SVGTextFragment>&); Vector 57 Source/core/rendering/svg/SVGTextChunkBuilder.h Vector<SVGTextChunk> m_textChunks; Vector 59 Source/core/rendering/svg/SVGTextLayoutAttributes.h Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; } Vector 64 Source/core/rendering/svg/SVGTextLayoutAttributes.h Vector<SVGTextMetrics> m_textMetricsValues; Vector 74 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.h Vector<TextPosition> m_textPositions; Vector 37 Source/core/rendering/svg/SVGTextLayoutEngine.cpp SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) Vector 115 Source/core/rendering/svg/SVGTextLayoutEngine.cpp void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& textMetricsValues) Vector 186 Source/core/rendering/svg/SVGTextLayoutEngine.cpp const Vector<SVGTextChunk>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks(); Vector 264 Source/core/rendering/svg/SVGTextLayoutEngine.cpp static inline void dumpTextBoxes(Vector<SVGInlineTextBox*>& boxes) Vector 271 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 289 Source/core/rendering/svg/SVGTextLayoutEngine.cpp void SVGTextLayoutEngine::finalizeTransformMatrices(Vector<SVGInlineTextBox*>& boxes) Vector 298 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Vector<SVGTextFragment>& fragments = textBox->textFragments(); Vector 362 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues(); Vector 390 Source/core/rendering/svg/SVGTextLayoutEngine.cpp bool SVGTextLayoutEngine::currentVisualCharacterMetrics(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& visualMetricsValues, SVGTextMetrics& visualMetrics) Vector 443 Source/core/rendering/svg/SVGTextLayoutEngine.cpp Vector<SVGTextMetrics>& visualMetricsValues = text->layoutAttributes()->textMetricsValues(); Vector 50 Source/core/rendering/svg/SVGTextLayoutEngine.h SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>&); Vector 52 Source/core/rendering/svg/SVGTextLayoutEngine.h Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } Vector 65 Source/core/rendering/svg/SVGTextLayoutEngine.h void recordTextFragment(SVGInlineTextBox*, Vector<SVGTextMetrics>&); Vector 69 Source/core/rendering/svg/SVGTextLayoutEngine.h void finalizeTransformMatrices(Vector<SVGInlineTextBox*>&); Vector 73 Source/core/rendering/svg/SVGTextLayoutEngine.h bool currentVisualCharacterMetrics(SVGInlineTextBox*, Vector<SVGTextMetrics>&, SVGTextMetrics&); Vector 79 Source/core/rendering/svg/SVGTextLayoutEngine.h Vector<SVGTextLayoutAttributes*>& m_layoutAttributes; Vector 81 Source/core/rendering/svg/SVGTextLayoutEngine.h Vector<SVGInlineTextBox*> m_lineLayoutBoxes; Vector 82 Source/core/rendering/svg/SVGTextLayoutEngine.h Vector<SVGInlineTextBox*> m_pathLayoutBoxes; Vector 137 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp Vector<SVGTextMetrics>* textMetricsValues = &attributes->textMetricsValues(); Vector 120 Source/core/rendering/svg/SVGTextQuery.cpp const Vector<SVGTextFragment>& fragments = queryData->textBox->textFragments(); Vector 160 Source/core/rendering/svg/SVGTextQuery.cpp Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues(); Vector 69 Source/core/rendering/svg/SVGTextQuery.h Vector<SVGInlineTextBox*> m_textBoxes; Vector 100 Source/core/storage/Storage.cpp void Storage::namedPropertyEnumerator(Vector<String>& names, ExceptionState& exceptionState) Vector 64 Source/core/storage/Storage.h void namedPropertyEnumerator(Vector<String>&, ExceptionState&); Vector 41 Source/core/svg/GradientAttributes.h const Vector<Gradient::ColorStop>& stops() const { return m_stops; } Vector 61 Source/core/svg/GradientAttributes.h void setStops(const Vector<Gradient::ColorStop>& value) Vector 75 Source/core/svg/GradientAttributes.h Vector<Gradient::ColorStop> m_stops; Vector 89 Source/core/svg/GradientAttributes.h Vector<Gradient::ColorStop> b; Vector 43 Source/core/svg/SVGAltGlyphDefElement.cpp bool SVGAltGlyphDefElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const Vector 109 Source/core/svg/SVGAltGlyphDefElement.cpp Vector<AtomicString> referredGlyphNames; Vector 34 Source/core/svg/SVGAltGlyphDefElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; Vector 75 Source/core/svg/SVGAltGlyphElement.cpp bool SVGAltGlyphElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const Vector 46 Source/core/svg/SVGAltGlyphElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; Vector 41 Source/core/svg/SVGAltGlyphItemElement.cpp bool SVGAltGlyphItemElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const Vector 34 Source/core/svg/SVGAltGlyphItemElement.h bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const; Vector 144 Source/core/svg/SVGAnimateElement.cpp Vector<SVGElement*> findElementInstances(SVGElement* targetElement) Vector 147 Source/core/svg/SVGAnimateElement.cpp Vector<SVGElement*> animatedElements; Vector 180 Source/core/svg/SVGAnimateElement.cpp Vector<SVGElement*>::const_iterator end = m_animatedElements.end(); Vector 181 Source/core/svg/SVGAnimateElement.cpp for (Vector<SVGElement*>::const_iterator it = m_animatedElements.begin(); it != end; ++it) Vector 71 Source/core/svg/SVGAnimateElement.h Vector<SVGElement*> m_animatedElements; Vector 160 Source/core/svg/SVGAnimatedTypeAnimator.cpp void invokeMethodOnAllTargetProperties(const Vector<SVGElement*>& list, const QualifiedName& attributeName, SVGAnimatedPropertyMethod method) Vector 162 Source/core/svg/SVGAnimatedTypeAnimator.cpp Vector<SVGElement*>::const_iterator it = list.begin(); Vector 163 Source/core/svg/SVGAnimatedTypeAnimator.cpp Vector<SVGElement*>::const_iterator itEnd = list.end(); Vector 171 Source/core/svg/SVGAnimatedTypeAnimator.cpp void setAnimatedValueOnAllTargetProperties(const Vector<SVGElement*>& list, const QualifiedName& attributeName, PassRefPtr<SVGPropertyBase> passValue) Vector 175 Source/core/svg/SVGAnimatedTypeAnimator.cpp Vector<SVGElement*>::const_iterator it = list.begin(); Vector 176 Source/core/svg/SVGAnimatedTypeAnimator.cpp Vector<SVGElement*>::const_iterator itEnd = list.end(); Vector 186 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimation(const Vector<SVGElement*>& list) Vector 196 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::startAnimValAnimation(const Vector<SVGElement*>& list) Vector 206 Source/core/svg/SVGAnimatedTypeAnimator.cpp void SVGAnimatedTypeAnimator::stopAnimValAnimation(const Vector<SVGElement*>& list) Vector 214 Source/core/svg/SVGAnimatedTypeAnimator.cpp PassRefPtr<SVGPropertyBase> SVGAnimatedTypeAnimator::resetAnimValToBaseVal(const Vector<SVGElement*>& list) Vector 48 Source/core/svg/SVGAnimatedTypeAnimator.h PassRefPtr<SVGPropertyBase> startAnimValAnimation(const Vector<SVGElement*>&); Vector 49 Source/core/svg/SVGAnimatedTypeAnimator.h void stopAnimValAnimation(const Vector<SVGElement*>&); Vector 50 Source/core/svg/SVGAnimatedTypeAnimator.h PassRefPtr<SVGPropertyBase> resetAnimValToBaseVal(const Vector<SVGElement*>&); Vector 66 Source/core/svg/SVGAnimatedTypeAnimator.h PassRefPtr<SVGPropertyBase> resetAnimation(const Vector<SVGElement*>&); Vector 58 Source/core/svg/SVGAnimationElement.cpp static void parseKeyTimes(const String& string, Vector<float>& result, bool verifyOrder) Vector 61 Source/core/svg/SVGAnimationElement.cpp Vector<String> parseList; Vector 84 Source/core/svg/SVGAnimationElement.cpp static void parseKeySplinesInternal(const String& string, Vector<UnitBezier>& result) Vector 132 Source/core/svg/SVGAnimationElement.cpp static void parseKeySplines(const String& string, Vector<UnitBezier>& result) Vector 389 Source/core/svg/SVGAnimationElement.cpp Vector<float> keyTimesForPaced; Vector 202 Source/core/svg/SVGAnimationElement.h Vector<String> m_values; Vector 206 Source/core/svg/SVGAnimationElement.h Vector<float> m_keyTimes; Vector 207 Source/core/svg/SVGAnimationElement.h Vector<float> m_keyPoints; Vector 208 Source/core/svg/SVGAnimationElement.h Vector<UnitBezier> m_keySplines; Vector 96 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> > timeContainers; Vector 98 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end(); Vector 99 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) Vector 109 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> > timeContainers; Vector 111 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end(); Vector 112 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr) Vector 132 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> > timeContainers; Vector 135 Source/core/svg/SVGDocumentExtensions.cpp Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end(); Vector 136 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<RefPtr<SVGSVGElement> >::iterator it = timeContainers.begin(); it != end; ++it) { Vector 227 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString> toBeRemoved; Vector 242 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); Vector 243 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) Vector 249 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString> toBeRemoved; Vector 262 Source/core/svg/SVGDocumentExtensions.cpp Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end(); Vector 263 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<AtomicString>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) Vector 338 Source/core/svg/SVGDocumentExtensions.cpp Vector<SVGElement*> toBeRemoved; Vector 353 Source/core/svg/SVGDocumentExtensions.cpp Vector<SVGElement*>::iterator vectorEnd = toBeRemoved.end(); Vector 354 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<SVGElement*>::iterator it = toBeRemoved.begin(); it != vectorEnd; ++it) Vector 365 Source/core/svg/SVGDocumentExtensions.cpp Vector<SVGElement*> toBeNotified; Vector 373 Source/core/svg/SVGDocumentExtensions.cpp Vector<SVGElement*>::iterator vectorEnd = toBeNotified.end(); Vector 374 Source/core/svg/SVGDocumentExtensions.cpp for (Vector<SVGElement*>::iterator vectorIt = toBeNotified.begin(); vectorIt != vectorEnd; ++vectorIt) { Vector 41 Source/core/svg/SVGEnumeration.h typedef Vector<StringEntry> StringEntries; Vector 136 Source/core/svg/SVGFEColorMatrixElement.cpp Vector<float> filterValues; Vector 145 Source/core/svg/SVGFontData.cpp Vector<SVGGlyph::ArabicForm>& arabicForms = iterator.arabicForms(); Vector 176 Source/core/svg/SVGFontData.cpp Vector<AtomicString> altGlyphNames; Vector 193 Source/core/svg/SVGFontData.cpp Vector<SVGGlyph> glyphs; Vector 251 Source/core/svg/SVGFontData.cpp Vector<SVGGlyph> glyphs; Vector 275 Source/core/svg/SVGFontData.cpp Vector<SVGGlyph> glyphs; Vector 67 Source/core/svg/SVGFontElement.cpp void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures) Vector 79 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphs; Vector 108 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> SVGFontElement::buildGlyphList(const UnicodeRanges& unicodeRanges, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const Vector 110 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphs; Vector 134 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphsLhs = buildGlyphList(kerningPair.unicodeRange1, kerningPair.unicodeName1, kerningPair.glyphName1); Vector 135 Source/core/svg/SVGFontElement.cpp Vector<SVGGlyph> glyphsRhs = buildGlyphList(kerningPair.unicodeRange2, kerningPair.unicodeName2, kerningPair.glyphName2); Vector 167 Source/core/svg/SVGFontElement.cpp Vector<String> ligatures; Vector 237 Source/core/svg/SVGFontElement.cpp void SVGFontElement::collectGlyphsForString(const String& string, Vector<SVGGlyph>& glyphs) Vector 243 Source/core/svg/SVGFontElement.cpp void SVGFontElement::collectGlyphsForAltGlyphReference(const String& glyphIdentifier, Vector<SVGGlyph>& glyphs) Vector 51 Source/core/svg/SVGFontElement.h typedef Vector<SVGKerningPair> KerningPairVector; Vector 61 Source/core/svg/SVGFontElement.h void collectGlyphsForString(const String&, Vector<SVGGlyph>&); Vector 62 Source/core/svg/SVGFontElement.h void collectGlyphsForAltGlyphReference(const String&, Vector<SVGGlyph>&); Vector 79 Source/core/svg/SVGFontElement.h void registerLigaturesInGlyphCache(Vector<String>&); Vector 80 Source/core/svg/SVGFontElement.h Vector<SVGGlyph> buildGlyphList(const UnicodeRanges&, const HashSet<String>& unicodeNames, const HashSet<String>& glyphNames) const; Vector 44 Source/core/svg/SVGGlyphMap.h Vector<SVGGlyph> glyphs; Vector 108 Source/core/svg/SVGGlyphMap.h void collectGlyphsForString(const String& string, Vector<SVGGlyph>& glyphs) Vector 126 Source/core/svg/SVGGlyphMap.h void collectGlyphsForStringExact(const String& string, Vector<SVGGlyph>& glyphs) const Vector 146 Source/core/svg/SVGGlyphMap.h void collectGlyphsForUnicodeRange(const UnicodeRange& unicodeRange, Vector<SVGGlyph>& glyphs) const Vector 229 Source/core/svg/SVGGlyphMap.h void collectGlyphsForIterator(Iterator& textIterator, Vector<SVGGlyph>& glyphs) Vector 246 Source/core/svg/SVGGlyphMap.h Vector<SVGGlyph> m_glyphTable; Vector 122 Source/core/svg/SVGGradientElement.cpp Vector<Gradient::ColorStop> SVGGradientElement::buildStops() Vector 124 Source/core/svg/SVGGradientElement.cpp Vector<Gradient::ColorStop> stops; Vector 53 Source/core/svg/SVGGradientElement.h Vector<Gradient::ColorStop> buildStops(); Vector 127 Source/core/svg/SVGLinearGradientElement.cpp const Vector<Gradient::ColorStop>& stops(element->buildStops()); Vector 193 Source/core/svg/SVGNumberList.cpp Vector<float> SVGNumberList::toFloatVector() const Vector 195 Source/core/svg/SVGNumberList.cpp Vector<float> vec; Vector 67 Source/core/svg/SVGNumberList.h Vector<float> toFloatVector() const; Vector 376 Source/core/svg/SVGParserUtilities.cpp static Vector<String> genericParseDelimitedString(const CharType*& ptr, const CharType* end, const char seperator) Vector 378 Source/core/svg/SVGParserUtilities.cpp Vector<String> values; Vector 403 Source/core/svg/SVGParserUtilities.cpp Vector<String> parseDelimitedString(const String& input, const char seperator) Vector 406 Source/core/svg/SVGParserUtilities.cpp return Vector<String>(); Vector 30 Source/core/svg/SVGParserUtilities.h typedef Vector<UnicodeRange> UnicodeRanges; Vector 83 Source/core/svg/SVGParserUtilities.h Vector<String> parseDelimitedString(const String& input, const char seperator); Vector 48 Source/core/svg/SVGPathByteStream.h typedef Vector<unsigned char> Data; Vector 141 Source/core/svg/SVGRadialGradientElement.cpp const Vector<Gradient::ColorStop>& stops(element->buildStops()); Vector 377 Source/core/svg/SVGSVGElement.cpp Vector<RefPtr<Node> > nodes; Vector 139 Source/core/svg/SVGStringList.cpp Vector<String>::const_iterator it = m_values.begin(); Vector 140 Source/core/svg/SVGStringList.cpp Vector<String>::const_iterator itEnd = m_values.end(); Vector 64 Source/core/svg/SVGStringList.h const Vector<String>& values() const { return m_values; } Vector 95 Source/core/svg/SVGStringList.h Vector<String> m_values; Vector 53 Source/core/svg/SVGTests.cpp const Vector<String>& requiredFeatures = m_requiredFeatures->value()->values(); Vector 54 Source/core/svg/SVGTests.cpp Vector<String>::const_iterator it = requiredFeatures.begin(); Vector 55 Source/core/svg/SVGTests.cpp Vector<String>::const_iterator itEnd = requiredFeatures.end(); Vector 65 Source/core/svg/SVGTests.cpp const Vector<String>& systemLanguage = m_systemLanguage->value()->values(); Vector 66 Source/core/svg/SVGTests.cpp Vector<String>::const_iterator it = systemLanguage.begin(); Vector 67 Source/core/svg/SVGTests.cpp Vector<String>::const_iterator itEnd = systemLanguage.end(); Vector 373 Source/core/svg/animation/SMILTimeContainer.cpp Vector<RefPtr<SVGSMILElement> > animationsToApply; Vector 112 Source/core/svg/animation/SMILTimeContainer.h typedef Vector<SVGSMILElement*> AnimationsVector; Vector 279 Source/core/svg/animation/SVGSMILElement.cpp static inline void clearTimesWithDynamicOrigins(Vector<SMILTimeWithOrigin>& timeList) Vector 410 Source/core/svg/animation/SVGSMILElement.cpp static void sortTimeList(Vector<SMILTimeWithOrigin>& timeList) Vector 482 Source/core/svg/animation/SVGSMILElement.cpp Vector<SMILTimeWithOrigin>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes; Vector 488 Source/core/svg/animation/SVGSMILElement.cpp Vector<String> splitString; Vector 818 Source/core/svg/animation/SVGSMILElement.cpp const Vector<SMILTimeWithOrigin>& list = beginOrEnd == Begin ? m_beginTimes : m_endTimes; Vector 210 Source/core/svg/animation/SVGSMILElement.h Vector<Condition> m_conditions; Vector 220 Source/core/svg/animation/SVGSMILElement.h Vector<SMILTimeWithOrigin> m_beginTimes; Vector 221 Source/core/svg/animation/SVGSMILElement.h Vector<SMILTimeWithOrigin> m_endTimes; Vector 238 Source/core/svg/animation/SVGSMILElement.h Vector<unsigned> m_repeatEventCountList; Vector 76 Source/core/svg/properties/SVGListPropertyHelper.h typedef typename Vector<RefPtr<ItemPropertyType> >::const_iterator WrappedType; Vector 155 Source/core/svg/properties/SVGListPropertyHelper.h Vector<RefPtr<ItemPropertyType> > m_values; Vector 187 Source/core/svg/properties/SVGListPropertyHelper.h typename Vector<RefPtr<ItemPropertyType> >::const_iterator it = m_values.begin(); Vector 188 Source/core/svg/properties/SVGListPropertyHelper.h typename Vector<RefPtr<ItemPropertyType> >::const_iterator itEnd = m_values.end(); Vector 362 Source/core/svg/properties/SVGListPropertyHelper.h typename Vector<RefPtr<ItemPropertyType> >::const_iterator it = from->m_values.begin(); Vector 363 Source/core/svg/properties/SVGListPropertyHelper.h typename Vector<RefPtr<ItemPropertyType> >::const_iterator itEnd = from->m_values.end(); Vector 209 Source/core/testing/Internals.cpp WebCore::overrideUserPreferredLanguages(Vector<AtomicString>()); Vector 728 Source/core/testing/Internals.cpp Vector<String> Internals::formControlStateOfHistoryItem(ExceptionState& exceptionState) Vector 733 Source/core/testing/Internals.cpp return Vector<String>(); Vector 738 Source/core/testing/Internals.cpp void Internals::setFormControlStateOfHistoryItem(const Vector<String>& state, ExceptionState& exceptionState) Vector 841 Source/core/testing/Internals.cpp Vector<DocumentMarker*> markers = node->document().markers().markersFor(node, markerType); Vector 844 Source/core/testing/Internals.cpp for (Vector<DocumentMarker*>::iterator iter = markers.begin(); iter != markers.end(); ++iter) { Vector 865 Source/core/testing/Internals.cpp Vector<DocumentMarker*> markers = node->document().markers().markersFor(node, markerTypes); Vector 1256 Source/core/testing/Internals.cpp Vector<AtomicString> Internals::userPreferredLanguages() const Vector 1263 Source/core/testing/Internals.cpp void Internals::setUserPreferredLanguages(const Vector<String>& languages) Vector 1265 Source/core/testing/Internals.cpp Vector<AtomicString> atomicLanguages; Vector 1468 Source/core/testing/Internals.cpp Vector<RefPtr<Node> > matches; Vector 1544 Source/core/testing/Internals.cpp Vector<String> Internals::consoleMessageArgumentCounts(Document* document) const Vector 1548 Source/core/testing/Internals.cpp return Vector<String>(); Vector 1551 Source/core/testing/Internals.cpp return Vector<String>(); Vector 1552 Source/core/testing/Internals.cpp Vector<unsigned> counts = consoleAgent->consoleMessageArgumentCounts(); Vector 1553 Source/core/testing/Internals.cpp Vector<String> result(counts.size()); Vector 1598 Source/core/testing/Internals.cpp Vector<unsigned long> Internals::setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes) Vector 1600 Source/core/testing/Internals.cpp Vector<unsigned long> result; Vector 1690 Source/core/testing/Internals.cpp Vector<RefPtr<Node> > nodes; Vector 1875 Source/core/testing/Internals.cpp OwnPtr<Vector<FloatRect> > rects = layer->collectTrackedRepaintRects(); Vector 1877 Source/core/testing/Internals.cpp Vector<FloatQuad> quads(rects->size()); Vector 1965 Source/core/testing/Internals.cpp Vector<String> Internals::iconURLs(Document* document, int iconTypesMask) const Vector 1967 Source/core/testing/Internals.cpp Vector<IconURL> iconURLs = document->iconURLs(iconTypesMask); Vector 1968 Source/core/testing/Internals.cpp Vector<String> array; Vector 1970 Source/core/testing/Internals.cpp Vector<IconURL>::const_iterator iter(iconURLs.begin()); Vector 1977 Source/core/testing/Internals.cpp Vector<String> Internals::shortcutIconURLs(Document* document) const Vector 1982 Source/core/testing/Internals.cpp Vector<String> Internals::allIconURLs(Document* document) const Vector 2088 Source/core/testing/Internals.cpp Vector<String> Internals::getReferencedFilePaths() const Vector 2156 Source/core/testing/Internals.cpp Vector<AnnotatedRegionValue> regions = document->annotatedRegions(); Vector 2158 Source/core/testing/Internals.cpp Vector<FloatQuad> quads; Vector 137 Source/core/testing/Internals.h Vector<String> formControlStateOfHistoryItem(ExceptionState&); Vector 138 Source/core/testing/Internals.h void setFormControlStateOfHistoryItem(const Vector<String>&, ExceptionState&); Vector 183 Source/core/testing/Internals.h Vector<AtomicString> userPreferredLanguages() const; Vector 184 Source/core/testing/Internals.h void setUserPreferredLanguages(const Vector<String>&); Vector 247 Source/core/testing/Internals.h Vector<String> consoleMessageArgumentCounts(Document*) const; Vector 250 Source/core/testing/Internals.h Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes, unsigned long maxDeadBytes, unsigned long totalBytes); Vector 256 Source/core/testing/Internals.h Vector<String> shortcutIconURLs(Document*) const; Vector 257 Source/core/testing/Internals.h Vector<String> allIconURLs(Document*) const; Vector 280 Source/core/testing/Internals.h Vector<String> getReferencedFilePaths() const; Vector 332 Source/core/testing/Internals.h Vector<String> iconURLs(Document*, int iconTypesMask) const; Vector 91 Source/core/timing/MemoryInfo.cpp DEFINE_STATIC_LOCAL(Vector<size_t>, bucketSizeList, ()); Vector 176 Source/core/timing/Performance.cpp Vector<String> timingAllowOrigins; Vector 186 Source/core/timing/Performance.cpp static bool allowsTimingRedirect(const Vector<ResourceResponse>& redirectChain, const ResourceResponse& finalResponse, Document* initiatorDocument) Vector 214 Source/core/timing/Performance.cpp const Vector<ResourceResponse>& redirectChain = info.redirectChain(); Vector 62 Source/core/timing/ResourceTimingInfo.h const Vector<ResourceResponse>& redirectChain() const { return m_redirectChain; } Vector 83 Source/core/timing/ResourceTimingInfo.h Vector<ResourceResponse> m_redirectChain; Vector 75 Source/core/workers/DedicatedWorkerGlobalScope.cpp void DedicatedWorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState& exceptionState) Vector 53 Source/core/workers/DedicatedWorkerGlobalScope.h virtual void importScripts(const Vector<String>& urls, ExceptionState&) OVERRIDE; Vector 211 Source/core/workers/WorkerGlobalScope.cpp void WorkerGlobalScope::importScripts(const Vector<String>& urls, ExceptionState& exceptionState) Vector 214 Source/core/workers/WorkerGlobalScope.cpp Vector<String>::const_iterator urlsEnd = urls.end(); Vector 215 Source/core/workers/WorkerGlobalScope.cpp Vector<KURL> completedURLs; Vector 216 Source/core/workers/WorkerGlobalScope.cpp for (Vector<String>::const_iterator it = urls.begin(); it != urlsEnd; ++it) { Vector 224 Source/core/workers/WorkerGlobalScope.cpp Vector<KURL>::const_iterator end = completedURLs.end(); Vector 226 Source/core/workers/WorkerGlobalScope.cpp for (Vector<KURL>::const_iterator it = completedURLs.begin(); it != end; ++it) { Vector 100 Source/core/workers/WorkerGlobalScope.h virtual void importScripts(const Vector<String>& urls, ExceptionState&); Vector 100 Source/core/workers/WorkerMessagingProxy.h Vector<OwnPtr<ExecutionContextTask> > m_queuedEarlyTasks; // Tasks are queued here until there's a thread object created. Vector 90 Source/core/xml/XMLErrors.cpp Vector<Attribute> reportAttributes; Vector 99 Source/core/xml/XMLErrors.cpp Vector<Attribute> fixedAttributes; Vector 144 Source/core/xml/XMLErrors.cpp Vector<Attribute> attributes; Vector 89 Source/core/xml/XPathExpressionNode.h Vector<OwnPtr<Expression> > m_subExpressions; Vector 294 Source/core/xml/XPathFunctions.cpp void Function::setArguments(Vector<OwnPtr<Expression> >& args) Vector 302 Source/core/xml/XPathFunctions.cpp Vector<OwnPtr<Expression> >::iterator end = args.end(); Vector 303 Source/core/xml/XPathFunctions.cpp for (Vector<OwnPtr<Expression> >::iterator it = args.begin(); it != end; ++it) Vector 731 Source/core/xml/XPathFunctions.cpp Vector<OwnPtr<Expression> > args; Vector 735 Source/core/xml/XPathFunctions.cpp Function* createFunction(const String& name, Vector<OwnPtr<Expression> >& args) Vector 38 Source/core/xml/XPathFunctions.h void setArguments(Vector<OwnPtr<Expression> >&); Vector 51 Source/core/xml/XPathFunctions.h Function* createFunction(const String& name, Vector<OwnPtr<Expression> >&); Vector 65 Source/core/xml/XPathGrammar.y Vector<OwnPtr<Predicate> >* predList; Vector 66 Source/core/xml/XPathGrammar.y Vector<OwnPtr<Expression> >* argList; Vector 294 Source/core/xml/XPathGrammar.y $$ = new Vector<OwnPtr<Predicate> >; Vector 390 Source/core/xml/XPathGrammar.y $$ = new Vector<OwnPtr<Expression> >; Vector 40 Source/core/xml/XPathNodeSet.cpp static inline Node* parentWithDepth(unsigned depth, const Vector<Node*>& parents) Vector 46 Source/core/xml/XPathNodeSet.cpp static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayContainAttributeNodes) Vector 155 Source/core/xml/XPathNodeSet.cpp Vector<Vector<Node*> > parentMatrix(nodeCount); Vector 157 Source/core/xml/XPathNodeSet.cpp Vector<Node*>& parentsVector = parentMatrix[i]; Vector 171 Source/core/xml/XPathNodeSet.cpp Vector<RefPtr<Node> > sortedNodes; Vector 176 Source/core/xml/XPathNodeSet.cpp const_cast<Vector<RefPtr<Node> >&>(m_nodes).swap(sortedNodes); Vector 206 Source/core/xml/XPathNodeSet.cpp Vector<RefPtr<Node> > sortedNodes; Vector 229 Source/core/xml/XPathNodeSet.cpp const_cast<Vector<RefPtr<Node> >&>(m_nodes).swap(sortedNodes); Vector 78 Source/core/xml/XPathNodeSet.h Vector<RefPtr<Node> > m_nodes; Vector 481 Source/core/xml/XPathParser.cpp HashSet<Vector<OwnPtr<Predicate> >*>::iterator pend = m_predicateVectors.end(); Vector 482 Source/core/xml/XPathParser.cpp for (HashSet<Vector<OwnPtr<Predicate> >*>::iterator it = m_predicateVectors.begin(); it != pend; ++it) Vector 486 Source/core/xml/XPathParser.cpp HashSet<Vector<OwnPtr<Expression> >*>::iterator eend = m_expressionVectors.end(); Vector 487 Source/core/xml/XPathParser.cpp for (HashSet<Vector<OwnPtr<Expression> >*>::iterator it = m_expressionVectors.begin(); it != eend; ++it) Vector 540 Source/core/xml/XPathParser.cpp void Parser::registerPredicateVector(Vector<OwnPtr<Predicate> >* vector) Vector 550 Source/core/xml/XPathParser.cpp void Parser::deletePredicateVector(Vector<OwnPtr<Predicate> >* vector) Vector 562 Source/core/xml/XPathParser.cpp void Parser::registerExpressionVector(Vector<OwnPtr<Expression> >* vector) Vector 572 Source/core/xml/XPathParser.cpp void Parser::deleteExpressionVector(Vector<OwnPtr<Expression> >* vector) Vector 87 Source/core/xml/XPathParser.h void registerPredicateVector(Vector<OwnPtr<Predicate> >*); Vector 88 Source/core/xml/XPathParser.h void deletePredicateVector(Vector<OwnPtr<Predicate> >*); Vector 90 Source/core/xml/XPathParser.h void registerExpressionVector(Vector<OwnPtr<Expression> >*); Vector 91 Source/core/xml/XPathParser.h void deleteExpressionVector(Vector<OwnPtr<Expression> >*); Vector 127 Source/core/xml/XPathParser.h HashSet<Vector<OwnPtr<Predicate> >*> m_predicateVectors; Vector 128 Source/core/xml/XPathParser.h HashSet<Vector<OwnPtr<Expression> >*> m_expressionVectors; Vector 39 Source/core/xml/XPathPath.cpp Filter::Filter(PassOwnPtr<Expression> expr, Vector<OwnPtr<Predicate> >& predicates) Vector 42 Source/core/xml/XPathPath.h Filter(PassOwnPtr<Expression>, Vector<OwnPtr<Predicate> >&); Vector 51 Source/core/xml/XPathPath.h Vector<OwnPtr<Predicate> > m_predicates; Vector 69 Source/core/xml/XPathPath.h Vector<Step*> m_steps; Vector 48 Source/core/xml/XPathStep.cpp Step::Step(Axis axis, const NodeTest& nodeTest, Vector<OwnPtr<Predicate> >& predicates) Vector 64 Source/core/xml/XPathStep.cpp Vector<OwnPtr<Predicate> > remainingPredicates; Vector 225 Source/core/xml/XPathStep.cpp const Vector<OwnPtr<Predicate> >& mergedPredicates = nodeTest.mergedPredicates(); Vector 83 Source/core/xml/XPathStep.h Vector<OwnPtr<Predicate> >& mergedPredicates() { return m_mergedPredicates; } Vector 84 Source/core/xml/XPathStep.h const Vector<OwnPtr<Predicate> >& mergedPredicates() const { return m_mergedPredicates; } Vector 92 Source/core/xml/XPathStep.h Vector<OwnPtr<Predicate> > m_mergedPredicates; Vector 96 Source/core/xml/XPathStep.h Step(Axis, const NodeTest&, Vector<OwnPtr<Predicate> >&); Vector 116 Source/core/xml/XPathStep.h Vector<OwnPtr<Predicate> > m_predicates; Vector 113 Source/core/xml/XSLStyleSheet.h Vector<OwnPtr<XSLImportRule> > m_children; Vector 166 Source/core/xml/XSLTUnicodeSort.cpp Vector<UChar> string1; Vector 167 Source/core/xml/XSLTUnicodeSort.cpp Vector<UChar> string2; Vector 223 Source/core/xml/XSLTUnicodeSort.cpp Vector<UChar> string1; Vector 224 Source/core/xml/XSLTUnicodeSort.cpp Vector<UChar> string2; Vector 522 Source/core/xml/parser/XMLDocumentParser.cpp static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy) Vector 783 Source/core/xml/parser/XMLDocumentParser.cpp Vector<Element*> elemStack; Vector 872 Source/core/xml/parser/XMLDocumentParser.cpp static inline void handleNamespaceAttributes(Vector<Attribute>& prefixedAttributes, const xmlChar** libxmlNamespaces, int nbNamespaces, ExceptionState& exceptionState) Vector 898 Source/core/xml/parser/XMLDocumentParser.cpp static inline void handleElementAttributes(Vector<Attribute>& prefixedAttributes, const xmlChar** libxmlAttributes, int nbAttributes, ExceptionState& exceptionState) Vector 948 Source/core/xml/parser/XMLDocumentParser.cpp Vector<Attribute> prefixedAttributes; Vector 163 Source/core/xml/parser/XMLDocumentParser.h Vector<xmlChar> m_bufferedText; Vector 166 Source/core/xml/parser/XMLDocumentParser.h Vector<ContainerNode*> m_currentNodeStack; Vector 157 Source/modules/crypto/Key.cpp Vector<String> Key::usages() const Vector 159 Source/modules/crypto/Key.cpp Vector<String> result; Vector 207 Source/modules/crypto/Key.cpp bool Key::parseUsageMask(const Vector<String>& usages, blink::WebCryptoKeyUsageMask& mask, CryptoResult* result) Vector 60 Source/modules/crypto/Key.h Vector<String> usages() const; Vector 70 Source/modules/crypto/Key.h static bool parseUsageMask(const Vector<String>&, blink::WebCryptoKeyUsageMask&, CryptoResult*); Vector 334 Source/modules/crypto/NormalizeAlgorithm.cpp Vector<const char*, 10> m_messages; Vector 145 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::generateKey(const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) Vector 162 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::importKey(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) Vector 248 Source/modules/crypto/SubtleCrypto.cpp ScriptPromise SubtleCrypto::unwrapKey(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState) Vector 61 Source/modules/crypto/SubtleCrypto.h ScriptPromise generateKey(const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); Vector 62 Source/modules/crypto/SubtleCrypto.h ScriptPromise importKey(const String&, ArrayBufferView*, const Dictionary&, bool extractable, const Vector<String>& keyUsages, ExceptionState&); Vector 66 Source/modules/crypto/SubtleCrypto.h ScriptPromise unwrapKey(const String&, ArrayBufferView*, Key*, const Dictionary&, const Dictionary&, bool, const Vector<String>&, ExceptionState&); Vector 89 Source/modules/filesystem/DOMFilePath.cpp Vector<String> components; Vector 90 Source/modules/filesystem/DOMFilePath.cpp Vector<String> canonicalized; Vector 126 Source/modules/filesystem/DOMFilePath.cpp Vector<String> components; Vector 39 Source/modules/gamepad/GamepadCommon.h typedef Vector<float> FloatVector; Vector 24 Source/modules/gamepad/WebKitGamepad.h typedef Vector<float> FloatVector; Vector 181 Source/modules/indexeddb/IDBDatabase.cpp Vector<String> keyPathArray; Vector 265 Source/modules/indexeddb/IDBDatabase.cpp PassRefPtr<IDBTransaction> IDBDatabase::transaction(ExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& exceptionState) Vector 288 Source/modules/indexeddb/IDBDatabase.cpp Vector<int64_t> objectStoreIds; Vector 75 Source/modules/indexeddb/IDBDatabase.h PassRefPtr<IDBTransaction> transaction(ExecutionContext*, const Vector<String>&, const String& mode, ExceptionState&); Vector 37 Source/modules/indexeddb/IDBEventDispatcher.cpp bool IDBEventDispatcher::dispatch(Event* event, Vector<RefPtr<EventTarget> >& eventTargets) Vector 42 Source/modules/indexeddb/IDBEventDispatcher.h static bool dispatch(Event*, Vector<RefPtr<EventTarget> >&); // The target first and then its ancestors in order of how the event bubbles. Vector 39 Source/modules/indexeddb/IDBKey.h typedef Vector<RefPtr<IDBKey> > KeyArray; Vector 128 Source/modules/indexeddb/IDBKeyPath.cpp Vector<String> keyPathElements; Vector 133 Source/modules/indexeddb/IDBKeyPath.cpp void IDBParseKeyPath(const String& keyPath, Vector<String>& elements, IDBKeyPathParseError& error) Vector 203 Source/modules/indexeddb/IDBKeyPath.cpp IDBKeyPath::IDBKeyPath(const Vector<String>& array) Vector 41 Source/modules/indexeddb/IDBKeyPath.h void IDBParseKeyPath(const String&, Vector<String>&, IDBKeyPathParseError&); Vector 47 Source/modules/indexeddb/IDBKeyPath.h explicit IDBKeyPath(const Vector<String>& array); Vector 57 Source/modules/indexeddb/IDBKeyPath.h const Vector<String>& array() const Vector 76 Source/modules/indexeddb/IDBKeyPath.h Vector<String> m_array; Vector 40 Source/modules/indexeddb/IDBKeyPathTest.cpp void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError) Vector 47 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> keyPathElements; Vector 59 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 66 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 74 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 84 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 91 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 98 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 106 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 114 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 122 Source/modules/indexeddb/IDBKeyPathTest.cpp Vector<String> expected; Vector 220 Source/modules/indexeddb/IDBObjectStore.cpp Vector<int64_t> indexIds; Vector 221 Source/modules/indexeddb/IDBObjectStore.cpp Vector<IndexKeys> indexKeys; Vector 230 Source/modules/indexeddb/IDBObjectStore.cpp Vector<char> wireBytes; Vector 334 Source/modules/indexeddb/IDBObjectStore.cpp Vector<int64_t> indexIds; Vector 345 Source/modules/indexeddb/IDBObjectStore.cpp Vector<IDBObjectStore::IndexKeys> indexKeysList; Vector 77 Source/modules/indexeddb/IDBObjectStore.h PassRefPtr<IDBIndex> createIndex(ExecutionContext* context, const String& name, const Vector<String>& keyPath, const Dictionary& options, ExceptionState& exceptionState) { return createIndex(context, name, IDBKeyPath(keyPath), options, exceptionState); } Vector 96 Source/modules/indexeddb/IDBObjectStore.h typedef Vector<RefPtr<IDBKey> > IndexKeys; Vector 36 Source/modules/indexeddb/IDBPendingTransactionMonitor.cpp typedef Vector<RefPtr<IDBTransaction> > TransactionList; Vector 230 Source/modules/indexeddb/IDBRequest.cpp void IDBRequest::onSuccess(const Vector<String>& stringList) Vector 420 Source/modules/indexeddb/IDBRequest.cpp Vector<RefPtr<EventTarget> > targets; Vector 99 Source/modules/indexeddb/IDBRequest.h virtual void onSuccess(const Vector<String>&); Vector 99 Source/modules/indexeddb/IDBRequestTest.cpp request->onSuccess(Vector<String>()); Vector 46 Source/modules/indexeddb/IDBTransaction.cpp PassRefPtr<IDBTransaction> IDBTransaction::create(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, WebIDBDatabase::TransactionMode mode, IDBDatabase* db) Vector 56 Source/modules/indexeddb/IDBTransaction.cpp RefPtr<IDBTransaction> transaction(adoptRef(new IDBTransaction(context, id, Vector<String>(), WebIDBDatabase::TransactionVersionChange, db, openDBRequest, previousMetadata))); Vector 79 Source/modules/indexeddb/IDBTransaction.cpp IDBTransaction::IDBTransaction(ExecutionContext* context, int64_t id, const Vector<String>& objectStoreNames, WebIDBDatabase::TransactionMode mode, IDBDatabase* db, IDBOpenDBRequest* openDBRequest, const IDBDatabaseMetadata& previousMetadata) Vector 362 Source/modules/indexeddb/IDBTransaction.cpp Vector<RefPtr<EventTarget> > targets; Vector 56 Source/modules/indexeddb/IDBTransaction.h static PassRefPtr<IDBTransaction> create(ExecutionContext*, int64_t, const Vector<String>& objectStoreNames, blink::WebIDBDatabase::TransactionMode, IDBDatabase*); Vector 108 Source/modules/indexeddb/IDBTransaction.h IDBTransaction(ExecutionContext*, int64_t, const Vector<String>&, blink::WebIDBDatabase::TransactionMode, IDBDatabase*, IDBOpenDBRequest*, const IDBDatabaseMetadata&); Vector 121 Source/modules/indexeddb/IDBTransaction.h const Vector<String> m_objectStoreNames; Vector 98 Source/modules/indexeddb/IDBTransactionTest.cpp const Vector<String> transactionScope; Vector 125 Source/modules/indexeddb/IDBTransactionTest.cpp const Vector<String> transactionScope; Vector 243 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp const Vector<String>& stringArray = idbKeyPath.array(); Vector 75 Source/modules/indexeddb/WebIDBCallbacksImpl.cpp Vector<String> stringList; Vector 101 Source/modules/mediasource/MediaSource.cpp Vector<String> codecs = contentType.codecs(); Vector 180 Source/modules/mediasource/MediaSource.cpp Vector<RefPtr<TimeRanges> > MediaSource::activeRanges() const Vector 182 Source/modules/mediasource/MediaSource.cpp Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); Vector 71 Source/modules/mediasource/MediaSource.h virtual Vector<RefPtr<TimeRanges> > activeRanges() const OVERRIDE; Vector 132 Source/modules/mediasource/MediaSourceBase.cpp Vector<RefPtr<TimeRanges> > ranges = activeRanges(); Vector 311 Source/modules/mediasource/MediaSourceBase.cpp PassOwnPtr<WebSourceBuffer> MediaSourceBase::createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState& exceptionState) Vector 98 Source/modules/mediasource/MediaSourceBase.h virtual Vector<RefPtr<TimeRanges> > activeRanges() const = 0; Vector 101 Source/modules/mediasource/MediaSourceBase.h PassOwnPtr<blink::WebSourceBuffer> createWebSourceBuffer(const String& type, const Vector<String>& codecs, ExceptionState&); Vector 134 Source/modules/mediasource/SourceBuffer.h Vector<unsigned char> m_pendingAppendData; Vector 101 Source/modules/mediasource/WebKitMediaSource.cpp Vector<String> codecs = contentType.codecs(); Vector 179 Source/modules/mediasource/WebKitMediaSource.cpp Vector<RefPtr<TimeRanges> > WebKitMediaSource::activeRanges() const Vector 181 Source/modules/mediasource/WebKitMediaSource.cpp Vector<RefPtr<TimeRanges> > activeRanges(m_activeSourceBuffers->length()); Vector 71 Source/modules/mediasource/WebKitMediaSource.h virtual Vector<RefPtr<TimeRanges> > activeRanges() const OVERRIDE; Vector 51 Source/modules/mediastream/MediaConstraintsImpl.cpp Vector<String> names; Vector 57 Source/modules/mediastream/MediaConstraintsImpl.cpp for (Vector<String>::iterator it = names.begin(); it != names.end(); ++it) { Vector 62 Source/modules/mediastream/MediaConstraintsImpl.cpp Vector<blink::WebMediaConstraint> mandatoryConstraintsVector; Vector 79 Source/modules/mediastream/MediaConstraintsImpl.cpp Vector<blink::WebMediaConstraint> optionalConstraintsVector; Vector 96 Source/modules/mediastream/MediaConstraintsImpl.cpp Vector<String> localNames; Vector 51 Source/modules/mediastream/MediaDeviceInfo.h typedef Vector<RefPtr<MediaDeviceInfo> > MediaDeviceInfoVector; Vector 111 Source/modules/mediastream/MediaStream.h typedef Vector<RefPtr<MediaStream> > MediaStreamVector; Vector 179 Source/modules/mediastream/MediaStreamTrack.cpp for (Vector<Observer*>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) Vector 101 Source/modules/mediastream/MediaStreamTrack.h Vector<Observer*> m_observers; Vector 108 Source/modules/mediastream/MediaStreamTrack.h typedef Vector<RefPtr<MediaStreamTrack> > MediaStreamTrackVector; Vector 116 Source/modules/mediastream/RTCPeerConnection.cpp Vector<String> names; Vector 119 Source/modules/mediastream/RTCPeerConnection.cpp Vector<String> urlStrings; Vector 147 Source/modules/mediastream/RTCPeerConnection.cpp for (Vector<String>::iterator iter = urlStrings.begin(); iter != urlStrings.end(); ++iter) { Vector 664 Source/modules/mediastream/RTCPeerConnection.cpp Vector<RefPtr<RTCDataChannel> >::iterator i = m_dataChannels.begin(); Vector 153 Source/modules/mediastream/RTCPeerConnection.h Vector<RefPtr<RTCDataChannel> > m_dataChannels; Vector 46 Source/modules/mediastream/RTCStatsReport.cpp Vector<String> RTCStatsReport::names() const Vector 48 Source/modules/mediastream/RTCStatsReport.cpp Vector<String> result; Vector 46 Source/modules/mediastream/RTCStatsReport.h Vector<String> names() const; Vector 41 Source/modules/mediastream/RTCStatsResponse.h const Vector<RefPtr<RTCStatsReport> >& result() const { return m_result; } Vector 50 Source/modules/mediastream/RTCStatsResponse.h Vector<RefPtr<RTCStatsReport> > m_result; Vector 52 Source/modules/mediastream/SourceInfo.h typedef Vector<RefPtr<SourceInfo> > SourceInfoVector; Vector 78 Source/modules/quota/StorageQuota.cpp Vector<String> StorageQuota::supportedTypes() const Vector 80 Source/modules/quota/StorageQuota.cpp Vector<String> types; Vector 52 Source/modules/quota/StorageQuota.h Vector<String> supportedTypes() const; Vector 32 Source/modules/screen_orientation/ScreenOrientationDispatcher.h Vector<ScreenOrientationController*> m_controllers; Vector 16 Source/modules/serviceworkers/Cache.cpp PassRefPtr<Cache> Cache::create(const Vector<String>& urlStrings) Vector 21 Source/modules/serviceworkers/Cache.h static PassRefPtr<Cache> create(const Vector<String>& urlStrings); Vector 73 Source/modules/speech/SpeechSynthesis.cpp const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& platformVoices = m_platformSpeechSynthesizer->voiceList(); Vector 38 Source/modules/vibration/NavigatorVibration.h typedef Vector<unsigned> VibrationPattern; Vector 46 Source/modules/vibration/testing/InternalsVibration.cpp Vector<unsigned> InternalsVibration::pendingVibrationPattern(Internals&, Document* document) Vector 44 Source/modules/vibration/testing/InternalsVibration.h static Vector<unsigned> pendingVibrationPattern(Internals&, Document*); Vector 77 Source/modules/webaudio/AudioBuffer.h Vector<RefPtr<Float32Array> > m_channels; Vector 281 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_finishedNodes; Vector 286 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_referencedNodes; Vector 292 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_nodesMarkedForDeletion; Vector 295 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_nodesToDelete; Vector 307 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_renderingAutomaticPullNodes; Vector 320 Source/modules/webaudio/AudioContext.h Vector<AudioNode*> m_deferredFinishDerefList; Vector 200 Source/modules/webaudio/AudioNode.h Vector<OwnPtr<AudioNodeInput> > m_inputs; Vector 201 Source/modules/webaudio/AudioNode.h Vector<OwnPtr<AudioNodeOutput> > m_outputs; Vector 108 Source/modules/webaudio/AudioParamTimeline.h Vector<ParamEvent> m_events; Vector 73 Source/modules/webaudio/AudioSummingJunction.h Vector<AudioNodeOutput*> m_renderingOutputs; Vector 136 Source/modules/webaudio/BiquadDSPKernel.cpp Vector<float> frequency(nFrequencies); Vector 90 Source/modules/webaudio/PeriodicWave.h Vector<OwnPtr<AudioFloatArray> > m_bandLimitedTables; Vector 81 Source/modules/webaudio/ScriptProcessorNode.h Vector<RefPtr<AudioBuffer> > m_inputBuffers; Vector 82 Source/modules/webaudio/ScriptProcessorNode.h Vector<RefPtr<AudioBuffer> > m_outputBuffers; Vector 53 Source/modules/webdatabase/AbstractSQLTransactionBackend.h const Vector<SQLValue>& arguments, int permissions) = 0; Vector 188 Source/modules/webdatabase/Database.cpp Vector<String> Database::performGetTableNames() Vector 196 Source/modules/webdatabase/Database.cpp return Vector<String>(); Vector 199 Source/modules/webdatabase/Database.cpp Vector<String> tableNames; Vector 211 Source/modules/webdatabase/Database.cpp return Vector<String>(); Vector 217 Source/modules/webdatabase/Database.cpp Vector<String> Database::tableNames() Vector 221 Source/modules/webdatabase/Database.cpp Vector<String> result; Vector 66 Source/modules/webdatabase/Database.h Vector<String> tableNames(); Vector 83 Source/modules/webdatabase/Database.h Vector<String> performGetTableNames(); Vector 214 Source/modules/webdatabase/DatabaseContext.cpp Vector<DatabaseBackendBase*> syncDatabases; Vector 172 Source/modules/webdatabase/DatabaseTask.cpp DatabaseBackend::DatabaseTableNamesTask::DatabaseTableNamesTask(DatabaseBackend* database, TaskSynchronizer* synchronizer, Vector<String>& names) Vector 141 Source/modules/webdatabase/DatabaseTask.h static PassOwnPtr<DatabaseTableNamesTask> create(DatabaseBackend* db, TaskSynchronizer* synchronizer, Vector<String>& names) Vector 147 Source/modules/webdatabase/DatabaseTask.h DatabaseTableNamesTask(DatabaseBackend*, TaskSynchronizer*, Vector<String>& names); Vector 154 Source/modules/webdatabase/DatabaseTask.h Vector<String>& m_tableNames; Vector 84 Source/modules/webdatabase/InspectorDatabaseAgent.cpp const Vector<String>& columns = rowList->columnNames(); Vector 89 Source/modules/webdatabase/InspectorDatabaseAgent.cpp const Vector<SQLValue>& data = rowList->values(); Vector 143 Source/modules/webdatabase/InspectorDatabaseAgent.cpp Vector<SQLValue> sqlValues; Vector 271 Source/modules/webdatabase/InspectorDatabaseAgent.cpp Vector<String> tableNames = database->tableNames(); Vector 45 Source/modules/webdatabase/SQLResultSetRowList.h const Vector<String>& columnNames() const { return m_columns; } Vector 46 Source/modules/webdatabase/SQLResultSetRowList.h const Vector<SQLValue>& values() const { return m_result; } Vector 59 Source/modules/webdatabase/SQLResultSetRowList.h Vector<String> m_columns; Vector 60 Source/modules/webdatabase/SQLResultSetRowList.h Vector<SQLValue> m_result; Vector 75 Source/modules/webdatabase/SQLStatementBackend.cpp const String& statement, const Vector<SQLValue>& arguments, int permissions) Vector 81 Source/modules/webdatabase/SQLStatementBackend.cpp const String& statement, const Vector<SQLValue>& arguments, int permissions) Vector 48 Source/modules/webdatabase/SQLStatementBackend.h const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions); Vector 65 Source/modules/webdatabase/SQLStatementBackend.h const Vector<SQLValue>& arguments, int permissions); Vector 72 Source/modules/webdatabase/SQLStatementBackend.h Vector<SQLValue> m_arguments; Vector 45 Source/modules/webdatabase/SQLStatementSync.cpp SQLStatementSync::SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions) Vector 49 Source/modules/webdatabase/SQLStatementSync.h SQLStatementSync(const String& statement, const Vector<SQLValue>& arguments, int permissions); Vector 55 Source/modules/webdatabase/SQLStatementSync.h Vector<SQLValue> m_arguments; Vector 262 Source/modules/webdatabase/SQLTransaction.cpp void SQLTransaction::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, PassOwnPtr<SQLStatementCallback> callback, PassOwnPtr<SQLStatementErrorCallback> callbackError, ExceptionState& exceptionState) Vector 63 Source/modules/webdatabase/SQLTransaction.h void executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, Vector 529 Source/modules/webdatabase/SQLTransactionBackend.cpp const String& sqlStatement, const Vector<SQLValue>& arguments, int permissions) Vector 86 Source/modules/webdatabase/SQLTransactionBackend.h const Vector<SQLValue>& arguments, int permissions) OVERRIDE; Vector 86 Source/modules/webdatabase/SQLTransactionBackendSync.cpp PassRefPtrWillBeRawPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState& exceptionState) Vector 58 Source/modules/webdatabase/SQLTransactionBackendSync.h PassRefPtrWillBeRawPtr<SQLResultSet> executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState&); Vector 205 Source/modules/webmidi/MIDIOutput.cpp void MIDIOutput::send(Vector<unsigned> unsignedData, double timestamp, ExceptionState& exceptionState) Vector 229 Source/modules/webmidi/MIDIOutput.cpp void MIDIOutput::send(Vector<unsigned> unsignedData, ExceptionState& exceptionState) Vector 49 Source/modules/webmidi/MIDIOutput.h void send(Vector<unsigned>, double timestamp, ExceptionState&); Vector 53 Source/modules/webmidi/MIDIOutput.h void send(Vector<unsigned>, ExceptionState&); Vector 492 Source/modules/websockets/MainThreadWebSocketChannel.cpp Vector<char> buf; Vector 597 Source/modules/websockets/MainThreadWebSocketChannel.cpp OwnPtr<Vector<char> > continuousFrameData = adoptPtr(new Vector<char>); Vector 639 Source/modules/websockets/MainThreadWebSocketChannel.cpp OwnPtr<Vector<char> > binaryData = adoptPtr(new Vector<char>(frame.payloadLength)); Vector 823 Source/modules/websockets/MainThreadWebSocketChannel.cpp Vector<char> frameData; Vector 153 Source/modules/websockets/MainThreadWebSocketChannel.h Vector<char> vectorData; Vector 198 Source/modules/websockets/MainThreadWebSocketChannel.h Vector<char> m_buffer; Vector 216 Source/modules/websockets/MainThreadWebSocketChannel.h Vector<char> m_continuousFrameData; Vector 128 Source/modules/websockets/NewWebSocketChannelImpl.cpp Vector<String> protocols; Vector 442 Source/modules/websockets/NewWebSocketChannelImpl.cpp OwnPtr<Vector<char> > binaryData = adoptPtr(new Vector<char>); Vector 119 Source/modules/websockets/NewWebSocketChannelImpl.h Vector<char> data; Vector 166 Source/modules/websockets/NewWebSocketChannelImpl.h Vector<char> m_receivingMessageData; Vector 98 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) Vector 148 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp Vector<OwnPtr<ExecutionContextTask> > tasks; Vector 150 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp for (Vector<OwnPtr<ExecutionContextTask> >::const_iterator iter = tasks.begin(); iter != tasks.end(); ++iter) Vector 168 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp void ThreadableWebSocketChannelClientWrapper::didReceiveBinaryDataCallback(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper, PassOwnPtr<Vector<char> > binaryData) Vector 62 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h void didReceiveBinaryData(PassOwnPtr<Vector<char> >); Vector 78 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h static void didReceiveBinaryDataCallback(ExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, PassOwnPtr<Vector<char> >); Vector 86 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h Vector<UChar> m_subprotocol; Vector 87 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h Vector<UChar> m_extensions; Vector 89 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.h Vector<OwnPtr<ExecutionContextTask> > m_pendingTasks; Vector 194 Source/modules/websockets/WebSocket.cpp static String joinStrings(const Vector<String>& strings, const char* separator) Vector 247 Source/modules/websockets/WebSocket.cpp Vector<String> protocols; Vector 251 Source/modules/websockets/WebSocket.cpp PassRefPtr<WebSocket> WebSocket::create(ExecutionContext* context, const String& url, const Vector<String>& protocols, ExceptionState& exceptionState) Vector 270 Source/modules/websockets/WebSocket.cpp Vector<String> protocols; Vector 277 Source/modules/websockets/WebSocket.cpp Vector<String> protocols; Vector 283 Source/modules/websockets/WebSocket.cpp Vector<String> protocols; Vector 288 Source/modules/websockets/WebSocket.cpp void WebSocket::connect(const String& url, const Vector<String>& protocols, ExceptionState& exceptionState) Vector 621 Source/modules/websockets/WebSocket.cpp void WebSocket::didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) Vector 62 Source/modules/websockets/WebSocket.h static PassRefPtr<WebSocket> create(ExecutionContext*, const String& url, const Vector<String>& protocols, ExceptionState&); Vector 74 Source/modules/websockets/WebSocket.h void connect(const String& url, const Vector<String>& protocols, ExceptionState&); Vector 121 Source/modules/websockets/WebSocket.h virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) OVERRIDE; Vector 45 Source/modules/websockets/WebSocketChannelClient.h virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) { } Vector 75 Source/modules/websockets/WebSocketDeflater.h Vector<char> m_buffer; Vector 98 Source/modules/websockets/WebSocketDeflater.h Vector<char> m_buffer; Vector 76 Source/modules/websockets/WebSocketDeflaterTest.cpp Vector<char> inputData(32); Vector 117 Source/modules/websockets/WebSocketDeflaterTest.cpp Vector<char> inputData(1024 + 64 * 2); Vector 145 Source/modules/websockets/WebSocketDeflaterTest.cpp Vector<char> inputData(16 * 1024 * 1024); Vector 59 Source/modules/websockets/WebSocketExtensionDispatcher.h Vector<OwnPtr<WebSocketExtensionProcessor> > m_processors; Vector 77 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp Vector<String> m_parsedExtensionTokens; Vector 78 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp Vector<HashMap<String, String> > m_parsedParameters; Vector 92 Source/modules/websockets/WebSocketExtensionParser.cpp Vector<char> buffer; Vector 128 Source/modules/websockets/WebSocketFrame.cpp static void appendFramePayload(const WebSocketFrame& frame, Vector<char>& frameData) Vector 146 Source/modules/websockets/WebSocketFrame.cpp void WebSocketFrame::makeFrameData(Vector<char>& frameData) Vector 77 Source/modules/websockets/WebSocketFrame.h void makeFrameData(Vector<char>& frameData); Vector 126 Source/modules/websockets/WebSocketHandshake.cpp Vector<uint8_t, SHA1::outputSizeBytes> hash; Vector 204 Source/modules/websockets/WebSocketHandshake.cpp Vector<String> fields; Vector 544 Source/modules/websockets/WebSocketHandshake.cpp Vector<String> result; Vector 552 Source/modules/websockets/WebSocketHandshake.cpp Vector<String> protocols; Vector 279 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::sendArrayBuffer(PassOwnPtr<Vector<char> > data) Vector 383 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp static void workerGlobalScopeDidReceiveBinaryData(ExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> workerClientWrapper, PassOwnPtr<Vector<char> > binaryData) Vector 389 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp void WorkerThreadableWebSocketChannel::Peer::didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) Vector 498 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp OwnPtr<Vector<char> > data = adoptPtr(new Vector<char>(byteLength)); Vector 568 Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp Vector<blink::WebWaitableEvent*> events; Vector 102 Source/modules/websockets/WorkerThreadableWebSocketChannel.h void sendArrayBuffer(PassOwnPtr<Vector<char> >); Vector 114 Source/modules/websockets/WorkerThreadableWebSocketChannel.h virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> >) OVERRIDE; Vector 53 Source/platform/ColorChooserClient.h virtual Vector<ColorSuggestion> suggestions() const = 0; Vector 79 Source/platform/ContentType.cpp Vector<String> ContentType::codecs() const Vector 84 Source/platform/ContentType.cpp return Vector<String>(); Vector 86 Source/platform/ContentType.cpp Vector<String> codecs; Vector 41 Source/platform/ContentType.h Vector<String> codecs() const; Vector 31 Source/platform/ContextMenu.cpp static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& items) Vector 41 Source/platform/ContextMenu.h const Vector<ContextMenuItem>& items() const { return m_items; } Vector 45 Source/platform/ContextMenu.h Vector<ContextMenuItem> m_items; Vector 53 Source/platform/ContextMenuItem.cpp ContextMenuItem::ContextMenuItem(ContextMenuAction action, const String& title, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems) Vector 73 Source/platform/ContextMenuItem.h ContextMenuItem(ContextMenuAction, const String&, bool enabled, bool checked, const Vector<ContextMenuItem>& subMenuItems); Vector 78 Source/platform/ContextMenuItem.h const Vector<ContextMenuItem>& subMenuItems() const { return m_subMenuItems; } Vector 86 Source/platform/ContextMenuItem.h Vector<ContextMenuItem> m_subMenuItems; Vector 57 Source/platform/DateTimeChooser.h Vector<DateTimeSuggestion> suggestions; Vector 70 Source/platform/FileChooser.cpp Vector<String> filenames; Vector 75 Source/platform/FileChooser.cpp void FileChooser::chooseFiles(const Vector<String>& filenames) Vector 82 Source/platform/FileChooser.cpp Vector<FileChooserFileInfo> files; Vector 89 Source/platform/FileChooser.cpp void FileChooser::chooseFiles(const Vector<FileChooserFileInfo>& files) Vector 92 Source/platform/FileChooser.cpp Vector<String> paths; Vector 102 Source/platform/FileChooser.cpp Vector<String> FileChooserSettings::acceptTypes() const Vector 104 Source/platform/FileChooser.cpp Vector<String> acceptTypes; Vector 56 Source/platform/FileChooser.h Vector<String> acceptMIMETypes; Vector 57 Source/platform/FileChooser.h Vector<String> acceptFileExtensions; Vector 58 Source/platform/FileChooser.h Vector<String> selectedFiles; Vector 64 Source/platform/FileChooser.h Vector<String> PLATFORM_EXPORT acceptTypes() const; Vector 69 Source/platform/FileChooser.h virtual void filesChosen(const Vector<FileChooserFileInfo>&) = 0; Vector 89 Source/platform/FileChooser.h void chooseFiles(const Vector<String>& paths); Vector 92 Source/platform/FileChooser.h void chooseFiles(const Vector<FileChooserFileInfo>& files); Vector 366 Source/platform/JSONValues.cpp for (Vector<RefPtr<JSONValue> >::const_iterator it = m_data.begin(); it != m_data.end(); ++it) { Vector 210 Source/platform/JSONValues.h Vector<String> m_order; Vector 248 Source/platform/JSONValues.h typedef Vector<RefPtr<JSONValue> >::iterator iterator; Vector 249 Source/platform/JSONValues.h typedef Vector<RefPtr<JSONValue> >::const_iterator const_iterator; Vector 281 Source/platform/JSONValues.h Vector<RefPtr<JSONValue> > m_data; Vector 46 Source/platform/Language.cpp Vector<AtomicString> languages = userPreferredLanguages(); Vector 53 Source/platform/Language.cpp static Vector<AtomicString>& preferredLanguagesOverride() Vector 55 Source/platform/Language.cpp DEFINE_STATIC_LOCAL(Vector<AtomicString>, override, ()); Vector 59 Source/platform/Language.cpp Vector<AtomicString> userPreferredLanguagesOverride() Vector 64 Source/platform/Language.cpp void overrideUserPreferredLanguages(const Vector<AtomicString>& override) Vector 69 Source/platform/Language.cpp Vector<AtomicString> userPreferredLanguages() Vector 71 Source/platform/Language.cpp Vector<AtomicString>& override = preferredLanguagesOverride(); Vector 75 Source/platform/Language.cpp Vector<AtomicString> languages; Vector 91 Source/platform/Language.cpp size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList) Vector 36 Source/platform/Language.h PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguages(); Vector 37 Source/platform/Language.h PLATFORM_EXPORT Vector<AtomicString> userPreferredLanguagesOverride(); Vector 38 Source/platform/Language.h PLATFORM_EXPORT void overrideUserPreferredLanguages(const Vector<AtomicString>&); Vector 39 Source/platform/Language.h PLATFORM_EXPORT size_t indexOfBestMatchingLanguageInList(const AtomicString& language, const Vector<AtomicString>& languageList); Vector 76 Source/platform/Length.cpp Vector<Length> parseHTMLAreaElementCoords(const String& string) Vector 92 Source/platform/Length.cpp return Vector<Length>(); Vector 95 Source/platform/Length.cpp Vector<Length> r(len); Vector 313 Source/platform/Length.h PLATFORM_EXPORT Vector<Length> parseHTMLAreaElementCoords(const String&); Vector 195 Source/platform/PODArena.h Vector<OwnPtr<Chunk> > m_chunks; Vector 48 Source/platform/PODIntervalTree.h PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue) Vector 64 Source/platform/PODIntervalTree.h Vector<IntervalType>& m_result; Vector 102 Source/platform/PODIntervalTree.h Vector<IntervalType> allOverlaps(const IntervalType& interval) const Vector 104 Source/platform/PODIntervalTree.h Vector<IntervalType> result; Vector 112 Source/platform/PODIntervalTree.h void allOverlaps(const IntervalType& interval, Vector<IntervalType>& result) const Vector 70 Source/platform/PODIntervalTreeTest.cpp Vector<PODInterval<float> > result = tree.allOverlaps(PODInterval<float>(1, 3)); Vector 83 Source/platform/PODIntervalTreeTest.cpp Vector<PODInterval<float> > result = tree.allOverlaps(PODInterval<float>(3, 3)); Vector 160 Source/platform/PODIntervalTreeTest.cpp Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1)); Vector 225 Source/platform/PODIntervalTreeTest.cpp Vector<PODInterval<int> > addedElements; Vector 226 Source/platform/PODIntervalTreeTest.cpp Vector<PODInterval<int> > removedElements; Vector 179 Source/platform/PODRedBlackTreeTest.cpp Vector<int> values; Vector 35 Source/platform/PlatformScreen.h typedef WTF::Vector<char> ColorProfile; Vector 36 Source/platform/PlatformTouchEvent.h const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; } Vector 39 Source/platform/PlatformTouchEvent.h Vector<PlatformTouchPoint> m_touchPoints; Vector 152 Source/platform/PurgeableVector.cpp void PurgeableVector::adopt(Vector<char>& other) Vector 69 Source/platform/PurgeableVector.h void adopt(Vector<char>& other); Vector 117 Source/platform/PurgeableVector.h Vector<char> m_vector; Vector 88 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 119 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 145 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 169 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 195 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 209 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 211 Source/platform/PurgeableVectorTest.cpp const Vector<char> testDataCopy(testData); Vector 231 Source/platform/PurgeableVectorTest.cpp Vector<char> testData; Vector 238 Source/platform/PurgeableVectorTest.cpp Vector<char> testData; Vector 253 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(30000); Vector 292 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 310 Source/platform/PurgeableVectorTest.cpp Vector<char> testData(kTestSize); Vector 41 Source/platform/SSLKeyGenerator.cpp void getSupportedKeySizes(Locale& locale, Vector<String>& sizes) Vector 41 Source/platform/SSLKeyGenerator.h PLATFORM_EXPORT void getSupportedKeySizes(Locale&, Vector<String>& sizes); Vector 114 Source/platform/SharedBuffer.cpp Vector<SharedBuffer*> buffers; Vector 216 Source/platform/SharedBuffer.cpp PassRefPtr<SharedBuffer> SharedBuffer::adoptVector(Vector<char>& vector) Vector 284 Source/platform/SharedBuffer.cpp void SharedBuffer::append(const Vector<char>& data) Vector 50 Source/platform/SharedBuffer.h static PassRefPtr<SharedBuffer> adoptVector(Vector<char>&); Vector 65 Source/platform/SharedBuffer.h void append(const Vector<char>&); Vector 115 Source/platform/SharedBuffer.h mutable Vector<char*> m_segments; Vector 38 Source/platform/SharedBufferChunkReader.cpp SharedBufferChunkReader::SharedBufferChunkReader(SharedBuffer* buffer, const Vector<char>& separator) Vector 62 Source/platform/SharedBufferChunkReader.cpp void SharedBufferChunkReader::setSeparator(const Vector<char>& separator) Vector 73 Source/platform/SharedBufferChunkReader.cpp bool SharedBufferChunkReader::nextChunk(Vector<char>& chunk, bool includeSeparator) Vector 117 Source/platform/SharedBufferChunkReader.cpp Vector<char> data; Vector 124 Source/platform/SharedBufferChunkReader.cpp size_t SharedBufferChunkReader::peek(Vector<char>& data, size_t requestedSize) Vector 44 Source/platform/SharedBufferChunkReader.h SharedBufferChunkReader(SharedBuffer*, const Vector<char>& separator); Vector 47 Source/platform/SharedBufferChunkReader.h void setSeparator(const Vector<char>&); Vector 51 Source/platform/SharedBufferChunkReader.h bool nextChunk(Vector<char>& data, bool includeSeparator = false); Vector 58 Source/platform/SharedBufferChunkReader.h size_t peek(Vector<char>&, size_t); Vector 67 Source/platform/SharedBufferChunkReader.h Vector<char> m_separator; Vector 68 Source/platform/SharedBufferTest.cpp Vector<char> vector0(0x4000); Vector 71 Source/platform/SharedBufferTest.cpp Vector<char> vector1(0x4000); Vector 74 Source/platform/SharedBufferTest.cpp Vector<char> vector2(0x4000); Vector 102 Source/platform/SharedBufferTest.cpp Vector<char> testData(10000); Vector 135 Source/platform/SharedBufferTest.cpp Vector<char> testData(30000); Vector 51 Source/platform/TestingPlatformSupport.h Vector<char> m_data; Vector 49 Source/platform/ThreadTimers.h Vector<TimerBase*>& timerHeap() { return m_timerHeap; } Vector 60 Source/platform/ThreadTimers.h Vector<TimerBase*> m_timerHeap; Vector 49 Source/platform/Timer.cpp static Vector<TimerBase*>& threadGlobalTimerHeap() Vector 83 Source/platform/Timer.cpp Vector<TimerBase*>& heap = timer->timerHeap(); Vector 307 Source/platform/Timer.cpp Vector<TimerBase*>& heap = timerHeap(); Vector 314 Source/platform/Timer.cpp static inline bool parentHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap, unsigned currentIndex) Vector 323 Source/platform/Timer.cpp static inline bool childHeapPropertyHolds(const TimerBase* current, const Vector<TimerBase*>& heap, unsigned childIndex) Vector 339 Source/platform/Timer.cpp const Vector<TimerBase*>& heap = timerHeap(); Vector 98 Source/platform/Timer.h Vector<TimerBase*>& timerHeap() const { ASSERT(m_cachedThreadGlobalTimerHeap); return *m_cachedThreadGlobalTimerHeap; } Vector 105 Source/platform/Timer.h Vector<TimerBase*>* m_cachedThreadGlobalTimerHeap; Vector 34 Source/platform/URLPatternMatcher.cpp bool URLPatternMatcher::matchesPatterns(const KURL& url, const Vector<String>& whitelist) Vector 39 Source/platform/URLPatternMatcher.h static bool matchesPatterns(const KURL&, const Vector<String>& whitelist); Vector 84 Source/platform/animation/KeyframeValueList.h Vector<OwnPtr<const AnimationValue> > m_values; Vector 59 Source/platform/animation/TimingFunctionTest.cpp void notEqualHelperLoop(Vector<std::pair<std::string, RefPtr<TimingFunction> > >& v) Vector 121 Source/platform/animation/TimingFunctionTest.cpp Vector<std::pair<std::string, RefPtr<TimingFunction> > > v; Vector 160 Source/platform/animation/TimingFunctionTest.cpp Vector<std::pair<std::string, RefPtr<TimingFunction> > > v; Vector 198 Source/platform/animation/TimingFunctionTest.cpp Vector<std::pair<std::string, RefPtr<TimingFunction> > > v; Vector 161 Source/platform/audio/AudioBus.h Vector<OwnPtr<AudioChannel> > m_channels; Vector 72 Source/platform/audio/AudioDSPKernelProcessor.h Vector<OwnPtr<AudioDSPKernel> > m_kernels; Vector 64 Source/platform/audio/AudioResampler.h Vector<OwnPtr<AudioResamplerKernel> > m_kernels; Vector 93 Source/platform/audio/DynamicsCompressorKernel.h Vector<OwnPtr<AudioFloatArray> > m_preDelayBuffers; Vector 79 Source/platform/audio/HRTFDatabase.h Vector<OwnPtr<HRTFElevation> > m_elevations; Vector 94 Source/platform/audio/HRTFKernel.h typedef Vector<RefPtr<HRTFKernel> > HRTFKernelList; Vector 54 Source/platform/audio/MultiChannelResampler.h Vector<OwnPtr<SincResampler> > m_kernels; Vector 61 Source/platform/audio/Reverb.h Vector<OwnPtr<ReverbConvolver> > m_convolvers; Vector 69 Source/platform/audio/ReverbConvolver.h Vector<OwnPtr<ReverbConvolverStage> > m_stages; Vector 70 Source/platform/audio/ReverbConvolver.h Vector<OwnPtr<ReverbConvolverStage> > m_backgroundStages; Vector 106 Source/platform/blob/BlobData.cpp Vector<char>* buffer = data->mutableData(); Vector 121 Source/platform/blob/BlobData.cpp Vector<char>* buffer = data->mutableData(); Vector 145 Source/platform/blob/BlobData.cpp for (Vector<BlobDataItem>::const_iterator it = m_items.begin(); it != m_items.end(); ++it) { Vector 56 Source/platform/blob/BlobData.h Vector<char>* mutableData() { return &m_data; } Vector 61 Source/platform/blob/BlobData.h Vector<char> m_data; Vector 159 Source/platform/blob/BlobData.h typedef Vector<BlobDataItem> BlobDataItemList; Vector 48 Source/platform/clipboard/ClipboardUtilities.cpp Vector<String> items; Vector 115 Source/platform/exported/WebImageSkia.cpp Vector<WebImage> frames; Vector 222 Source/platform/exported/WebMediaStreamSource.cpp const Vector<RefPtr<AudioDestinationConsumer> >& consumers = m_private->audioConsumers(); Vector 223 Source/platform/exported/WebMediaStreamSource.cpp for (Vector<RefPtr<AudioDestinationConsumer> >::const_iterator it = consumers.begin(); it != consumers.end(); ++it) { Vector 86 Source/platform/exported/WebScrollbarImpl.cpp Vector<WebCore::IntRect> tickmarks; Vector 119 Source/platform/exported/WebScrollbarThemeClientImpl.cpp void WebScrollbarThemeClientImpl::getTickmarks(Vector<IntRect>& tickmarks) const Vector 60 Source/platform/exported/WebScrollbarThemeClientImpl.h virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE; Vector 45 Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp Vector<RefPtr<PlatformSpeechSynthesisVoice> > outVoices; Vector 193 Source/platform/fonts/FontCache.cpp Vector<FontCacheKey> keysToRemove; Vector 220 Source/platform/fonts/FontCache.cpp Vector<FontCache::FontFileKey> keysToRemove; Vector 286 Source/platform/fonts/FontCache.cpp Vector<RefPtr<FontCacheClient> > clients; Vector 128 Source/platform/fonts/FontDataCache.cpp Vector<RefPtr<SimpleFontData>, 20> fontDataToDelete; Vector 108 Source/platform/fonts/FontFallbackList.h mutable Vector<RefPtr<FontData>, 1> m_fontList; Vector 64 Source/platform/fonts/FontFeatureSettings.h Vector<FontFeature> m_list; Vector 146 Source/platform/fonts/GlyphBuffer.h Vector<const SimpleFontData*, 2048> m_fontData; Vector 147 Source/platform/fonts/GlyphBuffer.h Vector<GlyphBufferGlyph, 2048> m_glyphs; Vector 148 Source/platform/fonts/GlyphBuffer.h Vector<GlyphBufferAdvance, 2048> m_advances; Vector 403 Source/platform/fonts/GlyphPageTreeNode.cpp Vector<char> indent(level()); Vector 83 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm> charactersWithArabicForm(const String& input, bool rtl) Vector 85 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm> forms; Vector 113 Source/platform/fonts/SVGGlyph.cpp static inline bool isCompatibleArabicForm(const SVGGlyph& identifier, const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) Vector 118 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator realEnd = chars.end(); Vector 119 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator it = chars.begin() + startPosition; Vector 123 Source/platform/fonts/SVGGlyph.cpp Vector<SVGGlyph::ArabicForm>::const_iterator end = chars.begin() + endPosition; Vector 136 Source/platform/fonts/SVGGlyph.cpp const Vector<SVGGlyph::ArabicForm>& chars, unsigned startPosition, unsigned endPosition) Vector 169 Source/platform/fonts/SVGGlyph.cpp Vector<String>::const_iterator it = identifier.languages.begin(); Vector 170 Source/platform/fonts/SVGGlyph.cpp Vector<String>::const_iterator end = identifier.languages.end(); Vector 105 Source/platform/fonts/SVGGlyph.h Vector<String> languages; Vector 108 Source/platform/fonts/SVGGlyph.h Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl); Vector 109 Source/platform/fonts/SVGGlyph.h bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition); Vector 42 Source/platform/fonts/SegmentedFontData.cpp Vector<FontDataRange>::const_iterator end = m_ranges.end(); Vector 43 Source/platform/fonts/SegmentedFontData.cpp for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { Vector 52 Source/platform/fonts/SegmentedFontData.cpp Vector<FontDataRange>::const_iterator end = m_ranges.end(); Vector 53 Source/platform/fonts/SegmentedFontData.cpp for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { Vector 68 Source/platform/fonts/SegmentedFontData.cpp Vector<FontDataRange>::const_iterator end = m_ranges.end(); Vector 69 Source/platform/fonts/SegmentedFontData.cpp for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { Vector 79 Source/platform/fonts/SegmentedFontData.cpp Vector<FontDataRange>::const_iterator end = m_ranges.end(); Vector 80 Source/platform/fonts/SegmentedFontData.cpp for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { Vector 94 Source/platform/fonts/SegmentedFontData.cpp Vector<FontDataRange>::const_iterator end = m_ranges.end(); Vector 95 Source/platform/fonts/SegmentedFontData.cpp for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) { Vector 82 Source/platform/fonts/SegmentedFontData.h Vector<FontDataRange, 1> m_ranges; Vector 99 Source/platform/fonts/WidthIterator.cpp typedef Vector<pair<int, OriginalAdvancesForCharacterTreatedAsSpace>, 64> CharactersTreatedAsSpace; Vector 58 Source/platform/fonts/WidthIterator.h Vector<SVGGlyph::ArabicForm>& arabicForms() { return m_arabicForms; } Vector 79 Source/platform/fonts/WidthIterator.h Vector<SVGGlyph::ArabicForm> m_arabicForms; Vector 123 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp Vector<FloatPoint, kMaxBufferLength> translations; Vector 597 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp size_t bufferLength, const Font* font, Vector<CandidateRun>* runs) Vector 661 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static inline void resolveRunBasedOnScriptExtensions(Vector<CandidateRun>& runs, Vector 685 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static inline void resolveRunBasedOnScriptValue(Vector<CandidateRun>& runs, Vector 705 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static inline bool resolveCandidateRuns(Vector<CandidateRun>& runs) Vector 737 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp Vector<CandidateRun> candidateRuns; Vector 115 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<uint16_t, 256> m_glyphs; Vector 116 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<float, 256> m_advances; Vector 117 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<uint16_t, 256> m_glyphToCharacterIndexes; Vector 118 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<FloatPoint, 256> m_offsets; Vector 154 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<hb_feature_t, 4> m_features; Vector 155 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h Vector<OwnPtr<HarfBuzzRun>, 16> m_harfBuzzRuns; Vector 336 Source/platform/fonts/mac/ComplexTextController.cpp Vector<bool, 64> mappedIndices(m_stringLength); Vector 111 Source/platform/fonts/mac/ComplexTextController.h Vector<CFIndex, 64> m_coreTextIndicesVector; Vector 115 Source/platform/fonts/mac/ComplexTextController.h Vector<CFIndex, 64> m_glyphEndOffsets; Vector 116 Source/platform/fonts/mac/ComplexTextController.h Vector<CGGlyph, 64> m_glyphsVector; Vector 118 Source/platform/fonts/mac/ComplexTextController.h Vector<CGSize, 64> m_advancesVector; Vector 138 Source/platform/fonts/mac/ComplexTextController.h Vector<unsigned, 16> m_runIndices; Vector 139 Source/platform/fonts/mac/ComplexTextController.h Vector<unsigned, 16> m_glyphCountFromStartToIndex; Vector 147 Source/platform/fonts/mac/ComplexTextController.h Vector<String> m_stringsFor8BitRuns; Vector 148 Source/platform/fonts/mac/ComplexTextController.h Vector<UChar, 256> m_smallCapsBuffer; Vector 151 Source/platform/fonts/mac/ComplexTextController.h Vector<RetainPtr<CTLineRef> > m_coreTextLines; Vector 152 Source/platform/fonts/mac/ComplexTextController.h Vector<RefPtr<ComplexTextRun>, 16> m_complexTextRuns; Vector 153 Source/platform/fonts/mac/ComplexTextController.h Vector<CGSize, 256> m_adjustedAdvances; Vector 154 Source/platform/fonts/mac/ComplexTextController.h Vector<CGGlyph, 256> m_adjustedGlyphs; Vector 74 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp Vector<CGGlyph, 512> glyphs(bufferLength); Vector 111 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp Vector<CGGlyph, 512> glyphVector; Vector 112 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp Vector<CFIndex, 512> indexVector; Vector 147 Source/platform/fonts/opentype/OpenTypeUtilities.cpp static size_t renameFont(SharedBuffer* fontData, const String& fontName, Vector<char> &rewrittenFontData) Vector 208 Source/platform/fonts/opentype/OpenTypeUtilities.cpp Vector<char> rewrittenFontData; Vector 67 Source/platform/fonts/opentype/OpenTypeVerticalData.h Vector<uint16_t> m_advanceWidths; Vector 68 Source/platform/fonts/opentype/OpenTypeVerticalData.h Vector<uint16_t> m_advanceHeights; Vector 69 Source/platform/fonts/opentype/OpenTypeVerticalData.h Vector<int16_t> m_topSideBearings; Vector 71 Source/platform/fonts/skia/FontPlatformDataSkia.cpp Vector<char> tableBuffer(tableSize); Vector 264 Source/platform/fonts/skia/SimpleFontDataSkia.cpp Vector<UChar, 4> normalizedCharacters(length); Vector 82 Source/platform/geometry/FloatPolygon.cpp FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) Vector 140 Source/platform/geometry/FloatPolygon.cpp bool FloatPolygon::overlappingEdges(float minY, float maxY, Vector<const FloatPolygonEdge*>& result) const Vector 142 Source/platform/geometry/FloatPolygon.cpp Vector<FloatPolygon::EdgeInterval> overlappingEdgeIntervals; Vector 52 Source/platform/geometry/FloatPolygon.h FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule); Vector 63 Source/platform/geometry/FloatPolygon.h bool overlappingEdges(float minY, float maxY, Vector<const FloatPolygonEdge*>& result) const; Vector 74 Source/platform/geometry/FloatPolygon.h OwnPtr<Vector<FloatPoint> > m_vertices; Vector 78 Source/platform/geometry/FloatPolygon.h Vector<FloatPolygonEdge> m_edges; Vector 43 Source/platform/geometry/FloatPolygonTest.cpp OwnPtr<Vector<FloatPoint> > vertices = adoptPtr(new Vector<FloatPoint>(coordinatesLength / 2)); Vector 66 Source/platform/geometry/FloatPolygonTest.cpp static Vector<const FloatPolygonEdge*> sortedOverlappingEdges(const FloatPolygon& polygon, float minY, float maxY) Vector 68 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> result; Vector 142 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> resultA = sortedOverlappingEdges(triangle, 100, 200); Vector 150 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> resultB = sortedOverlappingEdges(triangle, 200, 200); Vector 158 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> resultC = sortedOverlappingEdges(triangle, 100, 150); Vector 165 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> resultD = sortedOverlappingEdges(triangle, 201, 300); Vector 168 Source/platform/geometry/FloatPolygonTest.cpp Vector<const FloatPolygonEdge*> resultE = sortedOverlappingEdges(triangle, 98, 99); Vector 158 Source/platform/geometry/FloatRect.cpp FloatRect unionRect(const Vector<FloatRect>& rects) Vector 203 Source/platform/geometry/FloatRect.h FloatRect unionRect(const Vector<FloatRect>&); Vector 163 Source/platform/geometry/IntRect.cpp IntRect unionRect(const Vector<IntRect>& rects) Vector 182 Source/platform/geometry/IntRect.h PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&); Vector 121 Source/platform/geometry/LayoutRect.cpp LayoutRect unionRect(const Vector<LayoutRect>& rects) Vector 191 Source/platform/geometry/LayoutRect.h PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&); Vector 49 Source/platform/geometry/Region.cpp Vector<IntRect> Region::rects() const Vector 51 Source/platform/geometry/Region.cpp Vector<IntRect> rects; Vector 114 Source/platform/geometry/Region.cpp Vector<IntRect> rects = this->rects(); Vector 438 Source/platform/geometry/Region.cpp Vector<int, 32> segments; Vector 44 Source/platform/geometry/Region.h Vector<IntRect> rects() const; Vector 126 Source/platform/geometry/Region.h Vector<int, 32> m_segments; Vector 127 Source/platform/geometry/Region.h Vector<Span, 16> m_spans; Vector 122 Source/platform/geometry/RegionTest.cpp Vector<IntRect> rects = r.rects(); Vector 165 Source/platform/graphics/BitmapImage.h Vector<FrameData, 1> m_frames; // An array of the cached frames of the animation. We have to ref frames to pin them in the cache. Vector 122 Source/platform/graphics/Canvas2DLayerBridge.cpp Vector<MailboxInfo>::iterator mailboxInfo; Vector 473 Source/platform/graphics/Canvas2DLayerBridge.cpp Vector<MailboxInfo>::iterator mailboxInfo; Vector 140 Source/platform/graphics/Canvas2DLayerBridge.h Vector<MailboxInfo> m_mailboxes; Vector 33 Source/platform/graphics/DashArray.h typedef Vector<DashArrayElement> DashArray; Vector 98 Source/platform/graphics/DeferredImageDecoder.h Vector<OwnPtr<ImageFrame> > m_lazyDecodedFrames; Vector 39 Source/platform/graphics/Gradient.cpp typedef Vector<SkScalar, 8> ColorStopOffsetVector; Vector 40 Source/platform/graphics/Gradient.cpp typedef Vector<SkColor, 8> ColorStopColorVector; Vector 138 Source/platform/graphics/Gradient.h Vector<ColorStop, 2> m_stops; Vector 615 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) Vector 335 Source/platform/graphics/GraphicsContext.h void drawFocusRing(const Vector<IntRect>&, int width, int offset, const Color&); Vector 477 Source/platform/graphics/GraphicsContext.h Vector<OwnPtr<GraphicsContextState> > m_paintStateStack; Vector 487 Source/platform/graphics/GraphicsContext.h Vector<CanvasSaveState> m_canvasStateStack; Vector 493 Source/platform/graphics/GraphicsContext.h Vector<RecordingState> m_recordingStateStack; Vector 50 Source/platform/graphics/GraphicsContextAnnotation.h typedef Vector<std::pair<const char*, String> > AnnotationList; Vector 133 Source/platform/graphics/GraphicsContextRecorder.cpp m_timingsVector->append(Vector<double>()); Vector 153 Source/platform/graphics/GraphicsContextRecorder.cpp Vector<double>* m_currentTimings; Vector 44 Source/platform/graphics/GraphicsContextRecorder.h typedef Vector<Vector<double> > Timings; Vector 66 Source/platform/graphics/GraphicsLayer.cpp typedef HashMap<const GraphicsLayer*, Vector<FloatRect> > RepaintMap; Vector 506 Source/platform/graphics/GraphicsLayer.cpp Vector<FloatRect> repaintRects; Vector 510 Source/platform/graphics/GraphicsLayer.cpp Vector<FloatRect>& repaintRects = repaintIt->value; Vector 516 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::collectTrackedRepaintRects(Vector<FloatRect>& rects) const Vector 79 Source/platform/graphics/GraphicsLayer.h typedef Vector<GraphicsLayer*, 64> GraphicsLayerVector; Vector 107 Source/platform/graphics/GraphicsLayer.h const Vector<GraphicsLayer*>& children() const { return m_children; } Vector 277 Source/platform/graphics/GraphicsLayer.h void collectTrackedRepaintRects(Vector<FloatRect>&) const; Vector 373 Source/platform/graphics/GraphicsLayer.h Vector<GraphicsLayer*> m_children; Vector 398 Source/platform/graphics/GraphicsLayer.h Vector<LinkHighlightClient*> m_linkHighlights; Vector 55 Source/platform/graphics/GraphicsLayerDebugInfo.h Vector<LayoutRect>& currentLayoutRects() { return m_currentLayoutRects; } Vector 64 Source/platform/graphics/GraphicsLayerDebugInfo.h Vector<LayoutRect> m_currentLayoutRects; Vector 377 Source/platform/graphics/ImageBuffer.cpp static bool encodeImage(T& source, const String& mimeType, const double* quality, Vector<char>* output) Vector 379 Source/platform/graphics/ImageBuffer.cpp Vector<unsigned char>* encodedImage = reinterpret_cast<Vector<unsigned char>*>(output); Vector 406 Source/platform/graphics/ImageBuffer.cpp Vector<char> encodedImage; Vector 409 Source/platform/graphics/ImageBuffer.cpp Vector<char> base64Data; Vector 419 Source/platform/graphics/ImageBuffer.cpp Vector<char> encodedImage; Vector 423 Source/platform/graphics/ImageBuffer.cpp Vector<char> base64Data; Vector 94 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 107 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 139 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 210 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 241 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 310 Source/platform/graphics/ImageDecodingStore.cpp Vector<OwnPtr<CacheEntry> > cacheEntriesToDelete; Vector 336 Source/platform/graphics/ImageDecodingStore.cpp bool ImageDecodingStore::lockCacheEntryInternal(ImageCacheEntry* cacheEntry, const ScaledImageFragment** cachedImage, Vector<OwnPtr<CacheEntry> >* deletionList) Vector 380 Source/platform/graphics/ImageDecodingStore.cpp void ImageDecodingStore::removeFromCacheInternal(const T* cacheEntry, U* cacheMap, V* identifierMap, Vector<OwnPtr<CacheEntry> >* deletionList) Vector 408 Source/platform/graphics/ImageDecodingStore.cpp void ImageDecodingStore::removeFromCacheInternal(const CacheEntry* cacheEntry, Vector<OwnPtr<CacheEntry> >* deletionList) Vector 420 Source/platform/graphics/ImageDecodingStore.cpp void ImageDecodingStore::removeCacheIndexedByGeneratorInternal(U* cacheMap, V* identifierMap, const ImageFrameGenerator* generator, Vector<OwnPtr<CacheEntry> >* deletionList) Vector 427 Source/platform/graphics/ImageDecodingStore.cpp Vector<typename U::KeyType> cacheIdentifierList; Vector 439 Source/platform/graphics/ImageDecodingStore.cpp void ImageDecodingStore::removeFromCacheListInternal(const Vector<OwnPtr<CacheEntry> >& deletionList) Vector 267 Source/platform/graphics/ImageDecodingStore.h bool lockCacheEntryInternal(ImageCacheEntry*, const ScaledImageFragment**, Vector<OwnPtr<CacheEntry> >* deletionList); Vector 273 Source/platform/graphics/ImageDecodingStore.h template<class T, class U, class V> void removeFromCacheInternal(const T* cacheEntry, U* cacheMap, V* identifierMap, Vector<OwnPtr<CacheEntry> >* deletionList); Vector 277 Source/platform/graphics/ImageDecodingStore.h void removeFromCacheInternal(const CacheEntry*, Vector<OwnPtr<CacheEntry> >* deletionList); Vector 281 Source/platform/graphics/ImageDecodingStore.h template<class U, class V> void removeCacheIndexedByGeneratorInternal(U* cacheMap, V* identifierMap, const ImageFrameGenerator*, Vector<OwnPtr<CacheEntry> >* deletionList); Vector 284 Source/platform/graphics/ImageDecodingStore.h void removeFromCacheListInternal(const Vector<OwnPtr<CacheEntry> >& deletionList); Vector 114 Source/platform/graphics/ImageFrameGenerator.h Vector<bool> m_hasAlpha; Vector 121 Source/platform/graphics/PathTraversalState.cpp Vector<CurveType> curveStack; Vector 48 Source/platform/graphics/ThreadSafeDataTransport.cpp Vector<RefPtr<SharedBuffer> > newBufferQueue; Vector 63 Source/platform/graphics/ThreadSafeDataTransport.cpp Vector<RefPtr<SharedBuffer> > newBufferQueue; Vector 65 Source/platform/graphics/ThreadSafeDataTransport.h Vector<RefPtr<SharedBuffer> > m_newBufferQueue; Vector 38 Source/platform/graphics/filters/FEColorMatrix.cpp FEColorMatrix::FEColorMatrix(Filter* filter, ColorMatrixType type, const Vector<float>& values) Vector 45 Source/platform/graphics/filters/FEColorMatrix.cpp PassRefPtr<FEColorMatrix> FEColorMatrix::create(Filter* filter, ColorMatrixType type, const Vector<float>& values) Vector 63 Source/platform/graphics/filters/FEColorMatrix.cpp const Vector<float>& FEColorMatrix::values() const Vector 68 Source/platform/graphics/filters/FEColorMatrix.cpp bool FEColorMatrix::setValues(const Vector<float> &values) Vector 227 Source/platform/graphics/filters/FEColorMatrix.cpp Vector<float>::const_iterator ptr = m_values.begin(); Vector 228 Source/platform/graphics/filters/FEColorMatrix.cpp const Vector<float>::const_iterator end = m_values.end(); Vector 42 Source/platform/graphics/filters/FEColorMatrix.h static PassRefPtr<FEColorMatrix> create(Filter*, ColorMatrixType, const Vector<float>&); Vector 47 Source/platform/graphics/filters/FEColorMatrix.h const Vector<float>& values() const; Vector 48 Source/platform/graphics/filters/FEColorMatrix.h bool setValues(const Vector<float>&); Vector 58 Source/platform/graphics/filters/FEColorMatrix.h FEColorMatrix(Filter*, ColorMatrixType, const Vector<float>&); Vector 65 Source/platform/graphics/filters/FEColorMatrix.h Vector<float> m_values; Vector 104 Source/platform/graphics/filters/FEComponentTransfer.cpp const Vector<float>& tableValues = transferFunction.tableValues; Vector 121 Source/platform/graphics/filters/FEComponentTransfer.cpp const Vector<float>& tableValues = transferFunction.tableValues; Vector 60 Source/platform/graphics/filters/FEComponentTransfer.h Vector<float> tableValues; Vector 39 Source/platform/graphics/filters/FEConvolveMatrix.cpp const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) Vector 56 Source/platform/graphics/filters/FEConvolveMatrix.cpp const FloatPoint& kernelUnitLength, bool preserveAlpha, const Vector<float>& kernelMatrix) Vector 83 Source/platform/graphics/filters/FEConvolveMatrix.cpp const Vector<float>& FEConvolveMatrix::kernel() const Vector 88 Source/platform/graphics/filters/FEConvolveMatrix.cpp void FEConvolveMatrix::setKernel(const Vector<float>& kernel) Vector 46 Source/platform/graphics/filters/FEConvolveMatrix.h bool, const Vector<float>&); Vector 51 Source/platform/graphics/filters/FEConvolveMatrix.h const Vector<float>& kernel() const; Vector 52 Source/platform/graphics/filters/FEConvolveMatrix.h void setKernel(const Vector<float>&); Vector 89 Source/platform/graphics/filters/FEConvolveMatrix.h const IntPoint&, EdgeModeType, const FloatPoint&, bool, const Vector<float>&); Vector 129 Source/platform/graphics/filters/FEConvolveMatrix.h Vector<float> m_kernelMatrix; Vector 49 Source/platform/graphics/filters/FilterEffect.h typedef Vector<RefPtr<FilterEffect> > FilterEffectVector; Vector 58 Source/platform/graphics/filters/FilterOperations.h Vector<RefPtr<FilterOperation> >& operations() { return m_operations; } Vector 59 Source/platform/graphics/filters/FilterOperations.h const Vector<RefPtr<FilterOperation> >& operations() const { return m_operations; } Vector 75 Source/platform/graphics/filters/FilterOperations.h Vector<RefPtr<FilterOperation> > m_operations; Vector 96 Source/platform/graphics/filters/ParallelJobs.h Vector<OwnPtr<blink::WebThread> > m_threads; Vector 97 Source/platform/graphics/filters/ParallelJobs.h Vector<Type> m_parameters; Vector 248 Source/platform/graphics/gpu/DrawingBuffer.h Vector<RefPtr<MailboxInfo> > m_textureMailboxes; Vector 250 Source/platform/graphics/gpu/DrawingBuffer.h Vector<RefPtr<MailboxInfo> > m_recycledMailboxes; Vector 262 Source/platform/graphics/gpu/DrawingBuffer.h Vector<uint8_t> m_scanline; Vector 18 Source/platform/graphics/gpu/Extensions3DUtil.cpp Vector<String> substrings; Vector 1665 Source/platform/graphics/gpu/WebGLImageConversion.cpp Vector<uint8_t>& data) Vector 1690 Source/platform/graphics/gpu/WebGLImageConversion.cpp Vector<uint8_t>& data) Vector 1716 Source/platform/graphics/gpu/WebGLImageConversion.cpp Vector<uint8_t>& data) Vector 139 Source/platform/graphics/gpu/WebGLImageConversion.h static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data); Vector 145 Source/platform/graphics/gpu/WebGLImageConversion.h static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data); Vector 152 Source/platform/graphics/gpu/WebGLImageConversion.h static bool extractTextureData(unsigned width, unsigned height, GLenum format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data); Vector 98 Source/platform/graphics/skia/OpaqueRegionSkia.h Vector<CanvasLayerState, 3> m_canvasLayerStack; Vector 781 Source/platform/heap/Handle.h #define WillBeHeapVector WTF::Vector Vector 782 Source/platform/heap/Handle.h #define WillBePersistentHeapVector WTF::Vector Vector 953 Source/platform/heap/Handle.h struct NeedsTracing<Vector<T, N> > { Vector 1361 Source/platform/heap/Heap.h template<typename T, size_t u, typename V> friend class WTF::Vector; Vector 1388 Source/platform/heap/Heap.h class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { Vector 1392 Source/platform/heap/Heap.h explicit HeapVector(size_t size) : Vector<T, inlineCapacity, HeapAllocator>(size) Vector 1396 Source/platform/heap/Heap.h HeapVector(size_t size, const T& val) : Vector<T, inlineCapacity, HeapAllocator>(size, val) Vector 1402 Source/platform/heap/Heap.h : Vector<T, inlineCapacity, HeapAllocator>(other) Vector 1409 Source/platform/heap/Heap.h Vector<T, inlineCapacity, HeapAllocator>::append(other); Vector 1415 Source/platform/heap/Heap.h const Vector<U, otherCapacity, HeapAllocator>& otherVector = other; Vector 1416 Source/platform/heap/Heap.h Vector<T, inlineCapacity, HeapAllocator>::appendVector(otherVector); Vector 1451 Source/platform/heap/Heap.h struct ThreadingTrait<Vector<T, inlineCapacity, HeapAllocator> > { Vector 1476 Source/platform/heap/Heap.h struct ThreadingTrait<HeapVector<T, inlineCapacity> > : public ThreadingTrait<Vector<T, inlineCapacity, HeapAllocator> > { }; Vector 1510 Source/platform/heap/Heap.h struct GCInfoTrait<Vector<T, 0, HeapAllocator> > { Vector 1516 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<Vector<T, 0, HeapAllocator> >::info = { Vector 1517 Source/platform/heap/Heap.h TraceTrait<Vector<T, 0, HeapAllocator> >::trace, Vector 1523 Source/platform/heap/Heap.h struct GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> > { Vector 1529 Source/platform/heap/Heap.h struct FinalizerTrait<Vector<T, inlineCapacity, HeapAllocator> > : public FinalizerTraitImpl<Vector<T, inlineCapacity, HeapAllocator>, true> { }; Vector 1532 Source/platform/heap/Heap.h const GCInfo GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> >::info = { Vector 1533 Source/platform/heap/Heap.h TraceTrait<Vector<T, inlineCapacity, HeapAllocator> >::trace, Vector 1534 Source/platform/heap/Heap.h FinalizerTrait<Vector<T, inlineCapacity, HeapAllocator> >::finalize, Vector 1768 Source/platform/heap/Heap.h struct GCInfoTrait<HeapVector<T, inlineCapacity> > : public GCInfoTrait<Vector<T, inlineCapacity, HeapAllocator> > { }; Vector 1907 Source/platform/heap/HeapTest.cpp Vector<ShouldBeTraced> m_vector1; Vector 1909 Source/platform/heap/HeapTest.cpp Vector<Member<IntWrapper> > m_vector2; Vector 2838 Source/platform/heap/HeapTest.cpp Vector<Address> objectAddresses; Vector 2839 Source/platform/heap/HeapTest.cpp Vector<Address> endAddresses; Vector 125 Source/platform/heap/ThreadState.cpp const Vector<ThreadState::Interruptor*>& interruptors = (*it)->interruptors(); Vector 152 Source/platform/heap/ThreadState.cpp const Vector<ThreadState::Interruptor*>& interruptors = (*it)->interruptors(); Vector 399 Source/platform/heap/ThreadState.cpp for (Vector<Address>::iterator it = m_safePointStackCopy.begin(); it != m_safePointStackCopy.end(); ++it) { Vector 448 Source/platform/heap/ThreadState.h const Vector<Interruptor*>& interruptors() const { return m_interruptors; } Vector 554 Source/platform/heap/ThreadState.h Vector<Address> m_safePointStackCopy; Vector 556 Source/platform/heap/ThreadState.h Vector<Interruptor*> m_interruptors; Vector 568 Source/platform/heap/ThreadState.h Vector<OwnPtr<CleanupTask> > m_cleanupTasks; Vector 248 Source/platform/heap/Visitor.h void trace(const Vector<T, inlineCapacity, WTF::DefaultAllocator>& vector) Vector 250 Source/platform/heap/Visitor.h OffHeapCollectionTraceTrait<Vector<T, inlineCapacity, WTF::DefaultAllocator> >::trace(this, vector); Vector 454 Source/platform/heap/Visitor.h struct OffHeapCollectionTraceTrait<WTF::Vector<T, N, WTF::DefaultAllocator> > { Vector 455 Source/platform/heap/Visitor.h typedef WTF::Vector<T, N, WTF::DefaultAllocator> Vector; Vector 457 Source/platform/heap/Visitor.h static void trace(Visitor* visitor, const Vector& vector) Vector 461 Source/platform/heap/Visitor.h for (typename Vector::const_iterator it = vector.begin(), end = vector.end(); it != end; ++it) Vector 275 Source/platform/image-decoders/ImageDecoder.h Vector<ImageFrame, 1> m_frameBufferCache; Vector 53 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBufferCache() Vector 88 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 113 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 130 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 159 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 184 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 219 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 236 Source/platform/image-decoders/ImageDecoderTest.cpp Vector<ImageFrame, 1>& frameBuffers = decoder->frameBufferCache(); Vector 335 Source/platform/image-decoders/bmp/BMPImageReader.h Vector<RGBTriple> m_colorTable; Vector 328 Source/platform/image-decoders/gif/GIFImageDecoder.cpp Vector<size_t> framesToDecode; Vector 35 Source/platform/image-decoders/gif/GIFImageDecoder.h typedef Vector<unsigned char> GIFRow; Vector 69 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp void createDecodingBaseline(SharedBuffer* data, Vector<unsigned>* baselineHashes) Vector 86 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 118 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 265 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp Vector<unsigned> truncatedHashes; Vector 266 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp Vector<unsigned> progressiveHashes; Vector 434 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 151 Source/platform/image-decoders/gif/GIFImageReader.h typedef Vector<WebCore::ImageFrame::PixelData> Table; Vector 269 Source/platform/image-decoders/gif/GIFImageReader.h Vector<GIFLZWBlock> m_lzwBlocks; // LZW blocks for this frame. Vector 357 Source/platform/image-decoders/gif/GIFImageReader.h Vector<OwnPtr<GIFFrameContext> > m_frames; Vector 140 Source/platform/image-decoders/ico/ICOImageDecoder.h typedef Vector<IconDirectoryEntry> IconDirectoryEntries; Vector 144 Source/platform/image-decoders/ico/ICOImageDecoder.h typedef Vector<OwnPtr<BMPImageReader> > BMPReaders; Vector 146 Source/platform/image-decoders/ico/ICOImageDecoder.h typedef Vector<OwnPtr<PNGImageDecoder> > PNGDecoders; Vector 121 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp Vector<size_t> framesToDecode; Vector 71 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp void createDecodingBaseline(SharedBuffer* data, Vector<unsigned>* baselineHashes) Vector 88 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 120 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 433 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp Vector<unsigned> truncatedHashes; Vector 434 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp Vector<unsigned> progressiveHashes; Vector 547 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp Vector<unsigned> baselineHashes; Vector 47 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp Vector<unsigned char>* output; Vector 48 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp Vector<unsigned char> buffer; Vector 120 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, int quality, Vector<unsigned char>* output) Vector 124 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp Vector<JSAMPLE> row; Vector 200 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp bool JPEGImageEncoder::encode(const SkBitmap& bitmap, int quality, Vector<unsigned char>* output) Vector 210 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp bool JPEGImageEncoder::encode(const ImageDataBuffer& imageData, int quality, Vector<unsigned char>* output) Vector 45 Source/platform/image-encoders/skia/JPEGImageEncoder.h static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*); Vector 46 Source/platform/image-encoders/skia/JPEGImageEncoder.h static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*); Vector 47 Source/platform/image-encoders/skia/PNGImageEncoder.cpp static_cast<Vector<unsigned char>*>(png_get_io_ptr(png))->append(data, size); Vector 71 Source/platform/image-encoders/skia/PNGImageEncoder.cpp static bool encodePixels(IntSize imageSize, unsigned char* inputPixels, bool premultiplied, Vector<unsigned char>* output) Vector 74 Source/platform/image-encoders/skia/PNGImageEncoder.cpp Vector<unsigned char> row; Vector 117 Source/platform/image-encoders/skia/PNGImageEncoder.cpp bool PNGImageEncoder::encode(const SkBitmap& bitmap, Vector<unsigned char>* output) Vector 127 Source/platform/image-encoders/skia/PNGImageEncoder.cpp bool PNGImageEncoder::encode(const ImageDataBuffer& imageData, Vector<unsigned char>* output) Vector 45 Source/platform/image-encoders/skia/PNGImageEncoder.h static bool encode(const SkBitmap&, Vector<unsigned char>* output); Vector 46 Source/platform/image-encoders/skia/PNGImageEncoder.h static bool encode(const ImageDataBuffer&, Vector<unsigned char>* output); Vector 45 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp static_cast<Vector<unsigned char>*>(picture->custom_ptr)->append(data, size); Vector 56 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp Vector<unsigned char> rgb; Vector 86 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp static bool encodePixels(IntSize imageSize, const unsigned char* pixels, bool premultiplied, int quality, Vector<unsigned char>* output) Vector 118 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp bool WEBPImageEncoder::encode(const SkBitmap& bitmap, int quality, Vector<unsigned char>* output) Vector 128 Source/platform/image-encoders/skia/WEBPImageEncoder.cpp bool WEBPImageEncoder::encode(const ImageDataBuffer& imageData, int quality, Vector<unsigned char>* output) Vector 45 Source/platform/image-encoders/skia/WEBPImageEncoder.h static bool encode(const SkBitmap&, int quality, Vector<unsigned char>*); Vector 46 Source/platform/image-encoders/skia/WEBPImageEncoder.h static bool encode(const ImageDataBuffer&, int quality, Vector<unsigned char>*); Vector 111 Source/platform/mediastream/MediaStreamComponent.h typedef Vector<RefPtr<MediaStreamComponent> > MediaStreamComponentVector; Vector 95 Source/platform/mediastream/MediaStreamDescriptor.h Vector<RefPtr<MediaStreamComponent> > m_audioComponents; Vector 96 Source/platform/mediastream/MediaStreamDescriptor.h Vector<RefPtr<MediaStreamComponent> > m_videoComponents; Vector 102 Source/platform/mediastream/MediaStreamDescriptor.h typedef Vector<RefPtr<MediaStreamDescriptor> > MediaStreamDescriptorVector; Vector 55 Source/platform/mediastream/MediaStreamSource.cpp for (Vector<Observer*>::iterator i = m_observers.begin(); i != m_observers.end(); ++i) Vector 95 Source/platform/mediastream/MediaStreamSource.cpp for (Vector<RefPtr<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it) Vector 103 Source/platform/mediastream/MediaStreamSource.cpp for (Vector<RefPtr<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it) Vector 95 Source/platform/mediastream/MediaStreamSource.h const Vector<RefPtr<AudioDestinationConsumer> >& audioConsumers() { return m_audioConsumers; } Vector 105 Source/platform/mediastream/MediaStreamSource.h Vector<Observer*> m_observers; Vector 107 Source/platform/mediastream/MediaStreamSource.h Vector<RefPtr<AudioDestinationConsumer> > m_audioConsumers; Vector 112 Source/platform/mediastream/MediaStreamSource.h typedef Vector<RefPtr<MediaStreamSource> > MediaStreamSourceVector; Vector 77 Source/platform/mediastream/RTCConfiguration.h Vector<RefPtr<RTCIceServer> > m_servers; Vector 46 Source/platform/mhtml/ArchiveResourceCollection.cpp const Vector<RefPtr<ArchiveResource> >& subresources = archive->subresources(); Vector 47 Source/platform/mhtml/ArchiveResourceCollection.cpp for (Vector<RefPtr<ArchiveResource> >::const_iterator iterator = subresources.begin(); iterator != subresources.end(); ++iterator) Vector 50 Source/platform/mhtml/ArchiveResourceCollection.cpp const Vector<RefPtr<MHTMLArchive> >& subframes = archive->subframeArchives(); Vector 51 Source/platform/mhtml/ArchiveResourceCollection.cpp for (Vector<RefPtr<MHTMLArchive> >::const_iterator iterator = subframes.begin(); iterator != subframes.end(); ++iterator) { Vector 122 Source/platform/mhtml/MHTMLArchive.cpp PassRefPtr<SharedBuffer> MHTMLArchive::generateMHTMLData(const Vector<SerializedResource>& resources, EncodingPolicy encodingPolicy, const String& title, const String& mimeType) Vector 189 Source/platform/mhtml/MHTMLArchive.cpp Vector<char> encodedData; Vector 219 Source/platform/mhtml/MHTMLArchive.cpp Vector<RefPtr<MHTMLArchive> > clearedArchives; Vector 223 Source/platform/mhtml/MHTMLArchive.cpp void MHTMLArchive::clearAllSubframeArchivesImpl(Vector<RefPtr<MHTMLArchive> >* clearedArchives) Vector 225 Source/platform/mhtml/MHTMLArchive.cpp for (Vector<RefPtr<MHTMLArchive> >::iterator it = m_subframeArchives.begin(); it != m_subframeArchives.end(); ++it) { Vector 59 Source/platform/mhtml/MHTMLArchive.h static PassRefPtr<SharedBuffer> generateMHTMLData(const Vector<SerializedResource>&, EncodingPolicy, const String& title, const String& mimeType); Vector 63 Source/platform/mhtml/MHTMLArchive.h const Vector<RefPtr<ArchiveResource> >& subresources() const { return m_subresources; } Vector 64 Source/platform/mhtml/MHTMLArchive.h const Vector<RefPtr<MHTMLArchive> >& subframeArchives() const { return m_subframeArchives; } Vector 75 Source/platform/mhtml/MHTMLArchive.h void clearAllSubframeArchivesImpl(Vector<RefPtr<MHTMLArchive> >* clearedArchives); Vector 78 Source/platform/mhtml/MHTMLArchive.h Vector<RefPtr<ArchiveResource> > m_subresources; Vector 79 Source/platform/mhtml/MHTMLArchive.h Vector<RefPtr<MHTMLArchive> > m_subframeArchives; Vector 296 Source/platform/mhtml/MHTMLParser.cpp Vector<char> part; Vector 303 Source/platform/mhtml/MHTMLParser.cpp Vector<char> nextChars; Vector 339 Source/platform/mhtml/MHTMLParser.cpp Vector<char> data; Vector 68 Source/platform/mhtml/MHTMLParser.h Vector<RefPtr<ArchiveResource> > m_resources; Vector 69 Source/platform/mhtml/MHTMLParser.h Vector<RefPtr<MHTMLArchive> > m_frames; Vector 15 Source/platform/network/ContentSecurityPolicyParsers.h typedef Vector<uint8_t, kMaxDigestSize> DigestValue; Vector 71 Source/platform/network/FormData.cpp PassRefPtr<FormData> FormData::create(const Vector<char>& vector) Vector 146 Source/platform/network/FormData.cpp void FormData::flatten(Vector<char>& data) const Vector 160 Source/platform/network/FormData.cpp Vector<char> bytes; Vector 41 Source/platform/network/FormData.h explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { } Vector 53 Source/platform/network/FormData.h Vector<char> m_data; Vector 98 Source/platform/network/FormData.h static PassRefPtr<FormData> create(const Vector<char>&); Vector 110 Source/platform/network/FormData.h void flatten(Vector<char>&) const; // omits files Vector 114 Source/platform/network/FormData.h const Vector<FormDataElement>& elements() const { return m_elements; } Vector 116 Source/platform/network/FormData.h const Vector<char>& boundary() const { return m_boundary; } Vector 117 Source/platform/network/FormData.h void setBoundary(Vector<char> boundary) { m_boundary = boundary; } Vector 143 Source/platform/network/FormData.h Vector<FormDataElement> m_elements; Vector 147 Source/platform/network/FormData.h Vector<char> m_boundary; Vector 37 Source/platform/network/FormDataBuilder.cpp static inline void append(Vector<char>& buffer, char string) Vector 42 Source/platform/network/FormDataBuilder.cpp static inline void append(Vector<char>& buffer, const char* string) Vector 47 Source/platform/network/FormDataBuilder.cpp static inline void append(Vector<char>& buffer, const CString& string) Vector 52 Source/platform/network/FormDataBuilder.cpp static void appendQuotedString(Vector<char>& buffer, const CString& string) Vector 82 Source/platform/network/FormDataBuilder.cpp Vector<String> charsets; Vector 87 Source/platform/network/FormDataBuilder.cpp Vector<String>::const_iterator end = charsets.end(); Vector 88 Source/platform/network/FormDataBuilder.cpp for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) { Vector 103 Source/platform/network/FormDataBuilder.cpp Vector<char> FormDataBuilder::generateUniqueBoundaryString() Vector 105 Source/platform/network/FormDataBuilder.cpp Vector<char> boundary; Vector 129 Source/platform/network/FormDataBuilder.cpp Vector<char> randomBytes; Vector 144 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name) Vector 155 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary) Vector 166 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addFilenameToMultiPartHeader(Vector<char>& buffer, const WTF::TextEncoding& encoding, const String& filename) Vector 175 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addContentTypeToMultiPartHeader(Vector<char>& buffer, const CString& mimeType) Vector 181 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::finishMultiPartHeader(Vector<char>& buffer) Vector 186 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::addKeyValuePairAsFormData(Vector<char>& buffer, const CString& key, const CString& value, FormData::EncodingType encodingType) Vector 203 Source/platform/network/FormDataBuilder.cpp void FormDataBuilder::encodeStringAsFormData(Vector<char>& buffer, const CString& string) Vector 39 Source/platform/network/FormDataBuilder.h static Vector<char> generateUniqueBoundaryString(); Vector 40 Source/platform/network/FormDataBuilder.h static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name); Vector 41 Source/platform/network/FormDataBuilder.h static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false); Vector 42 Source/platform/network/FormDataBuilder.h static void addFilenameToMultiPartHeader(Vector<char>&, const WTF::TextEncoding&, const String& filename); Vector 43 Source/platform/network/FormDataBuilder.h static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType); Vector 44 Source/platform/network/FormDataBuilder.h static void finishMultiPartHeader(Vector<char>&); Vector 47 Source/platform/network/FormDataBuilder.h static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value, FormData::EncodingType = FormData::FormURLEncoded); Vector 48 Source/platform/network/FormDataBuilder.h static void encodeStringAsFormData(Vector<char>&, const CString&); Vector 41 Source/platform/network/HTTPHeaderMap.h typedef Vector<std::pair<String, String> > CrossThreadHTTPHeaderMapData; Vector 142 Source/platform/network/HTTPParsers.cpp Vector<String> parameters; Vector 242 Source/platform/network/HTTPParsers.cpp Vector<String> keyValuePairs; Vector 465 Source/platform/network/HTTPParsers.cpp Vector<String> headers; Vector 614 Source/platform/network/HTTPParsers.cpp Vector<char> name; Vector 615 Source/platform/network/HTTPParsers.cpp Vector<char> value; Vector 679 Source/platform/network/HTTPParsers.cpp size_t parseHTTPRequestBody(const char* data, size_t length, Vector<unsigned char>& body) Vector 95 Source/platform/network/HTTPParsers.h PLATFORM_EXPORT size_t parseHTTPRequestBody(const char* data, size_t length, Vector<unsigned char>& body); Vector 58 Source/platform/network/HTTPRequest.h const Vector<unsigned char>& body() const { return m_body; } Vector 77 Source/platform/network/HTTPRequest.h Vector<unsigned char> m_body; Vector 58 Source/platform/network/ProxyServer.cpp String toString(const Vector<ProxyServer>& proxyServers) Vector 72 Source/platform/network/ProxyServer.h PLATFORM_EXPORT Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*); Vector 76 Source/platform/network/ProxyServer.h PLATFORM_EXPORT String toString(const Vector<ProxyServer>&); Vector 37 Source/platform/network/ResourceResponse.cpp static void parseCacheHeader(const String& header, Vector<pair<String, String> >& result); Vector 345 Source/platform/network/ResourceResponse.cpp Vector<pair<String, String> > directives; Vector 627 Source/platform/network/ResourceResponse.cpp static void parseCacheHeader(const String& header, Vector<pair<String, String> >& result) Vector 44 Source/platform/plugins/PluginData.cpp const Vector<PluginInfo>& plugins() Vector 56 Source/platform/plugins/PluginData.cpp Vector<PluginInfo> m_plugins; Vector 116 Source/platform/plugins/PluginData.cpp const Vector<PluginInfo>& plugins = pluginCache().plugins(); Vector 129 Source/platform/plugins/PluginData.cpp const Vector<PluginInfo>& plugins = pluginCache().plugins(); Vector 133 Source/platform/plugins/PluginData.cpp const Vector<String>& extensions = mime.extensions; Vector 36 Source/platform/plugins/PluginData.h Vector<String> extensions; Vector 48 Source/platform/plugins/PluginData.h Vector<MimeClassInfo> mimes; Vector 55 Source/platform/plugins/PluginData.h const Vector<PluginInfo>& plugins() const { return m_plugins; } Vector 56 Source/platform/plugins/PluginData.h const Vector<MimeClassInfo>& mimes() const { return m_mimes; } Vector 57 Source/platform/plugins/PluginData.h const Vector<size_t>& mimePluginIndices() const { return m_mimePluginIndices; } Vector 70 Source/platform/plugins/PluginData.h Vector<PluginInfo> m_plugins; Vector 71 Source/platform/plugins/PluginData.h Vector<MimeClassInfo> m_mimes; Vector 72 Source/platform/plugins/PluginData.h Vector<size_t> m_mimePluginIndices; Vector 42 Source/platform/plugins/PluginListBuilder.h PluginListBuilder(Vector<WebCore::PluginInfo>* results) : m_results(results) { } Vector 50 Source/platform/plugins/PluginListBuilder.h Vector<PluginInfo>* m_results; Vector 124 Source/platform/scroll/ScrollableArea.h virtual void getTickmarks(Vector<IntRect>&) const { } Vector 116 Source/platform/scroll/Scrollbar.cpp void Scrollbar::getTickmarks(Vector<IntRect>& tickmarks) const Vector 76 Source/platform/scroll/Scrollbar.h virtual void getTickmarks(Vector<IntRect>&) const OVERRIDE; Vector 60 Source/platform/scroll/ScrollbarThemeClient.h virtual void getTickmarks(Vector<IntRect>&) const = 0; Vector 63 Source/platform/scroll/ScrollbarThemeMacCommon.h void paintGivenTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&); Vector 104 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp Vector<IntRect> tickmarks; Vector 112 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp for (Vector<IntRect>::const_iterator i = tickmarks.begin(); i != tickmarks.end(); ++i) { Vector 83 Source/platform/speech/PlatformSpeechSynthesizer.cpp void PlatformSpeechSynthesizer::setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voices) Vector 68 Source/platform/speech/PlatformSpeechSynthesizer.h const Vector<RefPtr<PlatformSpeechSynthesisVoice> >& voiceList() const { return m_voiceList; } Vector 76 Source/platform/speech/PlatformSpeechSynthesizer.h void setVoiceList(Vector<RefPtr<PlatformSpeechSynthesisVoice> >&); Vector 81 Source/platform/speech/PlatformSpeechSynthesizer.h Vector<RefPtr<PlatformSpeechSynthesisVoice> > m_voiceList; Vector 74 Source/platform/testing/ArenaTestHelpers.h Vector<void*> m_allocatedRegions; Vector 88 Source/platform/text/BidiContext.cpp Vector<BidiContext*, 64> contexts; Vector 102 Source/platform/text/BidiResolver.h Vector<Iterator>& midpoints() { return m_midpoints; } Vector 112 Source/platform/text/BidiResolver.h Vector<Iterator> m_midpoints; Vector 256 Source/platform/text/BidiResolver.h Vector<Run*>& isolatedRuns() { return m_isolatedRuns; } Vector 298 Source/platform/text/BidiResolver.h Vector<Run*> m_isolatedRuns; Vector 315 Source/platform/text/BidiResolver.h Vector<BidiEmbedding, 8> m_currentExplicitEmbeddingSequence; Vector 86 Source/platform/text/DateTimeFormatTest.cpp explicit Tokens(const Vector<Token> tokens) Vector 160 Source/platform/text/DateTimeFormatTest.cpp Vector<Token> m_tokens; Vector 206 Source/platform/text/DateTimeFormatTest.cpp Vector<Token> m_tokens; Vector 107 Source/platform/text/DecodeEscapeSequences.h Vector<char, 512> buffer; Vector 75 Source/platform/text/LineEnding.cpp VectorCharAppendBuffer(Vector<char>& buffer) Vector 94 Source/platform/text/LineEnding.cpp Vector<char>& m_buffer; Vector 154 Source/platform/text/LineEnding.cpp void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR); Vector 157 Source/platform/text/LineEnding.cpp void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) Vector 217 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToCR(const CString& from, Vector<char>& result) Vector 222 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToLF(const CString& from, Vector<char>& result) Vector 227 Source/platform/text/LineEnding.cpp void normalizeLineEndingsToNative(const CString& from, Vector<char>& result) Vector 45 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToCR(const CString& from, Vector<char>& result); Vector 48 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToLF(const CString& from, Vector<char>& result); Vector 52 Source/platform/text/LineEnding.h PLATFORM_EXPORT void normalizeLineEndingsToNative(const CString& from, Vector<char>& result); Vector 119 Source/platform/text/LocaleICU.cpp Vector<String, DecimalSymbolsSize> symbols; Vector 169 Source/platform/text/LocaleICU.cpp PassOwnPtr<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size) Vector 172 Source/platform/text/LocaleICU.cpp return PassOwnPtr<Vector<String> >(); Vector 174 Source/platform/text/LocaleICU.cpp return PassOwnPtr<Vector<String> >(); Vector 176 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); Vector 182 Source/platform/text/LocaleICU.cpp return PassOwnPtr<Vector<String> >(); Vector 187 Source/platform/text/LocaleICU.cpp return PassOwnPtr<Vector<String> >(); Vector 193 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackWeekDayShortLabels() Vector 195 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); Vector 224 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackMonthLabels() Vector 226 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); Vector 233 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::monthLabels() Vector 246 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::weekDayShortLabels() Vector 264 Source/platform/text/LocaleICU.cpp static PassOwnPtr<Vector<String> > createFallbackAMPMLabels() Vector 266 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > labels = adoptPtr(new Vector<String>()); Vector 295 Source/platform/text/LocaleICU.cpp OwnPtr<Vector<String> > timeAMPMLabels = createLabelVector(m_mediumTimeFormat, UDAT_AM_PMS, UCAL_AM, 2); Vector 321 Source/platform/text/LocaleICU.cpp Vector<UChar> skeletonCharacters; Vector 377 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::shortMonthLabels() Vector 382 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_SHORT_MONTHS, UCAL_JANUARY, 12)) { Vector 393 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::standAloneMonthLabels() Vector 398 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_MONTHS, UCAL_JANUARY, 12)) { Vector 407 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::shortStandAloneMonthLabels() Vector 412 Source/platform/text/LocaleICU.cpp if (OwnPtr<Vector<String> > labels = createLabelVector(m_shortDateFormat, UDAT_STANDALONE_SHORT_MONTHS, UCAL_JANUARY, 12)) { Vector 421 Source/platform/text/LocaleICU.cpp const Vector<String>& LocaleICU::timeAMPMLabels() Vector 52 Source/platform/text/LocaleICU.h virtual const Vector<String>& weekDayShortLabels() OVERRIDE; Vector 62 Source/platform/text/LocaleICU.h virtual const Vector<String>& monthLabels() OVERRIDE; Vector 63 Source/platform/text/LocaleICU.h virtual const Vector<String>& shortMonthLabels() OVERRIDE; Vector 64 Source/platform/text/LocaleICU.h virtual const Vector<String>& standAloneMonthLabels() OVERRIDE; Vector 65 Source/platform/text/LocaleICU.h virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE; Vector 66 Source/platform/text/LocaleICU.h virtual const Vector<String>& timeAMPMLabels() OVERRIDE; Vector 82 Source/platform/text/LocaleICU.h PassOwnPtr<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size); Vector 91 Source/platform/text/LocaleICU.h OwnPtr<Vector<String> > m_weekDayShortLabels; Vector 93 Source/platform/text/LocaleICU.h OwnPtr<Vector<String> > m_monthLabels; Vector 103 Source/platform/text/LocaleICU.h Vector<String> m_shortMonthLabels; Vector 104 Source/platform/text/LocaleICU.h Vector<String> m_standAloneMonthLabels; Vector 105 Source/platform/text/LocaleICU.h Vector<String> m_shortStandAloneMonthLabels; Vector 106 Source/platform/text/LocaleICU.h Vector<String> m_timeAMPMLabels; Vector 54 Source/platform/text/LocaleMac.h virtual const Vector<String>& weekDayShortLabels() OVERRIDE; Vector 65 Source/platform/text/LocaleMac.h virtual const Vector<String>& monthLabels() OVERRIDE; Vector 66 Source/platform/text/LocaleMac.h virtual const Vector<String>& shortMonthLabels() OVERRIDE; Vector 67 Source/platform/text/LocaleMac.h virtual const Vector<String>& standAloneMonthLabels() OVERRIDE; Vector 68 Source/platform/text/LocaleMac.h virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE; Vector 69 Source/platform/text/LocaleMac.h virtual const Vector<String>& timeAMPMLabels() OVERRIDE; Vector 78 Source/platform/text/LocaleMac.h Vector<String> m_weekDayShortLabels; Vector 79 Source/platform/text/LocaleMac.h Vector<String> m_monthLabels; Vector 92 Source/platform/text/LocaleMac.h Vector<String> m_shortMonthLabels; Vector 93 Source/platform/text/LocaleMac.h Vector<String> m_standAloneMonthLabels; Vector 94 Source/platform/text/LocaleMac.h Vector<String> m_shortStandAloneMonthLabels; Vector 95 Source/platform/text/LocaleMac.h Vector<String> m_timeAMPMLabels; Vector 389 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::monthLabels() Vector 395 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::weekDayShortLabels() Vector 488 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::shortMonthLabels() Vector 494 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::standAloneMonthLabels() Vector 500 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::shortStandAloneMonthLabels() Vector 506 Source/platform/text/LocaleWin.cpp const Vector<String>& LocaleWin::timeAMPMLabels() Vector 520 Source/platform/text/LocaleWin.cpp Vector<String, DecimalSymbolsSize> symbols; Vector 49 Source/platform/text/LocaleWin.h virtual const Vector<String>& weekDayShortLabels() OVERRIDE; Vector 59 Source/platform/text/LocaleWin.h virtual const Vector<String>& monthLabels() OVERRIDE; Vector 60 Source/platform/text/LocaleWin.h virtual const Vector<String>& shortMonthLabels() OVERRIDE; Vector 61 Source/platform/text/LocaleWin.h virtual const Vector<String>& standAloneMonthLabels() OVERRIDE; Vector 62 Source/platform/text/LocaleWin.h virtual const Vector<String>& shortStandAloneMonthLabels() OVERRIDE; Vector 63 Source/platform/text/LocaleWin.h virtual const Vector<String>& timeAMPMLabels() OVERRIDE; Vector 78 Source/platform/text/LocaleWin.h Vector<String> m_shortMonthLabels; Vector 79 Source/platform/text/LocaleWin.h Vector<String> m_monthLabels; Vector 87 Source/platform/text/LocaleWin.h Vector<String> m_timeAMPMLabels; Vector 88 Source/platform/text/LocaleWin.h Vector<String> m_weekDayShortLabels; Vector 237 Source/platform/text/PlatformLocale.cpp void Locale::setLocaleData(const Vector<String, DecimalSymbolsSize>& symbols, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix) Vector 102 Source/platform/text/PlatformLocale.h virtual const Vector<String>& shortMonthLabels() = 0; Vector 108 Source/platform/text/PlatformLocale.h virtual const Vector<String>& standAloneMonthLabels() = 0; Vector 111 Source/platform/text/PlatformLocale.h virtual const Vector<String>& shortStandAloneMonthLabels() = 0; Vector 114 Source/platform/text/PlatformLocale.h virtual const Vector<String>& timeAMPMLabels() = 0; Vector 119 Source/platform/text/PlatformLocale.h virtual const Vector<String>& monthLabels() = 0; Vector 124 Source/platform/text/PlatformLocale.h virtual const Vector<String>& weekDayShortLabels() = 0; Vector 153 Source/platform/text/PlatformLocale.h void setLocaleData(const Vector<String, DecimalSymbolsSize>&, const String& positivePrefix, const String& positiveSuffix, const String& negativePrefix, const String& negativeSuffix); Vector 57 Source/platform/text/QuotedPrintable.cpp void quotedPrintableEncode(const Vector<char>& in, Vector<char>& out) Vector 62 Source/platform/text/QuotedPrintable.cpp void quotedPrintableEncode(const char* input, size_t inputLength, Vector<char>& out) Vector 116 Source/platform/text/QuotedPrintable.cpp void quotedPrintableDecode(const Vector<char>& in, Vector<char>& out) Vector 121 Source/platform/text/QuotedPrintable.cpp void quotedPrintableDecode(const char* data, size_t dataLength, Vector<char>& out) Vector 39 Source/platform/text/QuotedPrintable.h PLATFORM_EXPORT void quotedPrintableEncode(const Vector<char>&, Vector<char>&); Vector 40 Source/platform/text/QuotedPrintable.h PLATFORM_EXPORT void quotedPrintableEncode(const char*, size_t, Vector<char>&); Vector 42 Source/platform/text/QuotedPrintable.h PLATFORM_EXPORT void quotedPrintableDecode(const Vector<char>&, Vector<char>&); Vector 43 Source/platform/text/QuotedPrintable.h PLATFORM_EXPORT void quotedPrintableDecode(const char*, size_t, Vector<char>&); Vector 90 Source/platform/text/SuffixTree.h typedef Vector<Node*, Codebook::codeSize> ChildrenVector; Vector 104 Source/platform/text/TextBreakIteratorICU.cpp typedef Vector<Entry, capacity> Pool; Vector 746 Source/platform/text/TextBreakIteratorICU.cpp Vector<UChar> rules; Vector 46 Source/platform/text/TextCheckerClient.h virtual void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength) = 0; Vector 57 Source/platform/text/TextChecking.h Vector<String> guesses; Vector 65 Source/platform/text/TextChecking.h Vector<GrammarDetail> details; Vector 80 Source/platform/text/TextChecking.h TextCheckingRequestData(int sequence, const String& text, TextCheckingTypeMask mask, TextCheckingProcessType processType, const Vector<uint32_t>& markers, const Vector<unsigned>& offsets) Vector 94 Source/platform/text/TextChecking.h const Vector<uint32_t>& markers() const { return m_markers; } Vector 95 Source/platform/text/TextChecking.h const Vector<unsigned>& offsets() const { return m_offsets; } Vector 102 Source/platform/text/TextChecking.h Vector<uint32_t> m_markers; Vector 103 Source/platform/text/TextChecking.h Vector<unsigned> m_offsets; Vector 111 Source/platform/text/TextChecking.h virtual void didSucceed(const Vector<TextCheckingResult>&) = 0; Vector 80 Source/platform/text/TextStream.h TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) Vector 296 Source/platform/text/UnicodeUtilities.cpp void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer) Vector 39 Source/platform/text/UnicodeUtilities.h PLATFORM_EXPORT void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer); Vector 138 Source/platform/text/UnicodeUtilitiesTest.cpp Vector<UChar> buffer; Vector 78 Source/platform/transforms/TransformOperations.h Vector<RefPtr<TransformOperation> >& operations() { return m_operations; } Vector 79 Source/platform/transforms/TransformOperations.h const Vector<RefPtr<TransformOperation> >& operations() const { return m_operations; } Vector 90 Source/platform/transforms/TransformOperations.h Vector<RefPtr<TransformOperation> > m_operations; Vector 43 Source/platform/weborigin/SecurityPolicy.cpp typedef Vector<OriginAccessEntry> OriginAccessWhiteList; Vector 870 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::didAssociateFormControls(const Vector<RefPtr<Element> >& elements) Vector 182 Source/web/ChromeClientImpl.h virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE; Vector 85 Source/web/ColorChooserPopupUIController.cpp Vector<ColorSuggestion> suggestions = m_client->suggestions(); Vector 86 Source/web/ColorChooserPopupUIController.cpp Vector<String> suggestionValues; Vector 45 Source/web/CompositionUnderlineVectorBuilder.h public Vector<WebCore::CompositionUnderline> { Vector 162 Source/web/ContextMenuClientImpl.cpp Vector<DocumentMarker*> markers = selectedFrame->document()->markers().markersInRange(selectionRange.get(), DocumentMarker::MisspellingMarkers()); Vector 320 Source/web/ContextMenuClientImpl.cpp Vector<String> suggestions; Vector 387 Source/web/ContextMenuClientImpl.cpp static void populateSubMenuItems(const Vector<ContextMenuItem>& inputMenu, WebVector<WebMenuItemInfo>& subMenuItems) Vector 389 Source/web/ContextMenuClientImpl.cpp Vector<WebMenuItemInfo> subItems; Vector 145 Source/web/DateTimeChooserImpl.cpp Vector<String> suggestionValues; Vector 146 Source/web/DateTimeChooserImpl.cpp Vector<String> localizedSuggestionValues; Vector 147 Source/web/DateTimeChooserImpl.cpp Vector<String> suggestionLabels; Vector 569 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) Vector 629 Source/web/FrameLoaderClientImpl.cpp const Vector<String>& paramNames, Vector 630 Source/web/FrameLoaderClientImpl.cpp const Vector<String>& paramValues, Vector 665 Source/web/FrameLoaderClientImpl.cpp const Vector<String>& paramNames, Vector 666 Source/web/FrameLoaderClientImpl.cpp const Vector<String>& paramValues) Vector 111 Source/web/FrameLoaderClientImpl.h virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) OVERRIDE; Vector 120 Source/web/FrameLoaderClientImpl.h const Vector<WTF::String>&, const Vector<WTF::String>&, Vector 125 Source/web/FrameLoaderClientImpl.h const Vector<WTF::String>& paramNames, Vector 126 Source/web/FrameLoaderClientImpl.h const Vector<WTF::String>& paramValues) OVERRIDE; Vector 188 Source/web/LinkHighlight.cpp void LinkHighlight::computeQuads(Node* node, Vector<FloatQuad>& outQuads) const Vector 217 Source/web/LinkHighlight.cpp Vector<FloatQuad> quads; Vector 80 Source/web/LinkHighlight.h void computeQuads(WebCore::Node*, WTF::Vector<WebCore::FloatQuad>&) const; Vector 65 Source/web/PageOverlayList.h typedef Vector<OwnPtr<PageOverlay>, 2> PageOverlays; Vector 455 Source/web/PopupContainer.cpp const WTF::Vector<PopupItem*>& PopupContainer:: popupData() const Vector 486 Source/web/PopupContainer.cpp const Vector<PopupItem*>& inputItems = popupData(); Vector 97 Source/web/PopupContainer.h const Vector<PopupItem*>& popupData() const; Vector 812 Source/web/PopupListBox.cpp for (Vector<PopupItem*>::iterator it = m_items.begin(); it != m_items.end(); ++it) Vector 156 Source/web/PopupListBox.h const Vector<PopupItem*>& items() const { return m_items; } Vector 252 Source/web/PopupListBox.h Vector<PopupItem*> m_items; Vector 143 Source/web/ScrollbarGroup.cpp void ScrollbarGroup::getTickmarks(Vector<IntRect>& tickmarks) const Vector 59 Source/web/ScrollbarGroup.h virtual void getTickmarks(Vector<WebCore::IntRect>&) const OVERRIDE; Vector 156 Source/web/SpellCheckerClientImpl.cpp const Vector<uint32_t>& markers = request->data().markers(); Vector 157 Source/web/SpellCheckerClientImpl.cpp const Vector<unsigned>& markerOffsets = request->data().offsets(); Vector 179 Source/web/SpellCheckerClientImpl.cpp void SpellCheckerClientImpl::checkGrammarOfString(const String& text, WTF::Vector<GrammarDetail>& details, int* badGrammarLocation, int* badGrammarLength) Vector 56 Source/web/SpellCheckerClientImpl.h virtual void checkGrammarOfString(const String&, WTF::Vector<WebCore::GrammarDetail>&, Vector 449 Source/web/TextFinder.cpp for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) { Vector 464 Source/web/TextFinder.cpp for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) { Vector 490 Source/web/TextFinder.cpp Vector<WebFloatRect> matchRects; Vector 497 Source/web/TextFinder.cpp void TextFinder::appendFindMatchRects(Vector<WebFloatRect>& frameRects) Vector 501 Source/web/TextFinder.cpp for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) { Vector 144 Source/web/TextFinder.h void appendFindMatchRects(Vector<WebFloatRect>& frameRects); Vector 239 Source/web/TextFinder.h Vector<DeferredScopeStringMatches*> m_deferredScopingWork; Vector 906 Source/web/WebAXObject.cpp Vector<int> lineBreaksVector; Vector 1102 Source/web/WebAXObject.cpp Vector<int> offsetsVector; Vector 1117 Source/web/WebAXObject.cpp Vector<AXObject::PlainTextRange> words; Vector 60 Source/web/WebDOMEventListenerPrivate.cpp Vector<WebDOMEventListenerPrivate::ListenerInfo>::const_iterator iter; Vector 73 Source/web/WebDOMEventListenerPrivate.cpp Vector<WebDOMEventListenerPrivate::ListenerInfo>::const_iterator iter; Vector 87 Source/web/WebDOMEventListenerPrivate.h Vector<ListenerInfo> m_listenerWrappers; Vector 126 Source/web/WebDevToolsAgentImpl.cpp Vector<WebViewImpl*> views; Vector 150 Source/web/WebDevToolsAgentImpl.cpp for (Vector<WebViewImpl*>::iterator it = views.begin(); it != views.end(); ++it) { Vector 147 Source/web/WebDevToolsAgentImpl.h typedef Vector<RefPtr<WebCore::JSONObject> > FrontendMessageQueue; Vector 163 Source/web/WebDevToolsFrontendImpl.cpp Vector< v8::Handle<v8::Value> > args; Vector 164 Source/web/WebDocument.cpp Vector<WebElement> temp; Vector 178 Source/web/WebDocument.cpp Vector<WebFormElement> temp; Vector 221 Source/web/WebDocument.cpp Vector<String> selectors; Vector 280 Source/web/WebDocument.cpp const Vector<AnnotatedRegionValue>& regions = document->annotatedRegions(); Vector 88 Source/web/WebDragData.cpp Vector<Item> itemList; Vector 47 Source/web/WebFileChooserCompletionImpl.cpp Vector<WebCore::FileChooserFileInfo> fileInfo; Vector 57 Source/web/WebFileChooserCompletionImpl.cpp Vector<WebCore::FileChooserFileInfo> fileInfo; Vector 81 Source/web/WebFormElement.cpp Vector<RefPtr<Element> > tempVector; Vector 89 Source/web/WebFormElement.cpp Vector<RefPtr<HTMLFormControlElement> > formControlElements; Vector 91 Source/web/WebFormElement.cpp const Vector<FormAssociatedElement*>& associatedElements = form->associatedElements(); Vector 92 Source/web/WebFormElement.cpp for (Vector<FormAssociatedElement*>::const_iterator it = associatedElements.begin(); it != associatedElements.end(); ++it) { Vector 775 Source/web/WebFrameImpl.cpp Vector<ScriptSourceCode> sources; Vector 857 Source/web/WebFrameImpl.cpp Vector<ScriptSourceCode> sources; Vector 865 Source/web/WebFrameImpl.cpp Vector<ScriptValue> scriptResults; Vector 1062 Source/web/WebFrameImpl.cpp Vector<CompositionUnderline> decorations; Vector 1217 Source/web/WebFrameImpl.cpp Vector<DocumentMarker*> markers = frame()->document()->markers().markersInRange(caretRange.get(), DocumentMarker::MisspellingMarkers()); Vector 1556 Source/web/WebFrameImpl.cpp Vector<IntRect> tickmarksConverted(tickmarks.size()); Vector 71 Source/web/WebHelperPluginImpl.cpp Vector<String> attributeNames; Vector 72 Source/web/WebHelperPluginImpl.cpp Vector<String> attributeValues; Vector 62 Source/web/WebHistoryItem.cpp const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState()); Vector 151 Source/web/WebHistoryItem.cpp Vector<String> ds; Vector 229 Source/web/WebHistoryItem.cpp Vector<String> results; Vector 45 Source/web/WebIDBKeyPath.cpp Vector<String> strings; Vector 81 Source/web/WebPageSerializer.cpp Vector<LocalFrame*>* visitedFrames, Vector 82 Source/web/WebPageSerializer.cpp Vector<LocalFrame*>* framesToVisit, Vector 83 Source/web/WebPageSerializer.cpp Vector<KURL>* frameURLs, Vector 84 Source/web/WebPageSerializer.cpp Vector<KURL>* resourceURLs) Vector 112 Source/web/WebPageSerializer.cpp Vector<LocalFrame*>* visitedFrames, Vector 113 Source/web/WebPageSerializer.cpp Vector<LocalFrame*>* framesToVisit, Vector 114 Source/web/WebPageSerializer.cpp Vector<KURL>* frameURLs, Vector 115 Source/web/WebPageSerializer.cpp Vector<KURL>* resourceURLs) Vector 157 Source/web/WebPageSerializer.cpp Vector<SerializedResource> resources; Vector 161 Source/web/WebPageSerializer.cpp Vector<Resource> result; Vector 162 Source/web/WebPageSerializer.cpp for (Vector<SerializedResource>::const_iterator iter = resources.begin(); iter != resources.end(); ++iter) { Vector 176 Source/web/WebPageSerializer.cpp Vector<SerializedResource> resources; Vector 217 Source/web/WebPageSerializer.cpp Vector<LocalFrame*> framesToVisit; Vector 218 Source/web/WebPageSerializer.cpp Vector<LocalFrame*> visitedFrames; Vector 219 Source/web/WebPageSerializer.cpp Vector<KURL> frameKURLs; Vector 220 Source/web/WebPageSerializer.cpp Vector<KURL> resourceKURLs; Vector 115 Source/web/WebPageSerializerImpl.h Vector<WebFrameImpl*> m_frames; Vector 116 Source/web/WebPasswordFormData.cpp const Vector<String>& alternateUserNames, Vector 64 Source/web/WebPasswordFormUtils.cpp const Vector<FormAssociatedElement*>& formElements = form->associatedElements(); Vector 52 Source/web/WebPasswordFormUtils.h Vector<String> alternateUserNames; Vector 53 Source/web/WebPasswordFormUtils.h Vector<WebCore::HTMLInputElement*> passwords; Vector 420 Source/web/WebPluginContainerImpl.cpp Vector<IntRect> cutOutRects; Vector 887 Source/web/WebPluginContainerImpl.cpp Vector<IntRect>& cutOutRects) Vector 183 Source/web/WebPluginContainerImpl.h Vector<WebCore::IntRect>& cutOutRects); Vector 186 Source/web/WebPluginContainerImpl.h Vector<WebCore::IntRect>& cutOutRects); Vector 190 Source/web/WebPluginContainerImpl.h Vector<WebPluginLoadObserver*> m_pluginLoadObservers; Vector 95 Source/web/WebPluginScrollbarImpl.cpp void WebPluginScrollbarImpl::getTickmarks(Vector<IntRect>& tickmarks) const Vector 51 Source/web/WebPluginScrollbarImpl.h void getTickmarks(Vector<WebCore::IntRect>&) const; Vector 128 Source/web/WebRange.cpp Vector<FloatQuad> quads; Vector 57 Source/web/WebSearchableFormData.cpp Vector<String> charsets; Vector 59 Source/web/WebSearchableFormData.cpp for (Vector<String>::const_iterator i(charsets.begin()); i != charsets.end(); ++i) { Vector 83 Source/web/WebSearchableFormData.cpp const Vector<FormAssociatedElement*>& element = form->associatedElements(); Vector 84 Source/web/WebSearchableFormData.cpp for (Vector<FormAssociatedElement*>::const_iterator i(element.begin()); i != element.end(); ++i) { Vector 102 Source/web/WebSearchableFormData.cpp const Vector<HTMLElement*>& listItems = select->listItems(); Vector 104 Source/web/WebSearchableFormData.cpp for (Vector<HTMLElement*>::const_iterator i(listItems.begin()); i != listItems.end(); ++i) { Vector 117 Source/web/WebSearchableFormData.cpp for (Vector<HTMLElement*>::const_iterator i(listItems.begin()); i != listItems.end(); ++i) { Vector 158 Source/web/WebSearchableFormData.cpp const Vector<FormAssociatedElement*>& element = form->associatedElements(); Vector 159 Source/web/WebSearchableFormData.cpp for (Vector<FormAssociatedElement*>::const_iterator i(element.begin()); i != element.end(); ++i) { Vector 197 Source/web/WebSearchableFormData.cpp bool buildSearchString(const HTMLFormElement* form, Vector<char>* encodedString, WTF::TextEncoding* encoding, const HTMLInputElement* textElement) Vector 201 Source/web/WebSearchableFormData.cpp Vector<FormAssociatedElement*> elements = form->associatedElements(); Vector 202 Source/web/WebSearchableFormData.cpp for (Vector<FormAssociatedElement*>::const_iterator i(elements.begin()); i != elements.end(); ++i) { Vector 247 Source/web/WebSearchableFormData.cpp Vector<char> encodedString; Vector 46 Source/web/WebSelectElement.cpp const Vector<HTMLElement*>& sourceItems = constUnwrap<HTMLSelectElement>()->listItems(); Vector 136 Source/web/WebSocketImpl.cpp void WebSocketImpl::didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) Vector 71 Source/web/WebSocketImpl.h virtual void didReceiveBinaryData(PassOwnPtr<Vector<char> > binaryData) OVERRIDE; Vector 44 Source/web/WebTextCheckingCompletionImpl.cpp static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) Vector 46 Source/web/WebTextCheckingCompletionImpl.cpp Vector<TextCheckingResult> coreResults; Vector 207 Source/web/WebViewImpl.cpp static Vector<ScopedPageLoadDeferrer*>& pageLoadDeferrerStack() Vector 209 Source/web/WebViewImpl.cpp DEFINE_STATIC_LOCAL(Vector<ScopedPageLoadDeferrer*>, deferrerStack, ()); Vector 682 Source/web/WebViewImpl.cpp Vector<IntRect> goodTargets; Vector 683 Source/web/WebViewImpl.cpp Vector<Node*> highlightNodes; Vector 1174 Source/web/WebViewImpl.cpp Vector<Node*> highlightNodes; Vector 1180 Source/web/WebViewImpl.cpp void WebViewImpl::enableTapHighlights(Vector<Node*>& highlightNodes) Vector 1963 Source/web/WebViewImpl.cpp Vector<CompositionUnderline> emptyUnderlines; Vector 2262 Source/web/WebViewImpl.cpp const Vector<CompositionUnderline>& underlines = focused->inputMethodController().customCompositionUnderlines(); Vector 3150 Source/web/WebViewImpl.cpp Vector<uint32_t> result; Vector 3152 Source/web/WebViewImpl.cpp const Vector<DocumentMarker*>& documentMarkers = frame->document()->markers().markers(); Vector 3412 Source/web/WebViewImpl.cpp Vector<String> patterns; Vector 475 Source/web/WebViewImpl.h void enableTapHighlights(Vector<WebCore::Node*>&); Vector 748 Source/web/WebViewImpl.h Vector<OwnPtr<LinkHighlight> > m_linkHighlights; Vector 55 Source/web/painting/ContinuousPainter.cpp const Vector<GraphicsLayer*>& children = layer->children(); Vector 56 Source/web/painting/ContinuousPainter.cpp Vector<GraphicsLayer*>::const_iterator it; Vector 64 Source/web/painting/PaintAggregator.h WTF::Vector<WebCore::IntRect> paintRects; Vector 219 Source/web/tests/LinkHighlightTest.cpp Vector<IntRect> goodTargets; Vector 220 Source/web/tests/LinkHighlightTest.cpp Vector<Node*> highlightNodes; Vector 45 Source/web/tests/LocaleICUTest.cpp Labels(const Vector<String> labels) Vector 77 Source/web/tests/LocaleICUTest.cpp Vector<String> m_labels; Vector 83 Source/web/tests/LocaleICUTest.cpp Vector<String> labels = Vector<String>(); Vector 125 Source/web/tests/PageSerializerTest.cpp Vector<SerializedResource>& getResources() Vector 168 Source/web/tests/PageSerializerTest.cpp Vector<SerializedResource> m_resources; Vector 3470 Source/web/tests/WebFrameTest.cpp Vector<WebCore::IntRect> originalTickmarks; Vector 3475 Source/web/tests/WebFrameTest.cpp Vector<WebCore::IntRect> overridingTickmarksExpected; Vector 3482 Source/web/tests/WebFrameTest.cpp Vector<WebCore::IntRect> overridingTickmarksActual; Vector 3487 Source/web/tests/WebFrameTest.cpp Vector<WebCore::IntRect> resetTickmarks; Vector 3491 Source/web/tests/WebFrameTest.cpp Vector<WebCore::IntRect> originalTickmarksAfterReset; Vector 4189 Source/web/tests/WebFrameTest.cpp Vector<WebTextCheckingResult> results; Vector 4326 Source/web/tests/WebFrameTest.cpp Vector<WebTextCheckingResult> results; Vector 32 Source/wtf/Forward.h template<typename T, size_t inlineCapacity, typename Allocator> class Vector; Vector 60 Source/wtf/Forward.h using WTF::Vector; Vector 220 Source/wtf/HashCountedSet.h inline void copyToVector(const HashCountedSet<Value, HashFunctions, Traits>& collection, Vector<Value>& vector) Vector 72 Source/wtf/HexNumber.h Vector<LChar, 8> result; Vector 88 Source/wtf/HexNumber.h Vector<LChar, 8> result; Vector 88 Source/wtf/SHA1.cpp void SHA1::computeHash(Vector<uint8_t, 20>& digest) Vector 44 Source/wtf/SHA1.h void addBytes(const Vector<uint8_t>& input) Vector 63 Source/wtf/SHA1.h void computeHash(Vector<uint8_t, outputSizeBytes>&); Vector 49 Source/wtf/SHA1Test.cpp Vector<uint8_t, 20> digest; Vector 85 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(Vector<int>) == sizeof(SameSizeAsVectorWithInlineCapacity<int>), Vector_should_stay_small); Vector 86 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(Vector<int, 1>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 1>), Vector_should_stay_small); Vector 87 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(Vector<int, 2>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 2>), Vector_should_stay_small); Vector 88 Source/wtf/SizeLimits.cpp COMPILE_ASSERT(sizeof(Vector<int, 3>) == sizeof(SameSizeAsVectorWithInlineCapacity<int, 3>), Vector_should_stay_small); Vector 41 Source/wtf/StreamBuffer.h typedef Vector<T> Block; Vector 76 Source/wtf/StringExtrasTest.cpp Vector<char, bufferSize> buffer; Vector 94 Source/wtf/StringExtrasTest.cpp Vector<char, bufferSize> buffer; Vector 502 Source/wtf/Vector.h class Vector; Vector 543 Source/wtf/Vector.h class Vector : private VectorBuffer<T, inlineCapacity, Allocator>, public VectorDestructorBase<Vector<T, inlineCapacity, Allocator>, T, (inlineCapacity > 0), Allocator::isGarbageCollected> { Vector 558 Source/wtf/Vector.h return Allocator::template malloc<void*, Vector>(size); Vector 561 Source/wtf/Vector.h void* operator new[](size_t size) { return Allocator::template newArray<Vector>(size); } Vector 569 Source/wtf/Vector.h Vector() Vector 579 Source/wtf/Vector.h explicit Vector(size_t size) Vector 619 Source/wtf/Vector.h Vector(const Vector&); Vector 621 Source/wtf/Vector.h explicit Vector(const Vector<T, otherCapacity, Allocator>&); Vector 623 Source/wtf/Vector.h Vector& operator=(const Vector&); Vector 625 Source/wtf/Vector.h Vector& operator=(const Vector<T, otherCapacity, Allocator>&); Vector 628 Source/wtf/Vector.h Vector(Vector&&); Vector 629 Source/wtf/Vector.h Vector& operator=(Vector&&); Vector 684 Source/wtf/Vector.h template<typename U, size_t otherCapacity, typename V> void appendVector(const Vector<U, otherCapacity, V>&); Vector 688 Source/wtf/Vector.h template<typename U, size_t c, typename V> void insert(size_t position, const Vector<U, c, V>&); Vector 692 Source/wtf/Vector.h template<typename U, size_t c, typename V> void prepend(const Vector<U, c, V>&); Vector 703 Source/wtf/Vector.h Vector(size_t size, const T& val) Vector 715 Source/wtf/Vector.h void swap(Vector& other) Vector 741 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>::Vector(const Vector& other) Vector 750 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>::Vector(const Vector<T, otherCapacity, Allocator>& other) Vector 758 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>& Vector<T, inlineCapacity, Allocator>::operator=(const Vector<T, inlineCapacity, Allocator>& other) Vector 788 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>& Vector<T, inlineCapacity, Allocator>::operator=(const Vector<T, otherCapacity, Allocator>& other) Vector 818 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>::Vector(Vector<T, inlineCapacity, Allocator>&& other) Vector 827 Source/wtf/Vector.h Vector<T, inlineCapacity, Allocator>& Vector<T, inlineCapacity, Allocator>::operator=(Vector<T, inlineCapacity, Allocator>&& other) Vector 836 Source/wtf/Vector.h bool Vector<T, inlineCapacity, Allocator>::contains(const U& value) const Vector 843 Source/wtf/Vector.h size_t Vector<T, inlineCapacity, Allocator>::find(const U& value) const Vector 856 Source/wtf/Vector.h size_t Vector<T, inlineCapacity, Allocator>::reverseFind(const U& value) const Vector 869 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::fill(const T& val, size_t newSize) Vector 886 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::appendRange(Iterator start, Iterator end) Vector 893 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity) Vector 915 Source/wtf/Vector.h const T* Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity, const T* ptr) Vector 927 Source/wtf/Vector.h inline U* Vector<T, inlineCapacity, Allocator>::expandCapacity(size_t newMinCapacity, U* ptr) Vector 934 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::resize(size_t size) Vector 948 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::shrink(size_t size) Vector 957 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::grow(size_t size) Vector 967 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::reserveCapacity(size_t newCapacity) Vector 979 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::reserveInitialCapacity(size_t initialCapacity) Vector 988 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::shrinkCapacity(size_t newCapacity) Vector 1018 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::append(const U* data, size_t dataSize) Vector 1032 Source/wtf/Vector.h ALWAYS_INLINE void Vector<T, inlineCapacity, Allocator>::append(const U& val) Vector 1044 Source/wtf/Vector.h NEVER_INLINE void Vector<T, inlineCapacity, Allocator>::appendSlowCase(const U& val) Vector 1060 Source/wtf/Vector.h ALWAYS_INLINE void Vector<T, inlineCapacity, Allocator>::uncheckedAppend(const U& val) Vector 1069 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::appendVector(const Vector<U, otherCapacity, OtherAllocator>& val) Vector 1075 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const U* data, size_t dataSize) Vector 1091 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const U& val) Vector 1106 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const Vector<U, c, OtherAllocator>& val) Vector 1112 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::prepend(const U* data, size_t dataSize) Vector 1118 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::prepend(const U& val) Vector 1124 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::prepend(const Vector<U, c, V>& val) Vector 1130 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::remove(size_t position) Vector 1141 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::remove(size_t position, size_t length) Vector 1154 Source/wtf/Vector.h inline void Vector<T, inlineCapacity, Allocator>::reverse() Vector 1161 Source/wtf/Vector.h void deleteAllValues(const Vector<T, inlineCapacity, Allocator>& collection) Vector 1163 Source/wtf/Vector.h typedef typename Vector<T, inlineCapacity, Allocator>::const_iterator iterator; Vector 1170 Source/wtf/Vector.h inline void swap(Vector<T, inlineCapacity, Allocator>& a, Vector<T, inlineCapacity, Allocator>& b) Vector 1176 Source/wtf/Vector.h bool operator==(const Vector<T, inlineCapacityA, Allocator>& a, const Vector<T, inlineCapacityB, Allocator>& b) Vector 1185 Source/wtf/Vector.h inline bool operator!=(const Vector<T, inlineCapacityA, Allocator>& a, const Vector<T, inlineCapacityB, Allocator>& b) Vector 1193 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::trace(typename Allocator::Visitor* visitor) Vector 1208 Source/wtf/Vector.h using WTF::Vector; Vector 38 Source/wtf/VectorTest.cpp Vector<int> intVector; Vector 46 Source/wtf/VectorTest.cpp Vector<int> intVector; Vector 70 Source/wtf/VectorTest.cpp Vector<int> intVector; Vector 76 Source/wtf/VectorTest.cpp Vector<int>::iterator it = intVector.begin(); Vector 77 Source/wtf/VectorTest.cpp Vector<int>::iterator end = intVector.end(); Vector 94 Source/wtf/VectorTest.cpp Vector<int> intVector; Vector 100 Source/wtf/VectorTest.cpp Vector<int>::reverse_iterator it = intVector.rbegin(); Vector 101 Source/wtf/VectorTest.cpp Vector<int>::reverse_iterator end = intVector.rend(); Vector 131 Source/wtf/VectorTest.cpp typedef WTF::Vector<OwnPtr<DestructCounter> > OwnPtrVector; Vector 239 Source/wtf/VectorTest.cpp Vector<WrappedInt, inlineCapacity> vectorA; Vector 241 Source/wtf/VectorTest.cpp Vector<WrappedInt, inlineCapacity> vectorB; Vector 165 Source/wtf/dtoa.cpp Vector<uint32_t, 16> m_words; Vector 1308 Source/wtf/dtoa.cpp Vector<LChar> conversionBuffer(length); Vector 77 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length); Vector 81 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length); Vector 88 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length); Vector 92 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length, int* decimal_point) { Vector 174 Source/wtf/dtoa/bignum-dtoa.cc Vector<char> buffer, int* length) { Vector 271 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length) { Vector 313 Source/wtf/dtoa/bignum-dtoa.cc Vector<char>(buffer), int* length) { Vector 80 Source/wtf/dtoa/bignum-dtoa.h Vector<char> buffer, int* length, int* point); Vector 92 Source/wtf/dtoa/bignum.cc static uint64_t ReadUInt64(Vector<const char> buffer, Vector 105 Source/wtf/dtoa/bignum.cc void Bignum::AssignDecimalString(Vector<const char> value) { Vector 135 Source/wtf/dtoa/bignum.cc void Bignum::AssignHexString(Vector<const char> value) { Vector 49 Source/wtf/dtoa/bignum.h void AssignDecimalString(Vector<const char> value); Vector 50 Source/wtf/dtoa/bignum.h void AssignHexString(Vector<const char> value); Vector 133 Source/wtf/dtoa/bignum.h Vector<Chunk> bigits_; Vector 363 Source/wtf/dtoa/double-conversion.cc Vector<char> vector(buffer, buffer_length); Vector 599 Source/wtf/dtoa/double-conversion.cc double converted = Strtod(Vector<const char>(buffer, buffer_pos), exponent); Vector 65 Source/wtf/dtoa/fast-dtoa.cc static bool RoundWeed(Vector<char> buffer, Vector 185 Source/wtf/dtoa/fast-dtoa.cc static bool RoundWeedCounted(Vector<char> buffer, Vector 389 Source/wtf/dtoa/fast-dtoa.cc Vector<char> buffer, Vector 514 Source/wtf/dtoa/fast-dtoa.cc Vector<char> buffer, Vector 602 Source/wtf/dtoa/fast-dtoa.cc Vector<char> buffer, Vector 668 Source/wtf/dtoa/fast-dtoa.cc Vector<char> buffer, Vector 713 Source/wtf/dtoa/fast-dtoa.cc Vector<char> buffer, Vector 80 Source/wtf/dtoa/fast-dtoa.h Vector<char> buffer, Vector 125 Source/wtf/dtoa/fixed-dtoa.cc Vector<char> buffer, int* length) { Vector 134 Source/wtf/dtoa/fixed-dtoa.cc static void FillDigits32(uint32_t number, Vector<char> buffer, int* length) { Vector 158 Source/wtf/dtoa/fixed-dtoa.cc Vector<char> buffer, int* length) { Vector 172 Source/wtf/dtoa/fixed-dtoa.cc static void FillDigits64(uint64_t number, Vector<char> buffer, int* length) { Vector 193 Source/wtf/dtoa/fixed-dtoa.cc static void RoundUp(Vector<char> buffer, int* length, int* decimal_point) { Vector 235 Source/wtf/dtoa/fixed-dtoa.cc int fractional_count, Vector<char> buffer, Vector 293 Source/wtf/dtoa/fixed-dtoa.cc static void TrimZeros(Vector<char> buffer, int* length, int* decimal_point) { Vector 313 Source/wtf/dtoa/fixed-dtoa.cc Vector<char> buffer, Vector 54 Source/wtf/dtoa/fixed-dtoa.h Vector<char> buffer, int* length, int* decimal_point); Vector 95 Source/wtf/dtoa/strtod.cc static Vector<const char> TrimLeadingZeros(Vector<const char> buffer) { Vector 101 Source/wtf/dtoa/strtod.cc return Vector<const char>(buffer.start(), 0); Vector 105 Source/wtf/dtoa/strtod.cc static Vector<const char> TrimTrailingZeros(Vector<const char> buffer) { Vector 111 Source/wtf/dtoa/strtod.cc return Vector<const char>(buffer.start(), 0); Vector 115 Source/wtf/dtoa/strtod.cc static void TrimToMaxSignificantDigits(Vector<const char> buffer, Vector 137 Source/wtf/dtoa/strtod.cc static uint64_t ReadUint64(Vector<const char> buffer, Vector 155 Source/wtf/dtoa/strtod.cc static void ReadDiyFp(Vector<const char> buffer, Vector 176 Source/wtf/dtoa/strtod.cc static bool DoubleStrtod(Vector<const char> trimmed, Vector 254 Source/wtf/dtoa/strtod.cc static bool DiyFpStrtod(Vector<const char> buffer, Vector 371 Source/wtf/dtoa/strtod.cc static double BignumStrtod(Vector<const char> buffer, Vector 416 Source/wtf/dtoa/strtod.cc double Strtod(Vector<const char> buffer, int exponent) { Vector 417 Source/wtf/dtoa/strtod.cc Vector<const char> left_trimmed = TrimLeadingZeros(buffer); Vector 418 Source/wtf/dtoa/strtod.cc Vector<const char> trimmed = TrimTrailingZeros(left_trimmed); Vector 426 Source/wtf/dtoa/strtod.cc return Strtod(Vector<const char>(significant_buffer, Vector 39 Source/wtf/dtoa/strtod.h double Strtod(Vector<const char> buffer, int exponent); Vector 139 Source/wtf/dtoa/utils.h class Vector { Vector 141 Source/wtf/dtoa/utils.h Vector() : start_(NULL), length_(0) {} Vector 142 Source/wtf/dtoa/utils.h Vector(T* data, int length) : start_(data), length_(length) { Vector 148 Source/wtf/dtoa/utils.h Vector<T> SubVector(int from, int to) { Vector 152 Source/wtf/dtoa/utils.h return Vector<T>(start() + from, to - from); Vector 255 Source/wtf/dtoa/utils.h Vector<char> buffer_; Vector 46 Source/wtf/text/AtomicString.h explicit AtomicString(const Vector<UChar, inlineCapacity>& characters) Vector 200 Source/wtf/text/AtomicString.h inline bool operator==(const AtomicString& a, const Vector<UChar>& b) { return a.impl() && equal(a.impl(), b.data(), b.size()); } Vector 204 Source/wtf/text/AtomicString.h inline bool operator==(const Vector<UChar>& a, const AtomicString& b) { return b == a; } Vector 210 Source/wtf/text/AtomicString.h inline bool operator!=(const AtomicString& a, const Vector<UChar>& b) { return !(a == b); } Vector 213 Source/wtf/text/AtomicString.h inline bool operator!=(const Vector<UChar>& a, const AtomicString& b) { return !(a == b); } Vector 49 Source/wtf/text/AtomicStringCF.cpp Vector<UniChar, 1024> ucharBuffer(length); Vector 64 Source/wtf/text/Base64.cpp Vector<char> result; Vector 69 Source/wtf/text/Base64.cpp void base64Encode(const char* data, unsigned len, Vector<char>& out, Base64EncodePolicy policy) Vector 130 Source/wtf/text/Base64.cpp bool base64Decode(const Vector<char>& in, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) Vector 142 Source/wtf/text/Base64.cpp static inline bool base64DecodeInternal(const T* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) Vector 221 Source/wtf/text/Base64.cpp bool base64Decode(const char* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) Vector 226 Source/wtf/text/Base64.cpp bool base64Decode(const UChar* data, unsigned length, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) Vector 231 Source/wtf/text/Base64.cpp bool base64Decode(const String& in, Vector<char>& out, CharacterMatchFunctionPtr shouldIgnoreCharacter, Base64DecodePolicy policy) Vector 47 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const char*, unsigned, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs); Vector 48 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const Vector<char>&, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs); Vector 49 Source/wtf/text/Base64.h WTF_EXPORT void base64Encode(const CString&, Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs); Vector 51 Source/wtf/text/Base64.h WTF_EXPORT String base64Encode(const Vector<char>&, Base64EncodePolicy = Base64DoNotInsertLFs); Vector 54 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const String&, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding); Vector 55 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const Vector<char>&, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding); Vector 56 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const char*, unsigned, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding); Vector 57 Source/wtf/text/Base64.h WTF_EXPORT bool base64Decode(const UChar*, unsigned, Vector<char>&, CharacterMatchFunctionPtr shouldIgnoreCharacter = 0, Base64DecodePolicy = Base64DoNotValidatePadding); Vector 59 Source/wtf/text/Base64.h inline void base64Encode(const Vector<char>& in, Vector<char>& out, Base64EncodePolicy policy) Vector 64 Source/wtf/text/Base64.h inline void base64Encode(const CString& in, Vector<char>& out, Base64EncodePolicy policy) Vector 69 Source/wtf/text/Base64.h inline String base64Encode(const Vector<char>& in, Base64EncodePolicy policy) Vector 41 Source/wtf/text/StringCF.cpp Vector<LChar, 1024> lcharBuffer(size); Vector 49 Source/wtf/text/StringCF.cpp Vector<UChar, 1024> buffer(size); Vector 271 Source/wtf/text/StringConcatenate.h class StringTypeAdapter<Vector<char> > { Vector 273 Source/wtf/text/StringConcatenate.h StringTypeAdapter<Vector<char> >(const Vector<char>& buffer) Vector 295 Source/wtf/text/StringConcatenate.h const Vector<char>& m_buffer; Vector 299 Source/wtf/text/StringConcatenate.h class StringTypeAdapter<Vector<LChar> > { Vector 301 Source/wtf/text/StringConcatenate.h StringTypeAdapter<Vector<LChar> >(const Vector<LChar>& buffer) Vector 323 Source/wtf/text/StringConcatenate.h const Vector<LChar>& m_buffer; Vector 88 Source/wtf/text/StringImpl.cpp static void fillWithSnippet(const StringImpl* string, Vector<char>& snippet) Vector 162 Source/wtf/text/StringImpl.cpp Vector<char> m_snippet; Vector 201 Source/wtf/text/StringImpl.cpp Vector<RefPtr<PerStringStats> > all; Vector 193 Source/wtf/text/StringImpl.h static PassRefPtr<StringImpl> create8BitIfPossible(const Vector<UChar, inlineCapacity>& vector) Vector 640 Source/wtf/text/StringImpl.h bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, StringImpl* b) Vector 477 Source/wtf/text/TextCodecICU.cpp Vector<UChar> m_buffer; Vector 504 Source/wtf/text/TextCodecICU.cpp Vector<char> result; Vector 218 Source/wtf/text/TextCodecLatin1.cpp Vector<char> result(length); Vector 436 Source/wtf/text/TextCodecUTF8.cpp Vector<uint8_t> bytes(length * 3); Vector 68 Source/wtf/text/TextCodecUserDefined.cpp Vector<char> result(length); Vector 101 Source/wtf/text/TextEncoding.cpp Vector<UChar> normalizedCharacters; Vector 187 Source/wtf/text/TextEncodingRegistry.cpp Vector<const char*> names; Vector 33 Source/wtf/text/TextPosition.cpp PassOwnPtr<Vector<unsigned> > lineEndings(const String& text) Vector 35 Source/wtf/text/TextPosition.cpp OwnPtr<Vector<unsigned> > result(adoptPtr(new Vector<unsigned>())); Vector 51 Source/wtf/text/TextPosition.cpp OrdinalNumber TextPosition::toOffset(const Vector<unsigned>& lineEndings) Vector 57 Source/wtf/text/TextPosition.cpp TextPosition TextPosition::fromOffsetAndLineEndings(unsigned offset, const Vector<unsigned>& lineEndings) Vector 71 Source/wtf/text/TextPosition.h WTF_EXPORT OrdinalNumber toOffset(const Vector<unsigned>&); Vector 80 Source/wtf/text/TextPosition.h WTF_EXPORT static TextPosition fromOffsetAndLineEndings(unsigned, const Vector<unsigned>&); Vector 86 Source/wtf/text/TextPosition.h WTF_EXPORT PassOwnPtr<Vector<unsigned> > lineEndings(const String&); Vector 438 Source/wtf/text/WTFString.cpp Vector<UChar> String::charactersWithNullTermination() const Vector 441 Source/wtf/text/WTFString.cpp return Vector<UChar>(); Vector 443 Source/wtf/text/WTFString.cpp Vector<UChar> result; Vector 469 Source/wtf/text/WTFString.cpp Vector<char, 256> buffer; Vector 692 Source/wtf/text/WTFString.cpp void String::split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const Vector 707 Source/wtf/text/WTFString.cpp void String::split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const Vector 814 Source/wtf/text/WTFString.cpp Vector<char, 1024> bufferVector(length * 3); Vector 913 Source/wtf/text/WTFString.cpp Vector<UChar, 1024> buffer(length); Vector 1234 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(StringImpl* impl); Vector 1235 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(String& string); Vector 1248 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(StringImpl* impl) Vector 1253 Source/wtf/text/WTFString.cpp Vector<char> buffer; Vector 1270 Source/wtf/text/WTFString.cpp Vector<char> asciiDebug(String& string) Vector 109 Source/wtf/text/WTFString.h explicit String(const Vector<UChar, inlineCapacity>&); Vector 253 Source/wtf/text/WTFString.h Vector<UChar> charactersWithNullTermination() const; Vector 257 Source/wtf/text/WTFString.h void appendTo(Vector<UChar, inlineCapacity>&, unsigned pos = 0, unsigned len = UINT_MAX) const; Vector 263 Source/wtf/text/WTFString.h void prependTo(Vector<UChar, inlineCapacity>&, unsigned pos = 0, unsigned len = UINT_MAX) const; Vector 351 Source/wtf/text/WTFString.h void split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const; Vector 352 Source/wtf/text/WTFString.h void split(const String& separator, Vector<String>& result) const Vector 356 Source/wtf/text/WTFString.h void split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const; Vector 357 Source/wtf/text/WTFString.h void split(UChar separator, Vector<String>& result) const Vector 400 Source/wtf/text/WTFString.h static String make8BitFrom16BitSource(const Vector<UChar, inlineCapacity>& buffer) Vector 458 Source/wtf/text/WTFString.h inline bool operator==(const Vector<char, inlineCapacity>& a, const String& b) { return equal(b.impl(), a.data(), a.size()); } Vector 460 Source/wtf/text/WTFString.h inline bool operator==(const String& a, const Vector<char, inlineCapacity>& b) { return b == a; } Vector 469 Source/wtf/text/WTFString.h inline bool operator!=(const Vector<char, inlineCapacity>& a, const String& b) { return !(a == b); } Vector 471 Source/wtf/text/WTFString.h inline bool operator!=(const String& a, const Vector<char, inlineCapacity>& b) { return b != a; } Vector 487 Source/wtf/text/WTFString.h inline bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, const String& b) { return equalIgnoringNullity(a, b.impl()); } Vector 496 Source/wtf/text/WTFString.h String::String(const Vector<UChar, inlineCapacity>& vector) Vector 557 Source/wtf/text/WTFString.h inline void append(Vector<UChar, inlineCapacity>& vector, const String& string) Vector 573 Source/wtf/text/WTFString.h inline void appendNumber(Vector<CharacterType>& vector, unsigned char number) Vector 617 Source/wtf/text/WTFString.h inline void String::appendTo(Vector<UChar, inlineCapacity>& result, unsigned pos, unsigned len) const Vector 646 Source/wtf/text/WTFString.h inline void String::prependTo(Vector<UChar, inlineCapacity>& result, unsigned pos, unsigned len) const Vector 153 Source/wtf/text/WTFStringTest.cpp Vector<String> stringVector; Vector 157 Source/wtf/text/WTFStringTest.cpp Vector<String> sameStringVector;