HomeSort by relevance Sort by last modified time
    Searched refs:dirAttributeValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 640 const AtomicString& dirAttributeValue = element->fastGetAttribute(dirAttr);
641 if (dirAttributeValue.isNull())
644 if (equalIgnoringCase(dirAttributeValue, "rtl") || equalIgnoringCase(dirAttributeValue, "ltr"))
645 return dirAttributeValue;
647 if (equalIgnoringCase(dirAttributeValue, "auto")) {
HTMLElement.cpp 697 AtomicString dirAttributeValue = toElement(node)->fastGetAttribute(dirAttr);
698 if (isValidDirAttribute(dirAttributeValue)) {
    [all...]

Completed in 57 milliseconds