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

  /external/webkit/WebCore/rendering/
RenderWidget.cpp 67 ScrollView* currentParent = child->parent();
69 if (newParent != currentParent) {
70 if (currentParent)
71 currentParent->removeChild(child);
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 80 int currentParent = 0; // current parent - default is document root
693 // int w1 = currentParent;
700 // currentParent = ourslot;
803 // previousSibling = currentParent;
804 // nodes.readSlot(currentParent, gotslot);
805 // currentParent = gotslot[1] & 0xFFFF;
850 // int w1 = currentParent;
    [all...]

Completed in 62 milliseconds