Home | History | Annotate | Download | only in sync

Lines Matching refs:browser_index

609     int browser_index = bnode->parent()->GetIndexOf(bnode);
610 if (browser_index == 0) {
614 bnode->parent()->GetChild(browser_index - 1);
623 if (browser_index + 1 < bnode->parent()->child_count())
624 bnext = bnode->parent()->GetChild(browser_index + 1);