HomeSort by relevance Sort by last modified time
    Searched defs:textList (Results 1 - 6 of 6) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodelistindexgetlengthofemptylist.java 68 NodeList textList;
74 textList = textNode.getChildNodes();
75 length = (int) textList.getLength();
nodelistindexgetlengthofemptylist.java 70 NodeList textList;
77 textList = textNode.getChildNodes();
78 assertSize("nodelistIndexGetLengthOfEmptyListAssert", 0, textList);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
normalize01.java 74 NodeList textList;
82 textList = firstChild.getChildNodes();
83 textNode = (CharacterData) textList.item(0);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 79 NodeList textList;
87 textList = firstChild.getChildNodes();
88 textNode = (CharacterData) textList.item(0);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 769 Vector<Text*> textList;
788 textList.append(text);
815 return Position(textList[i], (textList[i] == startPosition.anchorNode()) ? remainingOffset + startPosition.offsetInContainerNode() : remainingOffset);
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java     [all...]

Completed in 366 milliseconds