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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMapElement.cpp 92 if (isIdAttributeName(name) || name == nameAttr) {
93 if (isIdAttributeName(name)) {
HTMLFrameElementBase.cpp 106 else if (isIdAttributeName(name)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 141 bool isIdAttributeName(const QualifiedName&) const;
718 inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const
    [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp     [all...]

Completed in 55 milliseconds