Searched refs:snapshotLength (Results 1 – 8 of 8) sorted by relevance
1042 var snapshotLength = textNodeSnapshot.snapshotLength;1043 if (snapshotLength === 0)1048 for (var i = 0; i < snapshotLength; ++i) {1061 …while (startIndex < snapshotLength && nodeRanges[startIndex].offset + nodeRanges[startIndex].lengt…1064 …while (endIndex < snapshotLength && nodeRanges[endIndex].offset + nodeRanges[endIndex].length < en…1066 if (endIndex === snapshotLength)
69 unsigned long snapshotLength(ExceptionState&) const;
43 [RaisesException=Getter] readonly attribute unsigned long snapshotLength;
171 unsigned long XPathResult::snapshotLength(ExceptionState& exceptionState) const in snapshotLength() function in WebCore::XPathResult
1006 unsigned long size = result->snapshotLength(exceptionState); in performSearch()
1529 for (var i = 0, length = query.snapshotLength; i < length; i++)
9908 for (var i = 0, length = query.snapshotLength; i < length; i++)
1834 for (var i = 0, length = query.snapshotLength; i < length; i++)