Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:permanent_node

330       const BookmarkNode* permanent_node = root_.GetChild(i);
331 for (int j = permanent_node->child_count() - 1; j >= 0; --j) {
332 BookmarkNode* child_node = AsMutable(permanent_node->GetChild(j));