Searched refs:childLength (Results 1 - 8 of 8) sorted by relevance

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_characterdataappenddata.js100 var childLength;
114 childLength = childValue.length;
115 assertEquals("characterdataAppendDataAssert",24,childLength);
H A Dhc_characterdatadeletedatagetlengthanddata.js104 var childLength;
121 childLength = child.length;
123 assertEquals("length",30,childLength);
H A Dhc_characterdatagetlength.js96 var childLength;
109 childLength = childValue.length;
110 assertEquals("characterdataGetLengthAssert",15,childLength);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_characterdataappenddata.js100 var childLength;
114 childLength = childValue.length;
115 assertEquals("characterdataAppendDataAssert",24,childLength);
H A Dhc_characterdatadeletedatagetlengthanddata.js104 var childLength;
121 childLength = child.length;
123 assertEquals("length",30,childLength);
H A Dhc_characterdatagetlength.js96 var childLength;
109 childLength = childValue.length;
110 assertEquals("characterdataGetLengthAssert",15,childLength);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dinfoset03.js103 var childLength;
132 childLength = childValue.length;
133 assertEquals("content1",18,childLength);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1476 guint childLength = accessibilityObjectLength(child); local
1477 currentOffset = childLength + childPosition;
1488 childPosition += childLength;

Completed in 94 milliseconds