HomeSort by relevance Sort by last modified time
    Searched refs:lChild (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
cdatasectionnormalize.java 65 Element lChild;
71 lChild = (Element) nameList.item(1);
72 lChild.normalize();
73 childNodes = lChild.getChildNodes();
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 147 RenderObject* lChild = lastChild();
149 if (lChild) {
150 newChild->setPreviousSibling(lChild);
151 lChild->setNextSibling(newChild);

Completed in 653 milliseconds