Home | History | Annotate | Download | only in sync

Lines Matching refs:browser_index

374     int browser_index = bnode->parent()->GetIndexOf(bnode);
375 if (browser_index == 0) {
379 bnode->parent()->GetChild(browser_index - 1);
385 if (browser_index == bnode->parent()->child_count() - 1) {
389 bnode->parent()->GetChild(browser_index + 1);