Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DUIUtils.js765 var firstText = firstTextNode.textContent;
772 … firstTextNode.textContent = firstText.substring(0, startOffset - nodeRanges[startIndex].offset);
773 …changes.push({ node: firstTextNode, type: "changed", oldText: firstText, newText: firstTextNode.te…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py856 def firstText(self, text=None, recursive=True): member in Tag