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

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 40 public static final Tag CAPTION = new TagImpl ("CAPTION");
HTMLTable.java 48 m_caption = IElement.Factory.create (Tag.CAPTION);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement26.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one currently exists the CAPTION element is not created and you
83 can get the align attribute from the CAPTION element that exists.
108 vsection1 = testNode.caption;
112 vcaption = testNode.caption;
HTMLTableElement01.js 78 The caption attribute returns the tables CAPTION.
80 Retrieve the align attribute of the CAPTION element from the second
104 vcaption = testNode.caption;
HTMLTableElement02.js 78 The caption attribute returns the tables CAPTION or void if it does not
81 Retrieve the CAPTION element from within the first TABLE element.
104 vcaption = testNode.caption;
HTMLTableElement25.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one does not currently exist the CAPTION element is created.
106 vsection1 = testNode.caption;
110 vsection2 = testNode.caption;
HTMLTableElement27.js 78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
104 vsection1 = testNode.caption;
108 vsection2 = testNode.caption;
table01.js 78 Returns the table's CAPTION, or void if none exists.
79 The value of attribute caption of the table element is read and checked against the expected value.
101 vcaption = testNode.caption;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement26.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one currently exists the CAPTION element is not created and you
83 can get the align attribute from the CAPTION element that exists.
108 vsection1 = testNode.caption;
112 vcaption = testNode.caption;
HTMLTableElement01.js 78 The caption attribute returns the tables CAPTION.
80 Retrieve the align attribute of the CAPTION element from the second
104 vcaption = testNode.caption;
HTMLTableElement02.js 78 The caption attribute returns the tables CAPTION or void if it does not
81 Retrieve the CAPTION element from within the first TABLE element.
104 vcaption = testNode.caption;
HTMLTableElement25.js 78 The createCaption() method creates a new table caption object or returns
81 Create a new CAPTION element on the first TABLE element. Since
82 one does not currently exist the CAPTION element is created.
106 vsection1 = testNode.caption;
110 vsection2 = testNode.caption;
HTMLTableElement27.js 78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
104 vsection1 = testNode.caption;
108 vsection2 = testNode.caption;
table01.js 78 Returns the table's CAPTION, or void if none exists.
79 The value of attribute caption of the table element is read and checked against the expected value.
101 vcaption = testNode.caption;
  /external/emma/lib/
emma.jar 

Completed in 988 milliseconds