HomeSort by relevance Sort by last modified time
    Searched refs:TABLE (Results 51 - 75 of 159) sorted by null

1 23 4 5 6 7

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement15.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The frame attribute specifies which external table borders to render.
80 Retrieve the frame attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement16.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The rules attribute specifies which internal table borders to render.
80 Retrieve the rules attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement17.js 49 docsLoaded += preload(docRef, "doc", "table");
79 of a table.
81 Retrieve the summary attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
106 assertEquals("summaryLink","HTML Control Table",vsummary);
HTMLTableElement18.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The width attribute specifies the desired table width.
80 Retrieve the width attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement27.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLCollection05.js 80 Retrieve the first TABLE element and create a HTMLCollection by invoking
102 nodeList = doc.getElementsByTagName("table");
HTMLTableElement01.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement02.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the CAPTION element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement03.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement04.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the THEAD element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement05.js 49 docsLoaded += preload(docRef, "doc", "table");
81 TABLE element and examine its value.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement06.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the TFOOT element from within the first TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement10.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The align attribute specifies the table's position with respect to the
81 Retrieve the align attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement11.js 49 docsLoaded += preload(docRef, "doc", "table");
80 Retrieve the bgColor attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement12.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The border attribute specifies the width of the border around the table.
80 Retrieve the border attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement13.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the cellpadding attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement14.js 49 docsLoaded += preload(docRef, "doc", "table");
81 Retrieve the cellSpacing attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
HTMLTableElement15.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The frame attribute specifies which external table borders to render.
80 Retrieve the frame attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement16.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The rules attribute specifies which internal table borders to render.
80 Retrieve the rules attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement17.js 49 docsLoaded += preload(docRef, "doc", "table");
79 of a table.
81 Retrieve the summary attribute of the first TABLE element and examine
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
106 assertEquals("summaryLink","HTML Control Table",vsummary);
HTMLTableElement18.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The width attribute specifies the desired table width.
80 Retrieve the width attribute of the first TABLE element and examine
99 doc = load(docRef, "doc", "table");
100 nodeList = doc.getElementsByTagName("table");
HTMLTableElement27.js 49 docsLoaded += preload(docRef, "doc", "table");
78 The deleteCaption() method deletes the table caption.
80 Delete the CAPTION element on the second TABLE element.
100 doc = load(docRef, "doc", "table");
101 nodeList = doc.getElementsByTagName("table");
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr.js 4 var CREATE_HEALTH_TABLE = 'CREATE TABLE IF NOT EXISTS health (key VARCHAR(16) PRIMARY KEY);';
multiple-transactions-on-different-handles.js 53 // We need to guarantee that the Test table exists before we run our test.
54 // Therefore, the test code is in the successCallback of the transaction that creates the table.
59 // Create the Test table if it does not exist
60 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);", [],
63 log("Creating the Test table failed: " + error.message);
65 // The Test table was created successfully
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 45 String TABLE = Tables.RAW_CONTACTS;
184 * the raw_contacts table.
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,

Completed in 246 milliseconds

1 23 4 5 6 7