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

  /external/webkit/Source/WebCore/html/parser/
TextDocumentParser.cpp 63 RefPtr<Attribute> styleAttribute = Attribute::createMapped("style", "word-wrap: break-word; white-space: pre-wrap;");
HTMLConstructionSite.cpp 401 RefPtr<Attribute> clone = Attribute::createMapped(attribute->name(), attribute->value());
HTMLToken.h 555 m_attributes->insertAttribute(Attribute::createMapped(name, value), false);
HTMLTreeBuilder.cpp 553 RefPtr<Attribute> mappedAttribute = Attribute::createMapped(nameAttr, isindexTag.localName());
    [all...]
  /external/webkit/Source/WebCore/dom/
Attribute.h 49 static PassRefPtr<Attribute> createMapped(const QualifiedName& name, const AtomicString& value)
53 static PassRefPtr<Attribute> createMapped(const AtomicString& name, const AtomicString& value)
StyledElement.cpp 125 return Attribute::createMapped(name, value);
Document.cpp     [all...]
  /external/webkit/Source/WebCore/html/
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"));
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href));
310 attrs->addAttribute(Attribute::createMapped(classAttr, classValue));
311 attrs->addAttribute(Attribute::createMapped(targetAttr, "_blank"));
312 attrs->addAttribute(Attribute::createMapped(hrefAttr, url));

Completed in 633 milliseconds