Home | History | Annotate | Download | only in dom

Lines Matching defs:setDir

1430 void Document::setDir(const AtomicString& value)
1434 toHTMLHtmlElement(rootElement)->setDir(value);