Searched refs:isId (Results 1 - 25 of 43) sorted by relevance

12

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dattrisid07.js79 The method isId returns whether this attribute is known to be of type ID or not.
82 isId returns true. The use of Element.setIdAttributeNS() makes 'isId' a user-determined ID attribute.
84 Since user data assocated to the imported node is not carried over, verify that the method isId
90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Attr-isId
115 id = attr.isId;
119 id = attrImported.isId;
H A Delementsetidattribute01.js109 id = attr.isId;
117 id = attr.isId;
H A Delementsetidattributens01.js80 isId on the attribute node and getElementById on document node. Call setIdAttributeNS with isId=false to reset.
81 isId should now return false.
110 id = attr.isId;
118 id = attr.isId;
H A Delementsetidattribute08.js114 id = attr.isId;
120 id = attr.isId;
126 id = attr.isId;
H A Delementsetidattribute10.js79 isId values. Verify by calling isId on the attribute.
108 id = attr.isId;
112 id = attr.isId;
116 id = attr.isId;
H A Delementsetidattributens12.js84 noNamespaceSchemaLocation attribute of the first, second and third acronym element. Verify by calling isId on
121 id = attr.isId;
127 id = attr.isId;
133 id = attr.isId;
H A Dattrisid06.js78 Invoke isId on a new Attr node. Check if the value returned is false.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Attr-isId
97 id = attr.isId;
H A Delementsetidattribute03.js110 id = attr.isId;
118 id = attr.isId;
H A Delementsetidattribute04.js110 id = attr.isId;
118 id = attr.isId;
H A Delementsetidattribute07.js114 id = attr.isId;
120 id = attr.isId;
H A Delementsetidattribute09.js116 id = attr.isId;
122 id = attr.isId;
H A Delementsetidattribute11.js109 id = attr.isId;
118 id = attr.isId;
H A Delementsetidattributenode01.js79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
80 to reset. Invoke isId on the attribute node should return false.
109 id = attr.isId;
117 id = attr.isId;
H A Delementsetidattributenode02.js79 isID on the attribute node and getElementById on document node. Call setIdAttributeNode again with isId=false
80 to reset. Invoke isId on the attribute node should return false.
109 id = attr.isId;
117 id = attr.isId;
H A Delementsetidattributenode03.js80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
111 id = attr.isId;
119 id = attr.isId;
H A Delementsetidattributenode04.js80 Call setIdAttributeNode again with isId=false to reset. Invoke isId on the attribute node should return false.
111 id = attr.isId;
119 id = attr.isId;
H A Delementsetidattributenode07.js112 id = attr.isId;
119 id = attr.isId;
H A Delementsetidattributenode08.js117 id = attr.isId;
124 id = attr.isId;
H A Delementsetidattributenode10.js84 as a parameter . Verify by calling isId on the attribute node and getElementById on document node.
85 Reset by invoking setIdAttributeNode with isId=false.
114 id = attr.isId;
122 id = attr.isId;
H A Delementsetidattributens02.js81 element of typeID. Call setIdAttributeNS with isId=false to reset. Method isId should now return false.
111 id = attr.isId;
120 id = attr.isId;
H A Delementsetidattributens03.js79 isID on the attribute node and getElementById on document node. Call setIdAttributeNS with isId=false to reset.
80 Method isId should now return false.
110 id = attr.isId;
118 id = attr.isId;
H A Delementsetidattributens04.js85 Call setIdAttributeNS with isId=false to reset. Method isId should now return false.
115 id = attr.isId;
123 id = attr.isId;
H A Delementsetidattributens05.js85 Call setIdAttributeNS with isId=false to reset. Method isId should now return false.
115 id = attr.isId;
123 id = attr.isId;
H A Delementsetidattributens10.js84 isId on the attributes and getElementById with different values on document node.
116 id = attr.isId;
122 id = attr.isId;
/external/webkit/Source/WebCore/dom/
H A DAttr.idl43 readonly attribute boolean isId;

Completed in 744 milliseconds

12