elements 91 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::accessibilityDescriptionForElements(Vector<Element*> &elements) const elements 94 Source/core/accessibility/AXNodeObject.cpp unsigned size = elements.size(); elements 96 Source/core/accessibility/AXNodeObject.cpp Element* idElement = elements[i]; elements 133 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::ariaLabeledByElements(Vector<Element*>& elements) const elements 135 Source/core/accessibility/AXNodeObject.cpp elementsFromAttribute(elements, aria_labeledbyAttr); elements 136 Source/core/accessibility/AXNodeObject.cpp if (!elements.size()) elements 137 Source/core/accessibility/AXNodeObject.cpp elementsFromAttribute(elements, aria_labelledbyAttr); elements 256 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::elementsFromAttribute(Vector<Element*>& elements, const QualifiedName& attribute) const elements 277 Source/core/accessibility/AXNodeObject.cpp elements.append(idElement); elements 1027 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; elements 1028 Source/core/accessibility/AXNodeObject.cpp elementsFromAttribute(elements, aria_describedbyAttr); elements 1030 Source/core/accessibility/AXNodeObject.cpp return accessibilityDescriptionForElements(elements); elements 1036 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; elements 1037 Source/core/accessibility/AXNodeObject.cpp ariaLabeledByElements(elements); elements 1039 Source/core/accessibility/AXNodeObject.cpp return accessibilityDescriptionForElements(elements); elements 1656 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; elements 1657 Source/core/accessibility/AXNodeObject.cpp ariaLabeledByElements(elements); elements 1659 Source/core/accessibility/AXNodeObject.cpp unsigned length = elements.size(); elements 1661 Source/core/accessibility/AXNodeObject.cpp RefPtr<AXObject> axElement = axObjectCache()->getOrCreate(elements[k]); elements 77 Source/core/accessibility/AXNodeObject.h String accessibilityDescriptionForElements(Vector<Element*> &elements) const; elements 80 Source/core/accessibility/AXNodeObject.h void ariaLabeledByElements(Vector<Element*>& elements) const; elements 83 Source/core/accessibility/AXNodeObject.h void elementsFromAttribute(Vector<Element*>& elements, const QualifiedName&) const; elements 965 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; elements 966 Source/core/accessibility/AXRenderObject.cpp elementsFromAttribute(elements, attr); elements 969 Source/core/accessibility/AXRenderObject.cpp unsigned count = elements.size(); elements 971 Source/core/accessibility/AXRenderObject.cpp Element* element = elements[k]; elements 1904 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; elements 1905 Source/core/accessibility/AXRenderObject.cpp elementsFromAttribute(elements, aria_controlsAttr); elements 1907 Source/core/accessibility/AXRenderObject.cpp unsigned count = elements.size(); elements 1909 Source/core/accessibility/AXRenderObject.cpp Element* element = elements[k]; elements 2050 Source/core/dom/Document.cpp Vector<SVGUseElement*> elements; elements 2051 Source/core/dom/Document.cpp copyToVector(m_useElementsNeedingUpdate, elements); elements 2054 Source/core/dom/Document.cpp Vector<SVGUseElement*>::iterator end = elements.end(); elements 2055 Source/core/dom/Document.cpp for (Vector<SVGUseElement*>::iterator it = elements.begin(); it != end; ++it) elements 422 Source/core/dom/SelectorQuery.cpp const Vector<Element*>& elements = rootNode.treeScope().getAllElementsById(idToMatch); elements 423 Source/core/dom/SelectorQuery.cpp size_t count = elements.size(); elements 425 Source/core/dom/SelectorQuery.cpp Element& element = *elements[i]; elements 53 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp ElementSet* elements; elements 55 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp elements = &m_unresolvedDefinitions.add(descriptor, ElementSet()).storedValue->value; elements 57 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp elements = &it->value; elements 58 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp elements->add(element); elements 78 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp UnresolvedDefinitionMap::iterator elements = m_unresolvedDefinitions.find(candidate->value); elements 79 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp ASSERT_WITH_SECURITY_IMPLICATION(elements != m_unresolvedDefinitions.end()); elements 80 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp elements->value.remove(element); elements 96 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp UnresolvedDefinitionMap::iterator elements = m_unresolvedDefinitions.find(candidate->value); elements 97 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp ASSERT_WITH_SECURITY_IMPLICATION(elements != m_unresolvedDefinitions.end()); elements 98 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp elements->value.appendOrMoveToLast(element); elements 50 Source/core/editing/RemoveFormatCommand.cpp DEFINE_STATIC_LOCAL(HashSet<QualifiedName>, elements, ()); elements 51 Source/core/editing/RemoveFormatCommand.cpp if (elements.isEmpty()) { elements 52 Source/core/editing/RemoveFormatCommand.cpp elements.add(acronymTag); elements 53 Source/core/editing/RemoveFormatCommand.cpp elements.add(bTag); elements 54 Source/core/editing/RemoveFormatCommand.cpp elements.add(bdoTag); elements 55 Source/core/editing/RemoveFormatCommand.cpp elements.add(bigTag); elements 56 Source/core/editing/RemoveFormatCommand.cpp elements.add(citeTag); elements 57 Source/core/editing/RemoveFormatCommand.cpp elements.add(codeTag); elements 58 Source/core/editing/RemoveFormatCommand.cpp elements.add(dfnTag); elements 59 Source/core/editing/RemoveFormatCommand.cpp elements.add(emTag); elements 60 Source/core/editing/RemoveFormatCommand.cpp elements.add(fontTag); elements 61 Source/core/editing/RemoveFormatCommand.cpp elements.add(iTag); elements 62 Source/core/editing/RemoveFormatCommand.cpp elements.add(insTag); elements 63 Source/core/editing/RemoveFormatCommand.cpp elements.add(kbdTag); elements 64 Source/core/editing/RemoveFormatCommand.cpp elements.add(nobrTag); elements 65 Source/core/editing/RemoveFormatCommand.cpp elements.add(qTag); elements 66 Source/core/editing/RemoveFormatCommand.cpp elements.add(sTag); elements 67 Source/core/editing/RemoveFormatCommand.cpp elements.add(sampTag); elements 68 Source/core/editing/RemoveFormatCommand.cpp elements.add(smallTag); elements 69 Source/core/editing/RemoveFormatCommand.cpp elements.add(strikeTag); elements 70 Source/core/editing/RemoveFormatCommand.cpp elements.add(strongTag); elements 71 Source/core/editing/RemoveFormatCommand.cpp elements.add(subTag); elements 72 Source/core/editing/RemoveFormatCommand.cpp elements.add(supTag); elements 73 Source/core/editing/RemoveFormatCommand.cpp elements.add(ttTag); elements 74 Source/core/editing/RemoveFormatCommand.cpp elements.add(uTag); elements 75 Source/core/editing/RemoveFormatCommand.cpp elements.add(varTag); elements 77 Source/core/editing/RemoveFormatCommand.cpp return elements.contains(element->tagQName()); elements 558 Source/core/editing/ReplaceSelectionCommand.cpp DEFINE_STATIC_LOCAL(HashSet<AtomicString>, elements, ()); elements 559 Source/core/editing/ReplaceSelectionCommand.cpp if (elements.isEmpty()) { elements 560 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(addressTag.localName()); elements 561 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(articleTag.localName()); elements 562 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(asideTag.localName()); elements 563 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(blockquoteTag.localName()); elements 564 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(captionTag.localName()); elements 565 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(centerTag.localName()); elements 566 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(colTag.localName()); elements 567 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(colgroupTag.localName()); elements 568 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(ddTag.localName()); elements 569 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(detailsTag.localName()); elements 570 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dirTag.localName()); elements 571 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(divTag.localName()); elements 572 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dlTag.localName()); elements 573 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(dtTag.localName()); elements 574 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(fieldsetTag.localName()); elements 575 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(figcaptionTag.localName()); elements 576 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(figureTag.localName()); elements 577 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(footerTag.localName()); elements 578 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(formTag.localName()); elements 579 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h1Tag.localName()); elements 580 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h2Tag.localName()); elements 581 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h3Tag.localName()); elements 582 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h4Tag.localName()); elements 583 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h5Tag.localName()); elements 584 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(h6Tag.localName()); elements 585 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(headerTag.localName()); elements 586 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(hgroupTag.localName()); elements 587 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(hrTag.localName()); elements 588 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(liTag.localName()); elements 589 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(listingTag.localName()); elements 590 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(mainTag.localName()); // Missing in the specification. elements 591 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(menuTag.localName()); elements 592 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(navTag.localName()); elements 593 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(olTag.localName()); elements 594 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(pTag.localName()); elements 595 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(plaintextTag.localName()); elements 596 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(preTag.localName()); elements 597 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(sectionTag.localName()); elements 598 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(summaryTag.localName()); elements 599 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tableTag.localName()); elements 600 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tbodyTag.localName()); elements 601 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tdTag.localName()); elements 602 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(tfootTag.localName()); elements 603 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(thTag.localName()); elements 604 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(theadTag.localName()); elements 605 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(trTag.localName()); elements 606 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(ulTag.localName()); elements 607 Source/core/editing/ReplaceSelectionCommand.cpp elements.add(xmpTag.localName()); elements 609 Source/core/editing/ReplaceSelectionCommand.cpp return elements.contains(name); elements 54 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsById(name)) { elements 55 Source/core/html/HTMLAllCollection.cpp if (index < elements->size()) elements 56 Source/core/html/HTMLAllCollection.cpp return elements->at(index); elements 57 Source/core/html/HTMLAllCollection.cpp index -= elements->size(); elements 60 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsByName(name)) { elements 61 Source/core/html/HTMLAllCollection.cpp if (index < elements->size()) elements 62 Source/core/html/HTMLAllCollection.cpp return elements->at(index); elements 39 Source/core/html/HTMLFieldSetElement.h PassRefPtr<HTMLCollection> elements(); elements 126 Source/core/html/HTMLFormElement.cpp void notifyFormRemovedFromTree(const Vector<T*>& elements, Node& root) elements 128 Source/core/html/HTMLFormElement.cpp size_t size = elements.size(); elements 130 Source/core/html/HTMLFormElement.cpp elements[i]->formRemovedFromTree(root); elements 131 Source/core/html/HTMLFormElement.cpp ASSERT(elements.size() == size); elements 141 Source/core/html/HTMLFormElement.cpp Vector<FormAssociatedElement*> elements(associatedElements()); elements 142 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); elements 144 Source/core/html/HTMLFormElement.cpp Vector<FormAssociatedElement*> elements; elements 145 Source/core/html/HTMLFormElement.cpp collectAssociatedElements(insertionPoint->highestAncestor(), elements); elements 146 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); elements 147 Source/core/html/HTMLFormElement.cpp collectAssociatedElements(root, elements); elements 148 Source/core/html/HTMLFormElement.cpp notifyFormRemovedFromTree(elements, root); elements 177 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 179 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 180 Source/core/html/HTMLFormElement.cpp if (elements[i]->isEnumeratable()) elements 188 Source/core/html/HTMLFormElement.cpp return elements()->item(index); elements 195 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 196 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 197 Source/core/html/HTMLFormElement.cpp FormAssociatedElement* formAssociatedElement = elements[i]; elements 239 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 240 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 241 Source/core/html/HTMLFormElement.cpp if (elements[i]->isFormControlElement()) elements 242 Source/core/html/HTMLFormElement.cpp toHTMLFormControlElement(elements[i])->hideVisibleValidationMessage(); elements 339 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 340 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 341 Source/core/html/HTMLFormElement.cpp FormAssociatedElement* associatedElement = elements[i]; elements 419 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 420 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 421 Source/core/html/HTMLFormElement.cpp if (elements[i]->isFormControlElement()) elements 422 Source/core/html/HTMLFormElement.cpp toHTMLFormControlElement(elements[i])->reset(); elements 540 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectAssociatedElements(Node& root, Vector<FormAssociatedElement*>& elements) const elements 542 Source/core/html/HTMLFormElement.cpp elements.clear(); elements 552 Source/core/html/HTMLFormElement.cpp elements.append(associatedElement); elements 574 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::collectImageElements(Node& root, Vector<HTMLImageElement*>& elements) elements 576 Source/core/html/HTMLFormElement.cpp elements.clear(); elements 579 Source/core/html/HTMLFormElement.cpp elements.append(image); elements 632 Source/core/html/HTMLFormElement.cpp const Vector<FormAssociatedElement*>& elements = associatedElements(); elements 633 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 634 Source/core/html/HTMLFormElement.cpp if (!elements[i]->isFormControlElement()) elements 636 Source/core/html/HTMLFormElement.cpp HTMLFormControlElement* control = toHTMLFormControlElement(elements[i]); elements 661 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<FormAssociatedElement> > elements; elements 662 Source/core/html/HTMLFormElement.cpp elements.reserveCapacity(associatedElements.size()); elements 664 Source/core/html/HTMLFormElement.cpp elements.append(associatedElements[i]); elements 666 Source/core/html/HTMLFormElement.cpp for (unsigned i = 0; i < elements.size(); ++i) { elements 667 Source/core/html/HTMLFormElement.cpp if (elements[i]->form() == this && elements[i]->isFormControlElement()) { elements 668 Source/core/html/HTMLFormElement.cpp HTMLFormControlElement* control = toHTMLFormControlElement(elements[i].get()); elements 721 Source/core/html/HTMLFormElement.cpp elements()->namedItems(name, namedItems); elements 756 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; elements 757 Source/core/html/HTMLFormElement.cpp getNamedElements(name, elements); elements 758 Source/core/html/HTMLFormElement.cpp if (elements.isEmpty()) elements 764 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; elements 765 Source/core/html/HTMLFormElement.cpp getNamedElements(name, elements); elements 766 Source/core/html/HTMLFormElement.cpp ASSERT(!elements.isEmpty()); elements 768 Source/core/html/HTMLFormElement.cpp if (elements.size() == 1) { elements 770 Source/core/html/HTMLFormElement.cpp returnValue1 = elements.at(0); elements 774 Source/core/html/HTMLFormElement.cpp bool onlyMatchImg = !elements.isEmpty() && isHTMLImageElement(*elements.first()); elements 52 Source/core/html/HTMLFormElement.h PassRefPtr<HTMLCollection> elements(); elements 3489 Source/core/html/HTMLMediaElement.cpp HashSet<HTMLMediaElement*> elements = documentToElementSetMap().get(&document()); elements 3490 Source/core/html/HTMLMediaElement.cpp for (HashSet<HTMLMediaElement*>::iterator i = elements.begin(); i != elements.end(); ++i) { elements 490 Source/core/html/forms/FormController.cpp const Vector<FormAssociatedElement*>& elements = form.associatedElements(); elements 491 Source/core/html/forms/FormController.cpp for (size_t i = 0; i < elements.size(); ++i) { elements 492 Source/core/html/forms/FormController.cpp if (!elements[i]->isFormControlElementWithState()) elements 494 Source/core/html/forms/FormController.cpp HTMLFormControlElementWithState* control = toHTMLFormControlElementWithState(elements[i]); elements 211 Source/core/inspector/InspectorDOMAgent.cpp Vector<Element*> elements; elements 213 Source/core/inspector/InspectorDOMAgent.cpp elements.append(it->get()); elements 214 Source/core/inspector/InspectorDOMAgent.cpp m_domAgent->styleAttributeInvalidated(elements); elements 1896 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::styleAttributeInvalidated(const Vector<Element*>& elements) elements 1899 Source/core/inspector/InspectorDOMAgent.cpp for (unsigned i = 0, size = elements.size(); i < size; ++i) { elements 1900 Source/core/inspector/InspectorDOMAgent.cpp Element* element = elements.at(i); elements 169 Source/core/inspector/InspectorDOMAgent.h void styleAttributeInvalidated(const Vector<Element*>& elements); elements 196 Source/core/plugins/PluginOcclusionSupport.cpp const Vector<RefPtr<Element> >& elements = document->topLayerElements(); elements 197 Source/core/plugins/PluginOcclusionSupport.cpp size_t start = ancestor ? elements.find(ancestor) + 1 : 0; elements 198 Source/core/plugins/PluginOcclusionSupport.cpp for (size_t i = start; i < elements.size(); ++i) elements 199 Source/core/plugins/PluginOcclusionSupport.cpp addTreeToOcclusions(elements[i]->renderer(), frameRect, occlusions); elements 196 Source/core/svg/SVGDocumentExtensions.cpp SVGPendingElements* elements = it->value.get(); elements 197 Source/core/svg/SVGDocumentExtensions.cpp ASSERT(elements); elements 199 Source/core/svg/SVGDocumentExtensions.cpp if (elements->contains(element)) elements 230 Source/core/svg/SVGDocumentExtensions.cpp SVGPendingElements* elements = it->value.get(); elements 231 Source/core/svg/SVGDocumentExtensions.cpp ASSERT(elements); elements 232 Source/core/svg/SVGDocumentExtensions.cpp ASSERT(!elements->isEmpty()); elements 234 Source/core/svg/SVGDocumentExtensions.cpp elements->remove(element); elements 235 Source/core/svg/SVGDocumentExtensions.cpp if (elements->isEmpty()) elements 252 Source/core/svg/SVGDocumentExtensions.cpp SVGPendingElements* elements = it->value.get(); elements 253 Source/core/svg/SVGDocumentExtensions.cpp ASSERT(elements); elements 254 Source/core/svg/SVGDocumentExtensions.cpp ASSERT(!elements->isEmpty()); elements 256 Source/core/svg/SVGDocumentExtensions.cpp elements->remove(element); elements 257 Source/core/svg/SVGDocumentExtensions.cpp if (elements->isEmpty()) elements 326 Source/core/svg/SVGDocumentExtensions.cpp if (HashSet<SVGElement*>* elements = m_elementDependencies.get(referencedElement)) { elements 327 Source/core/svg/SVGDocumentExtensions.cpp elements->add(referencingElement); elements 331 Source/core/svg/SVGDocumentExtensions.cpp OwnPtr<HashSet<SVGElement*> > elements = adoptPtr(new HashSet<SVGElement*>); elements 332 Source/core/svg/SVGDocumentExtensions.cpp elements->add(referencingElement); elements 333 Source/core/svg/SVGDocumentExtensions.cpp m_elementDependencies.set(referencedElement, elements.release()); elements 133 Source/modules/indexeddb/IDBKeyPath.cpp void IDBParseKeyPath(const String& keyPath, Vector<String>& elements, IDBKeyPathParseError& error) elements 162 Source/modules/indexeddb/IDBKeyPath.cpp elements.append(element); elements 65 Source/platform/exported/WebHTTPBody.cpp return m_private->elements().size(); elements 72 Source/platform/exported/WebHTTPBody.cpp if (index >= m_private->elements().size()) elements 75 Source/platform/exported/WebHTTPBody.cpp const FormDataElement& element = m_private->elements()[index]; elements 114 Source/platform/network/FormData.h const Vector<FormDataElement>& elements() const { return m_elements; } elements 153 Source/platform/network/FormData.h return a.elements() == b.elements(); elements 870 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::didAssociateFormControls(const Vector<RefPtr<Element> >& elements) elements 874 Source/web/ChromeClientImpl.cpp WebVector<WebNode> elementVector(static_cast<size_t>(elements.size())); elements 875 Source/web/ChromeClientImpl.cpp size_t elementsCount = elements.size(); elements 877 Source/web/ChromeClientImpl.cpp elementVector[i] = elements[i]; elements 55 Source/web/WebHistoryItem.cpp for (size_t i = 0; i < formData->elements().size(); ++i) { elements 56 Source/web/WebHistoryItem.cpp const FormDataElement& element = formData->elements()[i]; elements 201 Source/web/WebSearchableFormData.cpp Vector<FormAssociatedElement*> elements = form->associatedElements(); elements 202 Source/web/WebSearchableFormData.cpp for (Vector<FormAssociatedElement*>::const_iterator i(elements.begin()); i != elements.end(); ++i) {