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

  /external/e2fsprogs/e2fsck/
dict.c 682 dnode_t *nextparent = next->parent; local
695 child->parent = nextparent;
697 if (nextparent->left == next) {
698 nextparent->left = child;
700 assert (nextparent->right == next);
701 nextparent->right = child;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 425 ContainerNode* nextParent = next ? next->parentNode() : 0;
426 if (next != pastEnd && n != nextParent) {
428 for (ContainerNode* parent = lastAncestorClosedOrSelf->parentNode(); parent && parent != nextParent; parent = parent->parentNode()) {
    [all...]

Completed in 458 milliseconds