Searched refs:snapshotLength (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebCore/xml/ |
D | XPathResult.h | 71 unsigned long snapshotLength(ExceptionCode&) const;
|
D | XPathResult.cpp | 171 unsigned long XPathResult::snapshotLength(ExceptionCode& ec) const in snapshotLength() function in WebCore::XPathResult
|
D | XPathResult.idl | 48 readonly attribute unsigned long snapshotLength
|
/external/webkit/WebCore/inspector/front-end/ |
D | InjectedScript.js | 768 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem); 776 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem); 787 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem); 793 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem); 805 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem); 811 addNodesToResults.call(this, result, result.snapshotLength, result.snapshotItem);
|
/external/webkit/WebCore/bindings/objc/ |
D | PublicDOMInterfaces.h | 1222 @property(readonly) unsigned snapshotLength;
|
/external/webkit/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 1529 for (var i = 0, length = query.snapshotLength; i < length; i++)
|
D | concat-jquery-mootools-prototype.js | 9908 for (var i = 0, length = query.snapshotLength; i < length; i++)
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 1005 (WebCore::XPathResult::snapshotLength):
|
D | ChangeLog-2005-12-19 | 26600 (XPathResultImpl::snapshotLength):
|
D | ChangeLog-2006-12-31 | 46214 (-[DOMXPathResult snapshotLength]):
|
D | ChangeLog-2007-10-14 | 47633 (WebCore::XPathResult::snapshotLength): Ditto.
|
D | ChangeLog-2008-08-10 | 62173 (WebCore::XPathResult::snapshotLength):
|