Searched refs:setLinkColor (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLDocument.h65 void setLinkColor(const String&);
H A DHTMLDocument.cpp232 void HTMLDocument::setLinkColor(const String& value) function in class:WebCore::HTMLDocument
H A DHTMLBodyElement.cpp133 document()->setLinkColor(col);
/external/webkit/Source/WebCore/dom/
H A DDocument.h652 void setLinkColor(const Color& c) { m_linkColor = c; }

Completed in 1297 milliseconds