Searched refs:vLink (Results 1 - 7 of 7) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLBodyElement06.js78 The vLink attribute specifies the color of links that have been
81 Retrieve the vLink attribute and examine its value.
103 vvlink = testNode.vLink;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLBodyElement06.js78 The vLink attribute specifies the color of links that have been
81 Retrieve the vLink attribute and examine its value.
103 vvlink = testNode.vLink;
/external/webkit/Source/WebCore/html/
H A DHTMLBodyElement.idl29 attribute [Reflect] DOMString vLink;
H A DHTMLBodyElement.h47 String vLink() const;
H A DHTMLDocument.cpp253 return bodyElement->vLink();
265 if (bodyElement->vLink() != value)
H A DHTMLBodyElement.cpp256 String HTMLBodyElement::vLink() const function in class:WebCore::HTMLBodyElement
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h411 @property(copy) NSString *vLink; variable

Completed in 136 milliseconds