Home
last modified time | relevance | path

Searched defs:linkColor (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
Dtst_qwebhistoryinterface.cpp91 QString linkColor = anchor.styleProperty("color", QWebElement::ComputedStyle); in visitedLinks() local
/external/webkit/Source/WebCore/html/
DHTMLDocument.cpp222 String HTMLDocument::linkColor() in linkColor() function in WebCore::HTMLDocument
/external/webkit/Source/WebCore/dom/
DDocument.h649 const Color& linkColor() const { return m_linkColor; } in linkColor() function