attributes 397 Source/bindings/templates/interface.cpp communicate property attributes. #} attributes 640 Source/bindings/templates/interface.cpp {# Store attributes of type |any| on the wrapper to avoid leaking them attributes 719 Source/bindings/templates/interface.cpp {% for attribute in attributes if attribute.is_unforgeable %} attributes 733 Source/bindings/templates/interface.cpp {% for attribute in attributes attributes 754 Source/bindings/templates/interface.cpp {% for attribute in attributes if attribute.is_expose_js_accessors %} attributes 790 Source/bindings/templates/interface.cpp {% for attribute in attributes attributes 906 Source/bindings/templates/interface.cpp {% for attribute in attributes attributes 1006 Source/bindings/templates/interface.cpp {% for attribute in attributes if attribute.is_static %} attributes 1145 Source/bindings/templates/interface.cpp {% for attribute in attributes if attribute.per_context_enabled_function %} attributes 63 Source/bindings/templates/interface.h {% for attribute in attributes %} attributes 64 Source/bindings/templates/interface_base.cpp {% for attribute in attributes if not attribute.constructor_type %} attributes 79 Source/bindings/templates/interface_base.cpp {% for attribute in attributes if attribute.needs_constructor_getter_callback %} attributes 36 Source/bindings/v8/V8DOMConfiguration.cpp void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate) attributes 39 Source/bindings/v8/V8DOMConfiguration.cpp installAttribute(instanceTemplate, prototype, attributes[i], isolate); attributes 79 Source/bindings/v8/V8DOMConfiguration.cpp void V8DOMConfiguration::installCallbacks(v8::Handle<v8::ObjectTemplate> prototype, v8::Handle<v8::Signature> signature, v8::PropertyAttribute attributes, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate) attributes 88 Source/bindings/v8/V8DOMConfiguration.cpp prototype->Set(v8AtomicString(isolate, callbacks[i].name), functionTemplate, attributes); attributes 93 Source/bindings/v8/V8DOMConfiguration.cpp const AttributeConfiguration* attributes, size_t attributeCount, attributes 112 Source/bindings/v8/V8DOMConfiguration.cpp installAttributes(instanceTemplate, functionDescriptor->PrototypeTemplate(), attributes, attributeCount, isolate); attributes 58 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp RefPtr<CanvasContextAttributes> attributes; attributes 85 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp attributes = webGLAttributes; attributes 94 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp attributes = canvas2DAttributes; attributes 96 Source/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp CanvasRenderingContext* result = impl->getContext(contextId, attributes.get()); attributes 96 Source/core/accessibility/AXObjectCache.cpp CachedAXObjectAttributes attributes; attributes 97 Source/core/accessibility/AXObjectCache.cpp attributes.ignored = inclusion; attributes 98 Source/core/accessibility/AXObjectCache.cpp m_idMapping.set(id, attributes); attributes 155 Source/core/css/RuleFeature.cpp features.attributes.append(selector.attribute().localName()); attributes 222 Source/core/css/RuleFeature.cpp for (Vector<AtomicString>::const_iterator it = features.attributes.begin(); it != features.attributes.end(); ++it) attributes 148 Source/core/css/RuleFeature.h Vector<AtomicString> attributes; attributes 148 Source/core/css/invalidation/DescendantInvalidationSet.cpp void DescendantInvalidationSet::getAttributes(Vector<AtomicString>& attributes) const attributes 153 Source/core/css/invalidation/DescendantInvalidationSet.cpp attributes.append(*it); attributes 65 Source/core/css/invalidation/DescendantInvalidationSet.h void getAttributes(Vector<AtomicString>& attributes) const; attributes 283 Source/core/dom/Element.h NamedNodeMap* attributes() const; attributes 150 Source/core/dom/ElementData.cpp ShareableElementData::ShareableElementData(const Vector<Attribute>& attributes) attributes 151 Source/core/dom/ElementData.cpp : ElementData(attributes.size()) attributes 154 Source/core/dom/ElementData.cpp new (&m_attributeArray[i]) Attribute(attributes[i]); attributes 176 Source/core/dom/ElementData.cpp PassRefPtr<ShareableElementData> ShareableElementData::createWithAttributes(const Vector<Attribute>& attributes) attributes 178 Source/core/dom/ElementData.cpp void* slot = WTF::fastMalloc(sizeForShareableElementDataWithAttributeCount(attributes.size())); attributes 179 Source/core/dom/ElementData.cpp return adoptRef(new (slot) ShareableElementData(attributes)); attributes 34 Source/core/dom/ElementDataCache.cpp inline unsigned attributeHash(const Vector<Attribute>& attributes) attributes 36 Source/core/dom/ElementDataCache.cpp return StringHasher::hashMemory(attributes.data(), attributes.size() * sizeof(Attribute)); attributes 39 Source/core/dom/ElementDataCache.cpp inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElementData& elementData) attributes 41 Source/core/dom/ElementDataCache.cpp if (attributes.size() != elementData.length()) attributes 43 Source/core/dom/ElementDataCache.cpp return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute)); attributes 46 Source/core/dom/ElementDataCache.cpp PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes) attributes 48 Source/core/dom/ElementDataCache.cpp ASSERT(!attributes.isEmpty()); attributes 50 Source/core/dom/ElementDataCache.cpp ShareableElementDataCache::ValueType* it = m_shareableElementDataCache.add(attributeHash(attributes), nullptr).storedValue; attributes 53 Source/core/dom/ElementDataCache.cpp if (it->value && !hasSameAttributes(attributes, *it->value)) attributes 54 Source/core/dom/ElementDataCache.cpp return ShareableElementData::createWithAttributes(attributes); attributes 57 Source/core/dom/ElementDataCache.cpp it->value = ShareableElementData::createWithAttributes(attributes); attributes 97 Source/core/dom/MutationObserver.cpp bool attributes = false; attributes 98 Source/core/dom/MutationObserver.cpp bool attributesPresent = optionsDictionary.get("attributes", attributes); attributes 99 Source/core/dom/MutationObserver.cpp if (attributes || (!attributesPresent && (attributeOldValuePresent || attributeFilterPresent))) attributes 157 Source/core/dom/MutationRecord.cpp DEFINE_STATIC_LOCAL(AtomicString, attributes, ("attributes", AtomicString::ConstructFromLiteral)); attributes 158 Source/core/dom/MutationRecord.cpp return attributes; attributes 137 Source/core/dom/Node.cpp size_t attributes = 0; attributes 166 Source/core/dom/Node.cpp attributes += elementData->length(); attributes 234 Source/core/dom/Node.cpp printf(" Number of Attributes (non-Node and Node): %zu [%zu]\n", attributes, sizeof(Attribute)); attributes 940 Source/core/editing/ApplyStyleCommand.cpp Vector<QualifiedName> attributes; attributes 942 Source/core/editing/ApplyStyleCommand.cpp extractedStyle, attributes, mode == RemoveAlways ? EditingStyle::ExtractMatchingStyle : EditingStyle::DoNotExtractMatchingStyle)) attributes 945 Source/core/editing/ApplyStyleCommand.cpp for (size_t i = 0; i < attributes.size(); i++) attributes 946 Source/core/editing/ApplyStyleCommand.cpp removeNodeAttribute(element, attributes[i]); attributes 479 Source/core/editing/ReplaceSelectionCommand.cpp Vector<QualifiedName> attributes; attributes 489 Source/core/editing/ReplaceSelectionCommand.cpp } else if (newInlineStyle->extractConflictingImplicitStyleOfAttributes(htmlElement, EditingStyle::PreserveWritingDirection, 0, attributes, attributes 492 Source/core/editing/ReplaceSelectionCommand.cpp for (size_t i = 0; i < attributes.size(); i++) attributes 493 Source/core/editing/ReplaceSelectionCommand.cpp removeNodeAttribute(element, attributes[i]); attributes 96 Source/core/html/HTMLCanvasElement.h CanvasRenderingContext* getContext(const String&, CanvasContextAttributes* attributes = 0); attributes 138 Source/core/html/HTMLViewSourceDocument.cpp HTMLToken::AttributeList::const_iterator iter = token.attributes().begin(); attributes 140 Source/core/html/HTMLViewSourceDocument.cpp if (iter == token.attributes().end()) { attributes 2346 Source/core/html/canvas/CanvasRenderingContext2D.cpp RefPtr<Canvas2DContextAttributes> attributes = Canvas2DContextAttributes::create(); attributes 2347 Source/core/html/canvas/CanvasRenderingContext2D.cpp attributes->setAlpha(m_hasAlpha); attributes 2348 Source/core/html/canvas/CanvasRenderingContext2D.cpp return attributes.release(); attributes 84 Source/core/html/canvas/WebGLContextAttributes.h blink::WebGraphicsContext3D::Attributes attributes(const blink::WebString&, Settings*) const; attributes 84 Source/core/html/canvas/WebGLRenderingContext.cpp blink::WebGraphicsContext3D::Attributes attributes = attrs->attributes(document.topDocument().url().string(), settings); attributes 85 Source/core/html/canvas/WebGLRenderingContext.cpp OwnPtr<blink::WebGraphicsContext3D> context = adoptPtr(blink::Platform::current()->createOffscreenGraphicsContext3D(attributes, 0)); attributes 2076 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLContextAttributes> attributes = m_requestedAttributes->clone(); attributes 2080 Source/core/html/canvas/WebGLRenderingContextBase.cpp attributes->setDepth(false); attributes 2082 Source/core/html/canvas/WebGLRenderingContextBase.cpp attributes->setStencil(false); attributes 2083 Source/core/html/canvas/WebGLRenderingContextBase.cpp attributes->setAntialias(m_drawingBuffer->multisample()); attributes 2084 Source/core/html/canvas/WebGLRenderingContextBase.cpp return attributes.release(); attributes 5372 Source/core/html/canvas/WebGLRenderingContextBase.cpp blink::WebGraphicsContext3D::Attributes attributes = m_requestedAttributes->attributes(canvas()->document().topDocument().url().string(), settings); attributes 5373 Source/core/html/canvas/WebGLRenderingContextBase.cpp OwnPtr<blink::WebGraphicsContext3D> context = adoptPtr(blink::Platform::current()->createOffscreenGraphicsContext3D(attributes, 0)); attributes 5512 Source/core/html/canvas/WebGLRenderingContextBase.cpp RefPtr<WebGLContextAttributes> attributes = getContextAttributes(); attributes 5513 Source/core/html/canvas/WebGLRenderingContextBase.cpp haveStencilBuffer = attributes->stencil(); attributes 74 Source/core/html/parser/AtomicHTMLToken.h Vector<Attribute>& attributes() attributes 80 Source/core/html/parser/AtomicHTMLToken.h const Vector<Attribute>& attributes() const attributes 132 Source/core/html/parser/AtomicHTMLToken.h initializeAttributes(token.attributes()); attributes 164 Source/core/html/parser/AtomicHTMLToken.h m_attributes.reserveInitialCapacity(token.attributes().size()); attributes 165 Source/core/html/parser/AtomicHTMLToken.h for (Vector<CompactHTMLToken::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) { attributes 189 Source/core/html/parser/AtomicHTMLToken.h AtomicHTMLToken(HTMLToken::Type type, const AtomicString& name, const Vector<Attribute>& attributes = Vector<Attribute>()) attributes 193 Source/core/html/parser/AtomicHTMLToken.h , m_attributes(attributes) attributes 201 Source/core/html/parser/AtomicHTMLToken.h void initializeAttributes(const HTMLToken::AttributeList& attributes); attributes 223 Source/core/html/parser/AtomicHTMLToken.h inline void AtomicHTMLToken::initializeAttributes(const HTMLToken::AttributeList& attributes) attributes 225 Source/core/html/parser/AtomicHTMLToken.h size_t size = attributes.size(); attributes 232 Source/core/html/parser/AtomicHTMLToken.h const HTMLToken::Attribute& attribute = attributes[i]; attributes 65 Source/core/html/parser/CompactHTMLToken.cpp m_attributes.reserveInitialCapacity(token->attributes().size()); attributes 66 Source/core/html/parser/CompactHTMLToken.cpp for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it) attributes 59 Source/core/html/parser/CompactHTMLToken.h const Vector<Attribute>& attributes() const { return m_attributes; } attributes 64 Source/core/html/parser/HTMLConstructionSite.cpp element->stripScriptingAttributes(token->attributes()); attributes 65 Source/core/html/parser/HTMLConstructionSite.cpp element->parserSetAttributes(token->attributes()); attributes 393 Source/core/html/parser/HTMLConstructionSite.cpp if (token->attributes().isEmpty()) attributes 396 Source/core/html/parser/HTMLConstructionSite.cpp for (unsigned i = 0; i < token->attributes().size(); ++i) { attributes 397 Source/core/html/parser/HTMLConstructionSite.cpp const Attribute& tokenAttribute = token->attributes().at(i); attributes 755 Source/core/html/parser/HTMLConstructionSite.cpp AtomicHTMLToken fakeToken(HTMLToken::StartTag, item->localName(), item->attributes()); attributes 137 Source/core/html/parser/HTMLFormattingElementList.cpp size_t newItemAttributeCount = newItem->attributes().size(); attributes 149 Source/core/html/parser/HTMLFormattingElementList.cpp if (candidate->attributes().size() != newItemAttributeCount) attributes 173 Source/core/html/parser/HTMLFormattingElementList.cpp const Vector<Attribute>& attributes = newItem->attributes(); attributes 174 Source/core/html/parser/HTMLFormattingElementList.cpp for (size_t i = 0; i < attributes.size(); ++i) { attributes 175 Source/core/html/parser/HTMLFormattingElementList.cpp const Attribute& attribute = attributes[i]; attributes 181 Source/core/html/parser/HTMLFormattingElementList.cpp ASSERT(newItem->attributes().size() == candidate->attributes().size()); attributes 56 Source/core/html/parser/HTMLMetaCharsetParser.cpp const HTMLToken::AttributeList& tokenAttributes = m_token.attributes(); attributes 57 Source/core/html/parser/HTMLMetaCharsetParser.cpp HTMLAttributeList attributes; attributes 61 Source/core/html/parser/HTMLMetaCharsetParser.cpp attributes.append(std::make_pair(attributeName, attributeValue)); attributes 64 Source/core/html/parser/HTMLMetaCharsetParser.cpp m_encoding = encodingFromMetaAttributes(attributes); attributes 322 Source/core/html/parser/HTMLParserIdioms.cpp WTF::TextEncoding encodingFromMetaAttributes(const HTMLAttributeList& attributes) attributes 328 Source/core/html/parser/HTMLParserIdioms.cpp for (HTMLAttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) { attributes 127 Source/core/html/parser/HTMLPreloadScanner.cpp void processAttributes(const HTMLToken::AttributeList& attributes) attributes 132 Source/core/html/parser/HTMLPreloadScanner.cpp for (HTMLToken::AttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) { attributes 139 Source/core/html/parser/HTMLPreloadScanner.cpp void processAttributes(const Vector<CompactHTMLToken::Attribute>& attributes) attributes 143 Source/core/html/parser/HTMLPreloadScanner.cpp for (Vector<CompactHTMLToken::Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) attributes 368 Source/core/html/parser/HTMLPreloadScanner.cpp scanner.processAttributes(token.attributes()); attributes 70 Source/core/html/parser/HTMLStackItem.h const Vector<Attribute>& attributes() const { ASSERT(m_tokenLocalName); return m_tokenAttributes; } attributes 229 Source/core/html/parser/HTMLStackItem.h , m_tokenAttributes(token->attributes()) attributes 54 Source/core/html/parser/HTMLToken.h static inline Attribute* findAttributeInVector(Vector<Attribute>& attributes, const QualifiedName& name) attributes 56 Source/core/html/parser/HTMLToken.h for (unsigned i = 0; i < attributes.size(); ++i) { attributes 57 Source/core/html/parser/HTMLToken.h if (attributes.at(i).name().matches(name)) attributes 58 Source/core/html/parser/HTMLToken.h return &attributes.at(i); attributes 354 Source/core/html/parser/HTMLToken.h const AttributeList& attributes() const attributes 435 Source/core/html/parser/HTMLTreeBuilder.cpp void HTMLTreeBuilder::processFakeStartTag(const QualifiedName& tagName, const Vector<Attribute>& attributes) attributes 438 Source/core/html/parser/HTMLTreeBuilder.cpp AtomicHTMLToken fakeToken(HTMLToken::StartTag, tagName.localName(), attributes); attributes 535 Source/core/html/parser/HTMLTreeBuilder.cpp for (unsigned i = 0; i < token->attributes().size(); ++i) { attributes 536 Source/core/html/parser/HTMLTreeBuilder.cpp Attribute& tokenAttribute = token->attributes().at(i); attributes 580 Source/core/html/parser/HTMLTreeBuilder.cpp for (unsigned i = 0; i < token->attributes().size(); ++i) { attributes 581 Source/core/html/parser/HTMLTreeBuilder.cpp Attribute& tokenAttribute = token->attributes().at(i); attributes 153 Source/core/html/parser/HTMLTreeBuilder.h void processFakeStartTag(const QualifiedName&, const Vector<Attribute>& attributes = Vector<Attribute>()); attributes 59 Source/core/html/parser/TextDocumentParser.cpp Vector<Attribute> attributes; attributes 60 Source/core/html/parser/TextDocumentParser.cpp attributes.append(Attribute(styleAttr, "word-wrap: break-word; white-space: pre-wrap;")); attributes 61 Source/core/html/parser/TextDocumentParser.cpp AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes); attributes 143 Source/core/html/parser/XSSAuditor.cpp for (size_t i = 0; i < token.attributes().size(); ++i) { attributes 144 Source/core/html/parser/XSSAuditor.cpp if (equalIgnoringNullity(token.attributes().at(i).name, attrName)) { attributes 465 Source/core/html/parser/XSSAuditor.cpp const HTMLToken::Attribute& nameAttribute = request.token.attributes().at(indexOfNameAttribute); attributes 556 Source/core/html/parser/XSSAuditor.cpp for (size_t i = 0; i < request.token.attributes().size(); ++i) { attributes 557 Source/core/html/parser/XSSAuditor.cpp const HTMLToken::Attribute& attribute = request.token.attributes().at(i); attributes 578 Source/core/html/parser/XSSAuditor.cpp const HTMLToken::Attribute& attribute = request.token.attributes().at(indexOfAttribute); attributes 741 Source/core/inspector/InspectorCSSAgent.cpp RefPtr<TypeBuilder::CSS::CSSStyle> attributes = buildObjectForAttributesStyle(element); attributes 742 Source/core/inspector/InspectorCSSAgent.cpp attributesStyle = attributes ? attributes.release() : nullptr; attributes 127 Source/core/inspector/InspectorCSSAgent.h virtual void getInlineStylesForNode(ErrorString*, int nodeId, RefPtr<TypeBuilder::CSS::CSSStyle>& inlineStyle, RefPtr<TypeBuilder::CSS::CSSStyle>& attributes) OVERRIDE; attributes 164 Source/core/loader/FormSubmission.cpp PassRefPtr<FormSubmission> FormSubmission::create(HTMLFormElement* form, const Attributes& attributes, PassRefPtrWillBeRawPtr<Event> event, FormSubmissionTrigger trigger) attributes 179 Source/core/loader/FormSubmission.cpp copiedAttributes.copyFrom(attributes); attributes 235 Source/core/loader/FormSubmission.cpp formData = domFormData->createFormData(domFormData->encoding(), attributes.method() == GetMethod ? FormData::FormURLEncoded : FormData::parseEncodingType(encodingType)); attributes 78 Source/core/page/PageSerializer.cpp HTMLAttributeList attributes; attributes 84 Source/core/page/PageSerializer.cpp attributes.append(std::make_pair(attribute.name().localName(), attribute.value().string())); attributes 87 Source/core/page/PageSerializer.cpp WTF::TextEncoding textEncoding = encodingFromMetaAttributes(attributes); attributes 46 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const attributes 48 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x1(), attributes.y1()); attributes 51 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp FloatPoint RenderSVGResourceLinearGradient::endPoint(const LinearGradientAttributes& attributes) const attributes 53 Source/core/rendering/svg/RenderSVGResourceLinearGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.x2(), attributes.y2()); attributes 203 Source/core/rendering/svg/RenderSVGResourcePattern.cpp static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes, attributes 208 Source/core/rendering/svg/RenderSVGResourcePattern.cpp return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundingBox, attributes.x(), attributes.y(), attributes.width(), attributes.height()); attributes 212 Source/core/rendering/svg/RenderSVGResourcePattern.cpp const PatternAttributes& attributes, attributes 221 Source/core/rendering/svg/RenderSVGResourcePattern.cpp patternBoundaries = calculatePatternBoundaries(attributes, objectBoundingBox, patternElement); attributes 225 Source/core/rendering/svg/RenderSVGResourcePattern.cpp AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes.preserveAspectRatio(), patternBoundaries.width(), patternBoundaries.height()); attributes 230 Source/core/rendering/svg/RenderSVGResourcePattern.cpp else if (attributes.patternContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) attributes 236 Source/core/rendering/svg/RenderSVGResourcePattern.cpp PassOwnPtr<ImageBuffer> RenderSVGResourcePattern::createTileImage(const PatternAttributes& attributes, attributes 265 Source/core/rendering/svg/RenderSVGResourcePattern.cpp if (attributes.patternContentUnits() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) attributes 269 Source/core/rendering/svg/RenderSVGResourcePattern.cpp for (Element* element = ElementTraversal::firstWithin(*attributes.patternContentElement()); element; element = ElementTraversal::nextSibling(*element)) { attributes 47 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp FloatPoint RenderSVGResourceRadialGradient::centerPoint(const RadialGradientAttributes& attributes) const attributes 49 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.cx(), attributes.cy()); attributes 52 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp FloatPoint RenderSVGResourceRadialGradient::focalPoint(const RadialGradientAttributes& attributes) const attributes 54 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolvePoint(element(), attributes.gradientUnits(), attributes.fx(), attributes.fy()); attributes 57 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp float RenderSVGResourceRadialGradient::radius(const RadialGradientAttributes& attributes) const attributes 59 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.r()); attributes 62 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp float RenderSVGResourceRadialGradient::focalRadius(const RadialGradientAttributes& attributes) const attributes 64 Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp return SVGLengthContext::resolveLength(element(), attributes.gradientUnits(), attributes.fr()); attributes 103 Source/core/rendering/svg/RenderSVGText.cpp static inline void collectLayoutAttributes(RenderObject* text, Vector<SVGTextLayoutAttributes*>& attributes) attributes 107 Source/core/rendering/svg/RenderSVGText.cpp attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes()); attributes 179 Source/core/rendering/svg/RenderSVGText.cpp SVGTextLayoutAttributes* attributes = 0; attributes 181 Source/core/rendering/svg/RenderSVGText.cpp attributes = newLayoutAttributes[i]; attributes 182 Source/core/rendering/svg/RenderSVGText.cpp if (m_layoutAttributes.find(attributes) == kNotFound) { attributes 186 Source/core/rendering/svg/RenderSVGText.cpp ASSERT_UNUSED(child, attributes->context() == child); attributes 187 Source/core/rendering/svg/RenderSVGText.cpp findPreviousAndNextAttributes(this, attributes->context(), previous, next); attributes 191 Source/core/rendering/svg/RenderSVGText.cpp m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(attributes->context()); attributes 201 Source/core/rendering/svg/RenderSVGText.cpp ASSERT(m_layoutAttributes.find(newLayoutAttributes[i]) != kNotFound || newLayoutAttributes[i] == attributes); attributes 537 Source/core/rendering/svg/SVGRenderTreeAsText.cpp PatternAttributes attributes; attributes 538 Source/core/rendering/svg/SVGRenderTreeAsText.cpp toSVGPatternElement(pattern->element())->collectPatternAttributes(attributes); attributes 540 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeNameValuePair(ts, "patternUnits", attributes.patternUnits()); attributes 541 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeNameValuePair(ts, "patternContentUnits", attributes.patternContentUnits()); attributes 543 Source/core/rendering/svg/SVGRenderTreeAsText.cpp AffineTransform transform = attributes.patternTransform(); attributes 552 Source/core/rendering/svg/SVGRenderTreeAsText.cpp LinearGradientAttributes attributes; attributes 553 Source/core/rendering/svg/SVGRenderTreeAsText.cpp toSVGLinearGradientElement(gradient->element())->collectGradientAttributes(attributes); attributes 554 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.gradientUnits()); attributes 556 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << " [start=" << gradient->startPoint(attributes) << "] [end=" << gradient->endPoint(attributes) << "]\n"; attributes 562 Source/core/rendering/svg/SVGRenderTreeAsText.cpp RadialGradientAttributes attributes; attributes 563 Source/core/rendering/svg/SVGRenderTreeAsText.cpp toSVGRadialGradientElement(gradient->element())->collectGradientAttributes(attributes); attributes 564 Source/core/rendering/svg/SVGRenderTreeAsText.cpp writeCommonGradientProperties(ts, attributes.spreadMethod(), attributes.gradientTransform(), attributes.gradientUnits()); attributes 566 Source/core/rendering/svg/SVGRenderTreeAsText.cpp FloatPoint focalPoint = gradient->focalPoint(attributes); attributes 567 Source/core/rendering/svg/SVGRenderTreeAsText.cpp FloatPoint centerPoint = gradient->centerPoint(attributes); attributes 568 Source/core/rendering/svg/SVGRenderTreeAsText.cpp float radius = gradient->radius(attributes); attributes 569 Source/core/rendering/svg/SVGRenderTreeAsText.cpp float focalRadius = gradient->focalRadius(attributes); attributes 220 Source/core/rendering/svg/SVGRootInlineBox.cpp static inline void findFirstAndLastAttributesInVector(Vector<SVGTextLayoutAttributes*>& attributes, RenderSVGInlineText* firstContext, RenderSVGInlineText* lastContext, attributes 226 Source/core/rendering/svg/SVGRootInlineBox.cpp unsigned attributesSize = attributes.size(); attributes 228 Source/core/rendering/svg/SVGRootInlineBox.cpp SVGTextLayoutAttributes* current = attributes[i]; attributes 244 Source/core/rendering/svg/SVGRootInlineBox.cpp Vector<SVGTextLayoutAttributes*>& attributes = *reinterpret_cast<Vector<SVGTextLayoutAttributes*>*>(userData); attributes 269 Source/core/rendering/svg/SVGRootInlineBox.cpp findFirstAndLastAttributesInVector(attributes, &firstContext, &lastContext, firstAttributes, lastAttributes); attributes 281 Source/core/rendering/svg/SVGRootInlineBox.cpp void SVGRootInlineBox::reorderValueLists(Vector<SVGTextLayoutAttributes*>& attributes) attributes 284 Source/core/rendering/svg/SVGRootInlineBox.cpp collectLeafBoxesInLogicalOrder(leafBoxesInLogicalOrder, reverseInlineBoxRangeAndValueListsIfNeeded, &attributes); attributes 136 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp SVGTextLayoutAttributes* attributes = text->layoutAttributes(); attributes 137 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp Vector<SVGTextMetrics>* textMetricsValues = &attributes->textMetricsValues(); attributes 140 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp attributes->clear(); attributes 171 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp attributes->characterDataMap().set(textPosition + 1, it->value); attributes 112 Source/core/svg/SVGLinearGradientElement.cpp static void setGradientAttributes(SVGGradientElement* element, LinearGradientAttributes& attributes, bool isLinear = true) attributes 114 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified()) attributes 115 Source/core/svg/SVGLinearGradientElement.cpp attributes.setSpreadMethod(element->spreadMethod()->currentValue()->enumValue()); attributes 117 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified()) attributes 118 Source/core/svg/SVGLinearGradientElement.cpp attributes.setGradientUnits(element->gradientUnits()->currentValue()->enumValue()); attributes 120 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) { attributes 123 Source/core/svg/SVGLinearGradientElement.cpp attributes.setGradientTransform(transform); attributes 126 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasStops()) { attributes 129 Source/core/svg/SVGLinearGradientElement.cpp attributes.setStops(stops); attributes 135 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasX1() && linear->x1()->isSpecified()) attributes 136 Source/core/svg/SVGLinearGradientElement.cpp attributes.setX1(linear->x1()->currentValue()); attributes 138 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasY1() && linear->y1()->isSpecified()) attributes 139 Source/core/svg/SVGLinearGradientElement.cpp attributes.setY1(linear->y1()->currentValue()); attributes 141 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasX2() && linear->x2()->isSpecified()) attributes 142 Source/core/svg/SVGLinearGradientElement.cpp attributes.setX2(linear->x2()->currentValue()); attributes 144 Source/core/svg/SVGLinearGradientElement.cpp if (!attributes.hasY2() && linear->y2()->isSpecified()) attributes 145 Source/core/svg/SVGLinearGradientElement.cpp attributes.setY2(linear->y2()->currentValue()); attributes 149 Source/core/svg/SVGLinearGradientElement.cpp bool SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes) attributes 157 Source/core/svg/SVGLinearGradientElement.cpp setGradientAttributes(current, attributes); attributes 173 Source/core/svg/SVGLinearGradientElement.cpp setGradientAttributes(current, attributes, isSVGLinearGradientElement(*current)); attributes 148 Source/core/svg/SVGPatternElement.cpp static void setPatternAttributes(const SVGPatternElement* element, PatternAttributes& attributes) attributes 150 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasX() && element->x()->isSpecified()) attributes 151 Source/core/svg/SVGPatternElement.cpp attributes.setX(element->x()->currentValue()); attributes 153 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasY() && element->y()->isSpecified()) attributes 154 Source/core/svg/SVGPatternElement.cpp attributes.setY(element->y()->currentValue()); attributes 156 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasWidth() && element->width()->isSpecified()) attributes 157 Source/core/svg/SVGPatternElement.cpp attributes.setWidth(element->width()->currentValue()); attributes 159 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasHeight() && element->height()->isSpecified()) attributes 160 Source/core/svg/SVGPatternElement.cpp attributes.setHeight(element->height()->currentValue()); attributes 162 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasViewBox() && element->viewBox()->isSpecified() && element->viewBox()->currentValue()->isValid()) attributes 163 Source/core/svg/SVGPatternElement.cpp attributes.setViewBox(element->viewBox()->currentValue()->value()); attributes 165 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasPreserveAspectRatio() && element->preserveAspectRatio()->isSpecified()) attributes 166 Source/core/svg/SVGPatternElement.cpp attributes.setPreserveAspectRatio(element->preserveAspectRatio()->currentValue()); attributes 168 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasPatternUnits() && element->patternUnits()->isSpecified()) attributes 169 Source/core/svg/SVGPatternElement.cpp attributes.setPatternUnits(element->patternUnits()->currentValue()->enumValue()); attributes 171 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasPatternContentUnits() && element->patternContentUnits()->isSpecified()) attributes 172 Source/core/svg/SVGPatternElement.cpp attributes.setPatternContentUnits(element->patternContentUnits()->currentValue()->enumValue()); attributes 174 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasPatternTransform() && element->patternTransform()->isSpecified()) { attributes 177 Source/core/svg/SVGPatternElement.cpp attributes.setPatternTransform(transform); attributes 180 Source/core/svg/SVGPatternElement.cpp if (!attributes.hasPatternContentElement() && ElementTraversal::firstWithin(*element)) attributes 181 Source/core/svg/SVGPatternElement.cpp attributes.setPatternContentElement(element); attributes 184 Source/core/svg/SVGPatternElement.cpp void SVGPatternElement::collectPatternAttributes(PatternAttributes& attributes) const attributes 190 Source/core/svg/SVGPatternElement.cpp setPatternAttributes(current, attributes); attributes 126 Source/core/svg/SVGRadialGradientElement.cpp static void setGradientAttributes(SVGGradientElement* element, RadialGradientAttributes& attributes, bool isRadial = true) attributes 128 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasSpreadMethod() && element->spreadMethod()->isSpecified()) attributes 129 Source/core/svg/SVGRadialGradientElement.cpp attributes.setSpreadMethod(element->spreadMethod()->currentValue()->enumValue()); attributes 131 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasGradientUnits() && element->gradientUnits()->isSpecified()) attributes 132 Source/core/svg/SVGRadialGradientElement.cpp attributes.setGradientUnits(element->gradientUnits()->currentValue()->enumValue()); attributes 134 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasGradientTransform() && element->gradientTransform()->isSpecified()) { attributes 137 Source/core/svg/SVGRadialGradientElement.cpp attributes.setGradientTransform(transform); attributes 140 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasStops()) { attributes 143 Source/core/svg/SVGRadialGradientElement.cpp attributes.setStops(stops); attributes 149 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasCx() && radial->cx()->isSpecified()) attributes 150 Source/core/svg/SVGRadialGradientElement.cpp attributes.setCx(radial->cx()->currentValue()); attributes 152 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasCy() && radial->cy()->isSpecified()) attributes 153 Source/core/svg/SVGRadialGradientElement.cpp attributes.setCy(radial->cy()->currentValue()); attributes 155 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasR() && radial->r()->isSpecified()) attributes 156 Source/core/svg/SVGRadialGradientElement.cpp attributes.setR(radial->r()->currentValue()); attributes 158 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasFx() && radial->fx()->isSpecified()) attributes 159 Source/core/svg/SVGRadialGradientElement.cpp attributes.setFx(radial->fx()->currentValue()); attributes 161 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasFy() && radial->fy()->isSpecified()) attributes 162 Source/core/svg/SVGRadialGradientElement.cpp attributes.setFy(radial->fy()->currentValue()); attributes 164 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasFr() && radial->fr()->isSpecified()) attributes 165 Source/core/svg/SVGRadialGradientElement.cpp attributes.setFr(radial->fr()->currentValue()); attributes 169 Source/core/svg/SVGRadialGradientElement.cpp bool SVGRadialGradientElement::collectGradientAttributes(RadialGradientAttributes& attributes) attributes 177 Source/core/svg/SVGRadialGradientElement.cpp setGradientAttributes(current, attributes); attributes 193 Source/core/svg/SVGRadialGradientElement.cpp setGradientAttributes(current, attributes, isSVGRadialGradientElement(*current)); attributes 201 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasFx()) attributes 202 Source/core/svg/SVGRadialGradientElement.cpp attributes.setFx(attributes.cx()); attributes 204 Source/core/svg/SVGRadialGradientElement.cpp if (!attributes.hasFy()) attributes 205 Source/core/svg/SVGRadialGradientElement.cpp attributes.setFy(attributes.cy()); attributes 144 Source/core/xml/XMLErrors.cpp Vector<Attribute> attributes; attributes 145 Source/core/xml/XMLErrors.cpp attributes.append(Attribute(styleAttr, "white-space: normal")); attributes 147 Source/core/xml/XMLErrors.cpp paragraph->parserSetAttributes(attributes); attributes 120 Source/core/xml/parser/XMLDocumentParser.cpp int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes) attributes 136 Source/core/xml/parser/XMLDocumentParser.cpp m_attributes[i * 5 + j] = xmlStrdup(attributes[i * 5 + j]); attributes 137 Source/core/xml/parser/XMLDocumentParser.cpp int length = attributes[i * 5 + 4] - attributes[i * 5 + 3]; attributes 138 Source/core/xml/parser/XMLDocumentParser.cpp m_attributes[i * 5 + 3] = xmlStrndup(attributes[i * 5 + 3], length); attributes 900 Source/core/xml/parser/XMLDocumentParser.cpp xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); attributes 902 Source/core/xml/parser/XMLDocumentParser.cpp int valueLength = static_cast<int>(attributes[i].end - attributes[i].value); attributes 903 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrValue = toAtomicString(attributes[i].value, valueLength); attributes 904 Source/core/xml/parser/XMLDocumentParser.cpp String attrPrefix = toString(attributes[i].prefix); attributes 905 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri); attributes 906 Source/core/xml/parser/XMLDocumentParser.cpp AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname); attributes 1557 Source/core/xml/parser/XMLDocumentParser.cpp HashMap<String, String> attributes; attributes 1573 Source/core/xml/parser/XMLDocumentParser.cpp xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); attributes 1575 Source/core/xml/parser/XMLDocumentParser.cpp String attrLocalName = toString(attributes[i].localname); attributes 1576 Source/core/xml/parser/XMLDocumentParser.cpp int valueLength = (int) (attributes[i].end - attributes[i].value); attributes 1577 Source/core/xml/parser/XMLDocumentParser.cpp String attrValue = toString(attributes[i].value, valueLength); attributes 1578 Source/core/xml/parser/XMLDocumentParser.cpp String attrPrefix = toString(attributes[i].prefix); attributes 1581 Source/core/xml/parser/XMLDocumentParser.cpp state->attributes.set(attrQName, attrValue); attributes 1599 Source/core/xml/parser/XMLDocumentParser.cpp return state.attributes; attributes 125 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp CFDictionaryRef attributes = CTRunGetAttributes(ctRun); attributes 126 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));