Home
last modified time | relevance | path

Searched refs:cStringValue (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DElement.h183 void setCStringAttribute(const QualifiedName&, const char* cStringValue);
DElement.cpp141 void Element::setCStringAttribute(const QualifiedName& name, const char* cStringValue) in setCStringAttribute() argument
144 setAttribute(name, AtomicString(cStringValue), ec); in setCStringAttribute()