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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.h 65 virtual AtomicString value() const OVERRIDE { return m_element->getAttribute(HTMLNames::classAttr); }
66 virtual void setValue(const AtomicString& value) OVERRIDE { m_element->setAttribute(HTMLNames::classAttr, value); }
HTMLViewSourceDocument.cpp 78 div->setAttribute(classAttr, "webkit-line-gutter-backdrop");
186 span->setAttribute(classAttr, className);
199 td->setAttribute(classAttr, "webkit-line-number");
205 td->setAttribute(classAttr, "webkit-line-content");
291 anchor->setAttribute(classAttr, classValue);
HTMLElement.cpp 303 if (isIdAttributeName(name) || name == classAttr || name == styleAttr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 116 htmlElement.get()->setAttribute(HTMLNames::classAttr, getAttribute(HTMLNames::classAttr));
VTTParser.cpp 572 child->setAttribute(classAttr, m_token.classes());
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.cpp 137 if (element().getAttribute(classAttr) != candidate.getAttribute(classAttr))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 168 return attrName == HTMLNames::classAttr;
Element.h 774 return getAttribute(HTMLNames::classAttr)
    [all...]
Element.cpp     [all...]
Node.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 54 DEFINE_ANIMATED_STRING(SVGElement, HTMLNames::classAttr, ClassName, className)
684 else if (name == HTMLNames::classAttr) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 101 return node && node->hasTagName(brTag) && toElement(node)->getAttribute(classAttr) == interchangeNewlineClassString;
107 return node->isHTMLElement() && toHTMLElement(node)->getAttribute(classAttr) == convertedSpaceSpanClassString;
422 return node && node->hasTagName(blockquoteTag) && node->isElementNode() && toElement(node)->getAttribute(classAttr) == ApplePasteAsQuotation;
    [all...]
htmlediting.cpp 858 return node && node->hasTagName(spanTag) && node->isElementNode() && toElement(node)->getAttribute(classAttr) == AppleTabSpanClass;
891 spanElement->setAttribute(classAttr, AppleTabSpanClass);
    [all...]
markup.cpp     [all...]
ApplyStyleCommand.cpp 67 return elem->hasLocalName(spanAttr) && elem->getAttribute(classAttr) == styleSpanClassString();
76 if (element->getAttribute(classAttr) == styleSpanClassString())
    [all...]
EditingStyle.cpp     [all...]
  /external/chromium/net/tools/testserver/
xmppserver.py 21 __pychecker__ = 'no-classattr'
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 20 __pychecker__ = 'no-classattr'
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 122 if (elem->getAttribute(classAttr) != "Apple-style-span")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObjectPython.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm     [all...]

Completed in 571 milliseconds