HomeSort by relevance Sort by last modified time
    Searched refs:aLink (Results 1 - 9 of 9) sorted by null

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement01.js 78 The aLink attribute specifies the color of active links.
80 Retrieve the aLink attribute and examine its value.
102 valink = testNode.aLink;
body01.js 79 The value of attribute alink of the body element is read and checked against the expected value.
101 valink = testNode.aLink;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement01.js 78 The aLink attribute specifies the color of active links.
80 Retrieve the aLink attribute and examine its value.
102 valink = testNode.aLink;
body01.js 79 The value of attribute alink of the body element is read and checked against the expected value.
101 valink = testNode.aLink;
  /external/webkit/Source/WebCore/html/
HTMLBodyElement.idl 24 attribute [Reflect] DOMString aLink;
HTMLBodyElement.h 39 String aLink() const;
HTMLDocument.cpp 205 return bodyElement->aLink();
217 if (bodyElement->aLink() != value)
HTMLBodyElement.cpp 216 String HTMLBodyElement::aLink() const
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 406 @property(copy) NSString *aLink;
    [all...]

Completed in 1196 milliseconds