Searched defs:styleAttribute (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DTextDocumentParser.cpp63 RefPtr<Attribute> styleAttribute = Attribute::createMapped("style", "word-wrap: break-word; white-space: pre-wrap;"); local
65 attributes->insertAttribute(styleAttribute.release(), false);

Completed in 105 milliseconds