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 637 const AtomicString& dirAttributeValue = element->fastGetAttribute(dirAttr);
638 if (dirAttributeValue.isNull())
641 if (equalIgnoringCase(dirAttributeValue, "rtl") || equalIgnoringCase(dirAttributeValue, "ltr"))
642 return dirAttributeValue;
644 if (equalIgnoringCase(dirAttributeValue, "auto")) {
HTMLElement.cpp     [all...]

Completed in 182 milliseconds