Searched refs:lastTextNode (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/ |
D | ShadowRoot.cpp | 179 Text* lastTextNode = 0; in recalcStyle() local 182 toText(child)->recalcTextStyle(change, lastTextNode); in recalcStyle() 183 lastTextNode = toText(child); in recalcStyle() 186 toElement(child)->recalcStyle(change, lastTextNode); in recalcStyle() 188 lastTextNode = 0; in recalcStyle()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | UIUtils.js | 1073 var lastTextNode = textNodeSnapshot.snapshotItem(endIndex); 1074 var lastText = lastTextNode.textContent; 1075 lastTextNode.textContent = lastText.substring(endOffset - nodeRanges[endIndex].offset); 1076 …changes.push({ node: lastTextNode, type: "changed", oldText: lastText, newText: lastTextNode.textC… 1079 lastTextNode.parentElement.insertBefore(highlightNode, lastTextNode); 1080 …es.push({ node: highlightNode, type: "added", nextSibling: lastTextNode, parent: lastTextNode.pare… 1084 lastTextNode.parentElement.insertBefore(prefixNode, highlightNode); 1085 … node: prefixNode, type: "added", nextSibling: highlightNode, parent: lastTextNode.parentElement }… 1107 nodeRanges[startIndex].length = lastTextNode.textContent.length;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 479 Node lastTextNode=null; in nextNode() local 494 lastTextNode=n; in nextNode() 588 next=lastTextNode; // Advance the DOM cursor over contiguous text in nextNode()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 1639 Text* lastTextNode = 0; in recalcChildStyle() local 1642 toText(child)->recalcTextStyle(change, lastTextNode); in recalcChildStyle() 1643 lastTextNode = toText(child); in recalcChildStyle() 1648 element->recalcStyle(change, lastTextNode); in recalcChildStyle() 1653 lastTextNode = 0; in recalcChildStyle()
|