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

  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertySynchronizer.h 39 Attribute* old = namedAttrMap->getAttributeItem(attrName);
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 69 Attribute* getAttributeItem(const QualifiedName&) const;
80 if (allowDuplicates || !getAttributeItem(newAttribute->name()))
114 Attribute* getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const;
126 inline Attribute* NamedNodeMap::getAttributeItem(const QualifiedName& name) const
138 inline Attribute* NamedNodeMap::getAttributeItem(const String& name, bool shouldIgnoreAttributeCase) const
NamedNodeMap.cpp 59 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element));
73 Attribute* a = getAttributeItem(name, shouldIgnoreAttributeCase(m_element));
89 Attribute* a = getAttributeItem(name);
111 Attribute* old = getAttributeItem(a->name());
146 Attribute* a = getAttributeItem(name);
222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName());
223 Attribute* newId = other.getAttributeItem(m_element->document()->idAttributeName());
333 Attribute* otherAttr = otherMap->getAttributeItem(attr->name());
353 Attribute* otherAttr = otherMap->getAttributeItem(attr->name());
Element.cpp 641 if (Attribute* attribute = m_attributeMap->getAttributeItem(name, ignoreCase))
669 Attribute* old = attributes(false)->getAttributeItem(localName, false);
704 Attribute* old = attributes(false)->getAttributeItem(name);
810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0;
811 Attribute* newId = list ? list->getAttributeItem(idName) : 0;
946 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName());
957 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName());
    [all...]
Element.h 494 return m_attributeMap && m_attributeMap->getAttributeItem(name);
500 if (Attribute* attribute = m_attributeMap->getAttributeItem(name))
  /external/webkit/Source/WebCore/html/
HTMLParamElement.cpp 69 Attribute* attr = attributes()->getAttributeItem(nameAttr);
HTMLInputElement.cpp 498 if (Attribute* height = map->getAttributeItem(heightAttr))
500 if (Attribute* width = map->getAttributeItem(widthAttr))
502 if (Attribute* align = map->getAttributeItem(alignAttr))
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 443 Attribute* getAttributeItem(const QualifiedName& attributeName)
448 return m_attributes->getAttributeItem(attributeName);
HTMLTreeBuilder.cpp 567 RefPtr<Attribute> actionAttribute = token.getAttributeItem(actionAttr);
574 RefPtr<Attribute> promptAttribute = token.getAttributeItem(promptAttr);
914 RefPtr<Attribute> typeAttribute = token.getAttributeItem(typeAttr);
    [all...]
HTMLConstructionSite.cpp 196 if (!attributes->getAttributeItem(attribute->name()))
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 294 Attribute* attribute = element->attributes(false)->getAttributeItem(attrName);
489 if (attributes()->getAttributeItem(SVGNames::viewBoxAttr))
SVGStyledElement.cpp 392 Attribute* attr = attributeMap()->getAttributeItem(attributeName);
  /external/webkit/Source/WebCore/xml/
XPathFunctions.cpp 596 languageAttribute = attrs->getAttributeItem(XMLNames::langAttr);
  /external/webkit/Source/WebCore/editing/
ApplyStyleCommand.cpp     [all...]

Completed in 246 milliseconds