/external/webkit/Source/WebCore/html/ |
D | ClassList.cpp | 42 m_classNamesForQuirksMode.set(m_element->fastGetAttribute(classAttr), false); in ClassList() 88 const AtomicString& oldClassName(m_element->fastGetAttribute(classAttr)); in addInternal() 110 const AtomicString& newClassName(removeToken(m_element->fastGetAttribute(classAttr), token)); in removeInternal() 129 return m_element->fastGetAttribute(classAttr); in toString()
|
D | WeekInputType.cpp | 59 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumWeek()); in minimum() 64 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumWeek()); in maximum() 69 return parseToDouble(element()->fastGetAttribute(minAttr), weekDefaultStepBase); in stepBase()
|
D | NumberInputType.cpp | 116 return parseToDouble(element()->fastGetAttribute(minAttr), -numeric_limits<float>::max()); in minimum() 121 return parseToDouble(element()->fastGetAttribute(maxAttr), numeric_limits<float>::max()); in maximum() 149 return parseToDouble(element()->fastGetAttribute(minAttr), defaultStepBase()); in stepBase() 154 …return parseToDoubleWithDecimalPlaces(element()->fastGetAttribute(minAttr), defaultStepBase(), dec… in stepBaseWithDecimalPlaces()
|
D | DateInputType.cpp | 58 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumDate()); in minimum() 63 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumDate()); in maximum()
|
D | DateTimeInputType.cpp | 64 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumDateTime()); in minimum() 69 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumDateTime()); in maximum()
|
D | DateTimeLocalInputType.cpp | 70 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumDateTime()); in minimum() 75 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumDateTime()); in maximum()
|
D | TimeInputType.cpp | 76 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumTime()); in minimum() 81 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumTime()); in maximum()
|
D | HTMLInputElement.cpp | 294 const AtomicString& stepString = fastGetAttribute(stepAttr); in getAllowedValueStepWithDecimalPlaces() 446 OwnPtr<InputType> newType = InputType::create(this, fastGetAttribute(typeAttr)); in updateType() 486 m_data.setValue(sanitizeValue(fastGetAttribute(valueAttr))); in updateType() 728 String alt = fastGetAttribute(altAttr); in altText() 852 value = sanitizeValue(fastGetAttribute(valueAttr)); in value() 966 return fastGetAttribute(placeholderAttr).string(); in placeholder() 1126 return fastGetAttribute(valueAttr); in defaultValue() 1141 return fastGetAttribute(acceptAttr); in accept() 1146 return fastGetAttribute(altAttr); in alt() 1174 return document()->completeURL(fastGetAttribute(srcAttr)); in src() [all …]
|
D | HTMLMarqueeElement.cpp | 134 int scrollAmount = fastGetAttribute(scrollamountAttr).toInt(&ok); in scrollAmount() 149 int scrollDelay = fastGetAttribute(scrolldelayAttr).toInt(&ok); in scrollDelay() 164 int loopValue = fastGetAttribute(loopAttr).toInt(&ok); in loop()
|
D | RangeInputType.cpp | 114 return parseToDouble(element()->fastGetAttribute(minAttr), rangeDefaultMinimum); in minimum() 119 double max = parseToDouble(element()->fastGetAttribute(maxAttr), rangeDefaultMaximum); in maximum() 169 if (equalIgnoringCase(element()->fastGetAttribute(stepAttr), "any")) { in handleKeydownEvent()
|
D | MonthInputType.cpp | 96 return parseToDouble(element()->fastGetAttribute(minAttr), DateComponents::minimumMonth()); in minimum() 101 return parseToDouble(element()->fastGetAttribute(maxAttr), DateComponents::maximumMonth()); in maximum()
|
D | FormAssociatedElement.cpp | 80 … Element* formElement = element->document()->getElementById(element->fastGetAttribute(formAttr)); in insertedIntoTree() 128 const AtomicString& formId(element->fastGetAttribute(formAttr)); in resetFormOwner()
|
D | BaseTextInputType.cpp | 42 const AtomicString& pattern = element()->fastGetAttribute(patternAttr); in patternMismatch()
|
D | HTMLBaseElement.cpp | 72 return fastGetAttribute(targetAttr); in target()
|
D | BaseDateAndTimeInputType.cpp | 125 return parseToDouble(element()->fastGetAttribute(minAttr), defaultStepBase()); in stepBase()
|
D | HTMLScriptElement.cpp | 87 if (element->fastGetAttribute(typeAttr) != "script/cache") in needsOldRequirejsQuirk()
|
D | HTMLElement.cpp | 658 const AtomicString& value = fastGetAttribute(contenteditableAttr); in contentEditable() 860 AtomicString dirAttributeValue = toElement(node)->fastGetAttribute(dirAttr); in directionality()
|
D | HTMLFormControlElement.cpp | 213 const AtomicString& name = fastGetAttribute(nameAttr); in formControlName()
|
D | HTMLFormElement.cpp | 665 return !equalIgnoringCase(fastGetAttribute(autocompleteAttr), "off"); in autoComplete()
|
/external/webkit/Source/WebCore/dom/ |
D | Element.h | 125 const AtomicString& fastGetAttribute(const QualifiedName&) const; 497 inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const in fastGetAttribute() function 523 return fastGetAttribute(document()->idAttributeName()); in getIdAttribute()
|
D | Element.cpp | 271 return fastGetAttribute(name); in getAttribute() 1698 value = static_cast<const Element*>(n)->fastGetAttribute(XMLNames::langAttr); in computeInheritedLanguage() 1700 value = static_cast<const Element*>(n)->fastGetAttribute(HTMLNames::langAttr); in computeInheritedLanguage()
|
D | Document.cpp | 2361 const AtomicString& value = static_cast<Element*>(node)->fastGetAttribute(hrefAttr); in processBaseElement() 2366 … const AtomicString& value = static_cast<Element*>(node)->fastGetAttribute(targetAttr); in processBaseElement()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 856 return &element->fastGetAttribute(hrefAttr); in linkAttribute() 865 return &element->fastGetAttribute(hrefAttr); in linkAttribute() 871 return &element->fastGetAttribute(XLinkNames::hrefAttr); in linkAttribute() 1028 if (element->fastGetAttribute(typeAttr) != m_element->fastGetAttribute(typeAttr)) in canShareStyleWithElement() 1030 …if (element->fastGetAttribute(XMLNames::langAttr) != m_element->fastGetAttribute(XMLNames::langAtt… in canShareStyleWithElement() 1032 if (element->fastGetAttribute(langAttr) != m_element->fastGetAttribute(langAttr)) in canShareStyleWithElement() 1034 if (element->fastGetAttribute(readonlyAttr) != m_element->fastGetAttribute(readonlyAttr)) in canShareStyleWithElement() 1036 if (element->fastGetAttribute(cellpaddingAttr) != m_element->fastGetAttribute(cellpaddingAttr)) in canShareStyleWithElement() 1095 …if (equalIgnoringCase(element->fastGetAttribute(dirAttr), "auto") || equalIgnoringCase(m_element->… in canShareStyleWithElement() 1098 …if (element->hasClass() && m_element->fastGetAttribute(classAttr) != element->fastGetAttribute(cla… in canShareStyleWithElement()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderImage.cpp | 408 return i ? i->document()->getImageMap(i->fastGetAttribute(usemapAttr)) : 0; in imageMap()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityObject.cpp | 881 return element->fastGetAttribute(attribute); in getAttribute()
|