Lines Matching refs:toroot
22 function set_row_values(toroot, row, match)
26 link.href = toroot + match.link
30 function sync_selection_table(toroot)
78 set_row_values(toroot, r, gMatches[i]);
104 function search_changed(e, kd, toroot)
113 window.location = toroot + gMatches[gSelectedIndex].link;
124 sync_selection_table(toroot);
133 sync_selection_table(toroot);
156 sync_selection_table(toroot);
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';