Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp141 const AtomicString& HTMLDocument::bodyAttributeValue(const QualifiedName& name) const in bodyAttributeValue() function in WebCore::HTMLDocument
162 return bodyAttributeValue(bgcolorAttr); in bgColor()
172 return bodyAttributeValue(textAttr); in fgColor()
182 return bodyAttributeValue(alinkAttr); in alinkColor()
192 return bodyAttributeValue(linkAttr); in linkColor()
202 return bodyAttributeValue(vlinkAttr); in vlinkColor()
DHTMLDocument.h92 const AtomicString& bodyAttributeValue(const QualifiedName&) const;