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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 69 virtual const AtomicString& value() const OVERRIDE { return m_element->getAttribute(HTMLNames::classAttr); }
70 virtual void setValue(const AtomicString& value) OVERRIDE { m_element->setAttribute(HTMLNames::classAttr, value); }
HTMLViewSourceDocument.cpp 84 div->setAttribute(classAttr, "webkit-line-gutter-backdrop");
193 span->setAttribute(classAttr, className);
206 td->setAttribute(classAttr, "webkit-line-number");
212 td->setAttribute(classAttr, "webkit-line-content");
300 anchor->setAttribute(classAttr, classValue);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 116 htmlElement.get()->setAttribute(HTMLNames::classAttr, getAttribute(HTMLNames::classAttr));
VTTParser.cpp 509 child->setAttribute(classAttr, m_token.classes());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 139 if (element().getAttribute(classAttr) != candidate.getAttribute(classAttr))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.h 110 return attrName == HTMLNames::classAttr;
Element.h 752 return getAttribute(HTMLNames::classAttr);
753 return fastGetAttribute(HTMLNames::classAttr);
    [all...]
Element.cpp     [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 80 , m_className(SVGAnimatedString::create(this, HTMLNames::classAttr, SVGString::create()))
663 if (name == HTMLNames::classAttr) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 101 if (!isHTMLBRElement(node) || toElement(node)->getAttribute(classAttr) != interchangeNewlineClassString)
110 if (!node->isHTMLElement() || toHTMLElement(node)->getAttribute(classAttr) != convertedSpaceSpanClassString)
428 if (!node || !node->hasTagName(blockquoteTag) || toElement(node)->getAttribute(classAttr) != ApplePasteAsQuotation)
    [all...]
htmlediting.cpp 830 if (!isHTMLSpanElement(node) || toElement(node)->getAttribute(classAttr) != AppleTabSpanClass)
852 spanElement->setAttribute(classAttr, AppleTabSpanClass);
    [all...]
markup.cpp     [all...]
ApplyStyleCommand.cpp 69 if (!elem->hasLocalName(spanAttr) || elem->getAttribute(classAttr) != styleSpanClassString())
81 if (element->getAttribute(classAttr) == styleSpanClassString())
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 121 if (elem.getAttribute(classAttr) != "Apple-style-span")
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp     [all...]

Completed in 338 milliseconds