Searched refs:aLink (Results 1 - 9 of 9) sorted by relevance

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLBodyElement01.js78 The aLink attribute specifies the color of active links.
80 Retrieve the aLink attribute and examine its value.
102 valink = testNode.aLink;
H A Dbody01.js101 valink = testNode.aLink;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLBodyElement01.js78 The aLink attribute specifies the color of active links.
80 Retrieve the aLink attribute and examine its value.
102 valink = testNode.aLink;
H A Dbody01.js101 valink = testNode.aLink;
/external/webkit/Source/WebCore/html/
H A DHTMLBodyElement.idl24 attribute [Reflect] DOMString aLink;
H A DHTMLBodyElement.h39 String aLink() const;
H A DHTMLDocument.cpp205 return bodyElement->aLink();
217 if (bodyElement->aLink() != value)
H A DHTMLBodyElement.cpp216 String HTMLBodyElement::aLink() const function in class:WebCore::HTMLBodyElement
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h406 @property(copy) NSString *aLink; variable

Completed in 172 milliseconds