Home | History | Annotate | Download | only in sync

Lines Matching refs:browser_index

530     int browser_index = bnode->parent()->GetIndexOf(bnode);
531 if (browser_index == 0) {
535 bnode->parent()->GetChild(browser_index - 1);
541 if (browser_index == bnode->parent()->child_count() - 1) {
545 bnode->parent()->GetChild(browser_index + 1);