Searched refs:classAttr (Results 1 - 20 of 20) sorted by relevance

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dtypeinfogettypenamespace03.js97 var classAttr;
109 classAttr = acElem.getAttributeNode("class");
110 attrTypeInfo = classAttr.schemaTypeInfo;
H A Dtypeinfoisderivedfrom64.js93 var classAttr;
105 classAttr = acElem.getAttributeNode("class");
106 attrTypeInfo = classAttr.schemaTypeInfo;
/external/webkit/Source/WebCore/html/
H A DClassList.cpp42 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);
H A DHTMLViewSourceDocument.cpp86 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));
H A DHTMLElement.cpp135 if (isIdAttributeName(attr->name()) || attr->name() == classAttr || attr->name() == styleAttr)
/external/webkit/Source/WebCore/wml/
H A DWMLElement.cpp65 || attr->name() == HTMLNames::classAttr
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp51 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/editing/
H A DReplaceSelectionCommand.cpp101 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); local
792 AtomicString classAttributeValue = element->getAttribute(classAttr);
H A DApplyBlockElementCommand.cpp280 element->setAttribute(classAttr, m_className);
H A DApplyStyleCommand.cpp69 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());
H A Dhtmlediting.cpp875 return node && node->hasTagName(spanTag) && node->isElementNode() && static_cast<const Element *>(node)->getAttribute(classAttr) == AppleTabSpanClass;
916 spanElement->setAttribute(classAttr, AppleTabSpanClass);
H A Dmarkup.cpp790 element->setAttribute(classAttr, AppleInterchangeNewline);
822 element->setAttribute(classAttr, AppleInterchangeNewline);
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp238 else if (attr->name() == classAttr)
H A DElement.cpp1405 s = getAttribute(classAttr);
H A DNode.cpp2354 appendAttributeDesc(this, attrs, classAttr, " CLASS=");
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp105 return element->getAttribute(classAttr) == "needsDeletionUI";
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp101 && elem->getAttribute(HTMLNames::classAttr) == "needsDeletionUI";
/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp687 return classAttr;
H A DCSSStyleSelector.cpp1098 if (element->hasClass() && m_element->fastGetAttribute(classAttr) != element->fastGetAttribute(classAttr))
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp186 if (elem->getAttribute(classAttr) != "Apple-style-span")

Completed in 462 milliseconds