/external/webkit/Source/WebCore/html/ |
ClassList.cpp | 42 m_classNamesForQuirksMode.set(m_element->fastGetAttribute(classAttr), false); 88 const AtomicString& oldClassName(m_element->fastGetAttribute(classAttr)); 90 m_element->setAttribute(classAttr, token); 93 m_element->setAttribute(classAttr, newClassName); 110 const AtomicString& newClassName(removeToken(m_element->fastGetAttribute(classAttr), token)); 111 m_element->setAttribute(classAttr, newClassName); 129 return m_element->fastGetAttribute(classAttr);
|
HTMLViewSourceDocument.cpp | 86 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-gutter-backdrop")); 192 attrs->addAttribute(Attribute::createMapped(classAttr, className)); 209 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-number")); 217 attrs->addAttribute(Attribute::createMapped(classAttr, "webkit-line-content")); 310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue));
|
HTMLElement.cpp | 135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr) [all...] |
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
typeinfoisderivedfrom64.js | 93 var classAttr; 105 classAttr = acElem.getAttributeNode("class"); 106 attrTypeInfo = classAttr.schemaTypeInfo;
|
typeinfogettypenamespace03.js | 97 var classAttr; 109 classAttr = acElem.getAttributeNode("class"); 110 attrTypeInfo = classAttr.schemaTypeInfo;
|
/external/webkit/Source/WebCore/svg/ |
SVGStyledElement.cpp | 51 DEFINE_ANIMATED_STRING(SVGStyledElement, HTMLNames::classAttr, ClassName, className) 283 attributeToPropertyTypeMap.set(HTMLNames::classAttr, AnimatedString); 311 if (attrName.matches(HTMLNames::classAttr)) 327 if (attrName.matches(HTMLNames::classAttr)) 346 if (attrName == anyQName() || attrName.matches(HTMLNames::classAttr))
|
/external/webkit/Source/WebCore/wml/ |
WMLElement.cpp | 65 || attr->name() == HTMLNames::classAttr
|
/external/webkit/Source/WebCore/editing/ |
ApplyStyleCommand.cpp | 69 return elem->hasLocalName(spanAttr) && elem->getAttribute(classAttr) == styleSpanClassString(); 79 return (!inlineStyleDecl || inlineStyleDecl->isEmpty()) && elem->getAttribute(classAttr) == styleSpanClassString(); 104 return map->isEmpty() || (map->length() == 1 && elem->getAttribute(classAttr) == styleSpanClassString()); 110 fontNode->setAttribute(classAttr, styleSpanClassString()); 117 styleElement->setAttribute(classAttr, styleSpanClassString()); [all...] |
ReplaceSelectionCommand.cpp | 101 static_cast<const Element *>(node)->getAttribute(classAttr) == interchangeNewlineClassString; 108 static_cast<const HTMLElement *>(node)->getAttribute(classAttr) == convertedSpaceSpanClassString; 405 return node && node->hasTagName(blockquoteTag) && node->isElementNode() && static_cast<const Element*>(node)->getAttribute(classAttr) == ApplePasteAsQuotation; 533 removeNodeAttribute(static_cast<Element*>(node), classAttr); [all...] |
ApplyBlockElementCommand.cpp | 280 element->setAttribute(classAttr, m_className);
|
htmlediting.cpp | 875 return node && node->hasTagName(spanTag) && node->isElementNode() && static_cast<const Element *>(node)->getAttribute(classAttr) == AppleTabSpanClass; 916 spanElement->setAttribute(classAttr, AppleTabSpanClass); [all...] |
markup.cpp | [all...] |
/external/webkit/Source/WebCore/dom/ |
StyledElement.cpp | 238 else if (attr->name() == classAttr)
|
Element.cpp | [all...] |
Node.cpp | [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
EditorClientQt.cpp | 105 return element->getAttribute(classAttr) == "needsDeletionUI";
|
/external/chromium/net/tools/testserver/ |
xmppserver.py | 21 __pychecker__ = 'no-classattr'
|
/external/webkit/Source/WebCore/css/ |
CSSSelector.cpp | 687 return classAttr;
|
CSSStyleSelector.cpp | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderTreeAsText.cpp | 186 if (elem->getAttribute(classAttr) != "Apple-style-span")
|
/external/webkit/Source/WebKit/chromium/src/ |
EditorClientImpl.cpp | 101 && elem->getAttribute(HTMLNames::classAttr) == "needsDeletionUI"; [all...] |