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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.h 82 bool hasDirectionAuto() const;
HTMLElement.cpp 669 bool HTMLElement::hasDirectionAuto() const
677 if (!(selfOrAncestorHasDirAutoAttribute() && hasDirectionAuto())) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 245 // FIXME: This line is surprisingly hot, we may wish to inline hasDirectionAuto into StyleResolver.
246 if (candidate.isHTMLElement() && toHTMLElement(candidate).hasDirectionAuto())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 728 milliseconds