Searched refs:notations (Results 1 – 25 of 47) sorted by relevance
12
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
D | hc_notationsremovenameditemns1.js | 89 var notations; 109 notations = docType.notations; 111 assertNotNull("notationsNotNull",notations); 114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
|
D | hc_notationssetnameditemns1.js | 89 var notations; 110 notations = docType.notations; 112 assertNotNull("notationsNotNull",notations); 116 retval = notations.setNamedItemNS(elem);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
D | hc_notationsremovenameditem1.js | 89 var notations; 109 notations = docType.notations; 111 assertNotNull("notationsNotNull",notations); 116 retval = notations.removeNamedItem("notation1");
|
D | hc_notationssetnameditem1.js | 90 var notations; 111 notations = docType.notations; 113 assertNotNull("notationsNotNull",notations); 117 retval = notations.setNamedItem(elem);
|
D | hc_nodevalue08.js | 111 nodeMap = docType.notations;
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
D | hc_notationsremovenameditem1.js | 89 var notations; 109 notations = docType.notations; 111 assertNotNull("notationsNotNull",notations); 116 retval = notations.removeNamedItem("notation1");
|
D | hc_notationssetnameditem1.js | 90 var notations; 111 notations = docType.notations; 113 assertNotNull("notationsNotNull",notations); 117 retval = notations.setNamedItem(elem);
|
D | hc_nodevalue08.js | 111 nodeMap = docType.notations;
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
D | hc_notationsremovenameditemns1.js | 89 var notations; 109 notations = docType.notations; 111 assertNotNull("notationsNotNull",notations); 114 retval = notations.removeNamedItemNS("http://www.w3.org/1999/xhtml","alpha");
|
D | hc_notationssetnameditemns1.js | 89 var notations; 110 notations = docType.notations; 112 assertNotNull("notationsNotNull",notations); 116 retval = notations.setNamedItemNS(elem);
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
D | noderemovechild07.js | 93 var notations; 104 notations = docType.notations; 106 notation = notations.getNamedItem("notation1");
|
D | nodesetuserdata07.js | 93 var notations; 110 notations = docType.notations; 112 notation = notations.getNamedItem("notation1");
|
D | nodegetfeature13.js | 93 var notations; 104 notations = doctype.notations; 106 node = notations.getNamedItem("notation1");
|
D | nodeisequalnode26.js | 121 notationsMap1 = docType1.notations; 123 notationsMap2 = docType2.notations;
|
D | nodegettextcontent05.js | 102 notationsMap = docType.notations;
|
D | nodesettextcontent04.js | 103 notationsMap = docType.notations;
|
D | nodecomparedocumentposition24.js | 102 notaionsMap = docType.notations;
|
D | nodeissamenode08.js | 104 entitiesMap = docType.notations;
|
D | nodelookupnamespaceuri04.js | 108 notationsMap = docType.notations;
|
D | nodeisequalnode27.js | 107 notationsMap = docType.notations;
|
D | nodegetbaseuri13.js | 104 notationsMap = docType.notations;
|
D | documentadoptnode19.js | 101 notationMap = docType.notations;
|
D | nodelookupprefix04.js | 108 notationsMap = docType.notations;
|
D | noderemovechild27.js | 109 notationsMap = docType.notations;
|
D | nodecomparedocumentposition22.js | 107 notationsMap = docType.notations;
|
12