HomeSort by relevance Sort by last modified time
    Searched full:dirattr (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 148 if (name == alignAttr || name == contenteditableAttr || name == hiddenAttr || name == langAttr || name.matches(XMLNames::langAttr) || name == draggableAttr || name == dirAttr)
184 } else if (name == dirAttr) {
311 if (name == dirAttr) {
614 return toValidDirValue(fastGetAttribute(dirAttr));
619 setAttribute(dirAttr, value);
629 return node->isHTMLElement() && (isHTMLBDIElement(*node) || toHTMLElement(node)->hasAttribute(dirAttr));
660 const AtomicString& direction = fastGetAttribute(dirAttr);
697 AtomicString dirAttributeValue = toElement(node)->fastGetAttribute(dirAttr);
    [all...]
HTMLDocument.cpp 233 addLocalNameToSet(attrSet, dirAttr);
HTMLTextFormControlElement.cpp 640 const AtomicString& dirAttributeValue = element->fastGetAttribute(dirAttr);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp     [all...]
ApplyStyleCommand.cpp 527 if (element->hasAttribute(dirAttr)) {
530 removeNodeAttribute(element, dirAttr);
    [all...]
Editor.cpp     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 2436 static const attrspec dirattr[] = { local
    [all...]

Completed in 244 milliseconds