Lines Matching refs:function
9 function set_row_selected(row, selected)
22 function set_row_values(toroot, row, match)
30 function sync_selection_table(toroot)
37 filtered.onmouseover = function() {
53 c1.onmousedown = function() {
56 c1.onmouseover = function() {
59 c1.onmouseout = function() {
104 function search_changed(e, kd, toroot)
161 function rank_autocomplete_results(query) {
166 // helper function that gets the last occurence index of the given regex
168 var _lastSearch = function(s, re) {
181 // helper function that counts the occurrences of a given character in
183 var _countChar = function(s, c) {
195 var _resultScoreFn = function(result) {
223 gMatches.sort(function(a,b){
231 function highlight_autocomplete_result_labels(query) {
246 function search_focus_changed(obj, focused)
262 function submit_search() {