Lines Matching refs:gDocsMatches
1779 var gDocsMatches = new Array(); variable
1836 if (!(gMatches.length > 0) && !(gGoogleMatches.length > 0) && !(gDocsMatches.length > 0)) {
1883 if (gDocsMatches.length > 0) {
1891 … gDocsListLength = gDocsMatches.length < ROW_COUNT_DOCS ? gDocsMatches.length : ROW_COUNT_DOCS;
1893 var sugg = gDocsMatches[i];
2094 gDocsMatches = new Array();
2164 gDocsMatches[matchedCountDocs] = s;
2196 gDocsMatches[matchedCountDocs] = s;
2228 gDocsMatches[matchedCountDocs] = s;
2260 gDocsMatches[matchedCountDocs] = s;
2292 gDocsMatches[matchedCountDocs] = s;
2324 gDocsMatches[matchedCountDocs] = s;
2356 gDocsMatches[matchedCountDocs] = s;
2387 gDocsMatches[matchedCountDocs] = s;
2393 rank_autocomplete_doc_results(text, gDocsMatches);