HomeSort by relevance Sort by last modified time
    Searched refs:fastGetAttribute (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGHKernElement.cpp 64 String u1 = fastGetAttribute(SVGNames::u1Attr);
65 String g1 = fastGetAttribute(SVGNames::g1Attr);
66 String u2 = fastGetAttribute(SVGNames::u2Attr);
67 String g2 = fastGetAttribute(SVGNames::g2Attr);
76 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).string().toFloat();
SVGVKernElement.cpp 65 String u1 = fastGetAttribute(SVGNames::u1Attr);
66 String g1 = fastGetAttribute(SVGNames::g1Attr);
67 String u2 = fastGetAttribute(SVGNames::u2Attr);
68 String g2 = fastGetAttribute(SVGNames::g2Attr);
77 kerningPair.kerning = fastGetAttribute(SVGNames::kAttr).string().toFloat();
SVGFontFaceNameElement.cpp 44 return CSSFontFaceSrcValue::createLocal(fastGetAttribute(SVGNames::nameAttr));
SVGFontFaceElement.cpp 127 const AtomicString& value = fastGetAttribute(units_per_emAttr);
136 return static_cast<int>(ceilf(fastGetAttribute(x_heightAttr).toFloat()));
147 return m_fontElement->fastGetAttribute(horiz_origin_xAttr).toFloat();
158 return m_fontElement->fastGetAttribute(horiz_origin_yAttr).toFloat();
169 return m_fontElement->fastGetAttribute(horiz_adv_xAttr).toFloat();
180 const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_xAttr);
195 const AtomicString& value = m_fontElement->fastGetAttribute(vert_origin_yAttr);
209 const AtomicString& value = m_fontElement->fastGetAttribute(vert_adv_yAttr);
222 const AtomicString& ascentValue = fastGetAttribute(ascentAttr);
227 const AtomicString& vertOriginY = m_fontElement->fastGetAttribute(vert_origin_yAttr)
    [all...]
SVGGlyphElement.cpp 115 AtomicString value(element->fastGetAttribute(name));
125 buildPathFromString(element->fastGetAttribute(SVGNames::dAttr), identifier.pathData);
154 identifier.glyphName = fastGetAttribute(SVGNames::glyph_nameAttr);
155 identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
156 identifier.arabicForm = parseArabicForm(fastGetAttribute(SVGNames::arabic_formAttr));
158 String language = fastGetAttribute(SVGNames::langAttr);
SVGAltGlyphElement.cpp 66 return fastGetAttribute(SVGNames::glyphRefAttr);
76 return fastGetAttribute(SVGNames::formatAttr);
SVGStyleElement.cpp 80 const AtomicString& n = fastGetAttribute(SVGNames::mediaAttr);
91 return fastGetAttribute(SVGNames::titleAttr);
  /external/chromium_org/third_party/WebKit/Source/core/html/
DateInputType.cpp 80 const Decimal stepBase = parseToNumber(element()->fastGetAttribute(minAttr), 0);
81 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(DateComponents::minimumDate()));
82 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), Decimal::fromDouble(DateComponents::maximumDate()));
83 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
118 if (!parseToDateComponents(element()->fastGetAttribute(minAttr), &layoutParameters.minimum))
120 if (!parseToDateComponents(element()->fastGetAttribute(maxAttr), &layoutParameters.maximum))
WeekInputType.cpp 78 const Decimal stepBase = parseToNumber(element()->fastGetAttribute(minAttr), weekDefaultStepBase);
79 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(DateComponents::minimumWeek()));
80 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), Decimal::fromDouble(DateComponents::maximumWeek()));
81 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
116 if (!parseToDateComponents(element()->fastGetAttribute(minAttr), &layoutParameters.minimum))
118 if (!parseToDateComponents(element()->fastGetAttribute(maxAttr), &layoutParameters.maximum))
DateTimeLocalInputType.cpp 92 const Decimal stepBase = parseToNumber(element()->fastGetAttribute(minAttr), 0);
93 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(DateComponents::minimumDateTime()));
94 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), Decimal::fromDouble(DateComponents::maximumDateTime()));
95 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
164 if (!parseToDateComponents(element()->fastGetAttribute(minAttr), &layoutParameters.minimum))
166 if (!parseToDateComponents(element()->fastGetAttribute(maxAttr), &layoutParameters.maximum))
MonthInputType.cpp 114 const Decimal stepBase = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(monthDefaultStepBase));
115 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(DateComponents::minimumMonth()));
116 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), Decimal::fromDouble(DateComponents::maximumMonth()));
117 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
161 if (!parseToDateComponents(element()->fastGetAttribute(minAttr), &layoutParameters.minimum))
163 if (!parseToDateComponents(element()->fastGetAttribute(maxAttr), &layoutParameters.maximum))
TimeInputType.cpp 101 const Decimal stepBase = parseToNumber(element()->fastGetAttribute(minAttr), 0);
102 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), Decimal::fromDouble(DateComponents::minimumTime()));
103 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), Decimal::fromDouble(DateComponents::maximumTime()));
104 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
167 if (!parseToDateComponents(element()->fastGetAttribute(minAttr), &layoutParameters.minimum))
169 if (!parseToDateComponents(element()->fastGetAttribute(maxAttr), &layoutParameters.maximum))
BaseTextInputType.cpp 42 const AtomicString& rawPattern = element()->fastGetAttribute(patternAttr);
TextInputType.cpp 50 const AtomicString& type = element()->fastGetAttribute(typeAttr);
HTMLBaseElement.cpp 78 return fastGetAttribute(targetAttr);
87 const AtomicString& attributeValue = fastGetAttribute(hrefAttr);
HTMLMetaElement.cpp 75 const AtomicString& contentValue = fastGetAttribute(contentAttr);
90 const AtomicString& httpEquivValue = fastGetAttribute(http_equivAttr);
NumberInputType.cpp 170 const Decimal stepBase = parseToDecimalForNumberType(element()->fastGetAttribute(minAttr), numberDefaultStepBase);
173 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), -floatMax);
174 const Decimal maximum = parseToNumber(element()->fastGetAttribute(maxAttr), floatMax);
175 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
183 const String stepString = element()->fastGetAttribute(stepAttr);
187 const Decimal minimum = parseToDecimalForNumberType(element()->fastGetAttribute(minAttr));
191 const Decimal maximum = parseToDecimalForNumberType(element()->fastGetAttribute(maxAttr));
HTMLMarqueeElement.cpp 54 if (fastGetAttribute(truespeedAttr).isEmpty()) {
127 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok);
142 int scrollDelay = fastGetAttribute(scrolldelayAttr).toInt(&ok);
157 int loopValue = fastGetAttribute(loopAttr).toInt(&ok);
HTMLParamElement.cpp 55 return fastGetAttribute(valueAttr);
HTMLKeygenElement.cpp 84 const AtomicString& keyType = fastGetAttribute(keytypeAttr);
87 String value = signedPublicKeyAndChallengeString(shadowSelect()->selectedIndex(), fastGetAttribute(challengeAttr), document()->baseURL());
RangeInputType.cpp 126 const Decimal minimum = parseToNumber(element()->fastGetAttribute(minAttr), rangeDefaultMinimum);
127 const Decimal maximum = ensureMaximum(parseToNumber(element()->fastGetAttribute(maxAttr), rangeDefaultMaximum), minimum, rangeDefaultMaximum);
129 const AtomicString& precisionValue = element()->fastGetAttribute(precisionAttr);
135 const Decimal step = StepRange::parseStep(anyStepHandling, stepDescription, element()->fastGetAttribute(stepAttr));
200 const Decimal step = equalIgnoringCase(element()->fastGetAttribute(stepAttr), "any") ? (stepRange.maximum() - stepRange.minimum()) / 100 : stepRange.step();
HTMLFormControlsCollection.cpp 90 if (elementsArray[i]->isEnumeratable() && element->fastGetAttribute(attrName) == name)
99 if (element->fastGetAttribute(attrName) == name)
HTMLTableCellElement.cpp 58 const AtomicString& colSpanValue = fastGetAttribute(colspanAttr);
64 const AtomicString& rowSpanValue = fastGetAttribute(rowspanAttr);
ImageInputType.cpp 181 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(heightAttr), height))
205 if (parseHTMLNonNegativeInteger(element->fastGetAttribute(widthAttr), width))
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 125 if (thisInputElement->fastGetAttribute(typeAttr) != otherInputElement->fastGetAttribute(typeAttr))
127 if (thisInputElement->fastGetAttribute(readonlyAttr) != otherInputElement->fastGetAttribute(readonlyAttr))
184 if (context.element()->fastGetAttribute(XMLNames::langAttr) != sharingCandidate->fastGetAttribute(XMLNames::langAttr))
186 if (context.element()->fastGetAttribute(langAttr) != sharingCandidate->fastGetAttribute(langAttr))

Completed in 284 milliseconds

1 2 3