Home
last modified time | relevance | path

Searched refs:stayWithinNode (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js46 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument
53 if (!stayWithinNode)
54 stayWithinNode = this;
59 if (node === stayWithinNode) {
61 startNode = stayWithinNode;
79 node = node.traversePreviousNode(stayWithinNode);
83 startNode = stayWithinNode;
94 if (node === stayWithinNode) {
96 endNode = stayWithinNode;
114 node = node.traverseNextNode(stayWithinNode);
[all …]