Lines Matching refs:gDocsMatches
1789 var gDocsMatches = new Array(); variable
1846 if (!(gMatches.length > 0) && !(gGoogleMatches.length > 0) && !(gDocsMatches.length > 0)) {
1893 if (gDocsMatches.length > 0) {
1901 … gDocsListLength = gDocsMatches.length < ROW_COUNT_DOCS ? gDocsMatches.length : ROW_COUNT_DOCS;
1903 var sugg = gDocsMatches[i];
2104 gDocsMatches = new Array();
2174 gDocsMatches[matchedCountDocs] = s;
2206 gDocsMatches[matchedCountDocs] = s;
2238 gDocsMatches[matchedCountDocs] = s;
2270 gDocsMatches[matchedCountDocs] = s;
2302 gDocsMatches[matchedCountDocs] = s;
2334 gDocsMatches[matchedCountDocs] = s;
2366 gDocsMatches[matchedCountDocs] = s;
2397 gDocsMatches[matchedCountDocs] = s;
2403 rank_autocomplete_doc_results(text, gDocsMatches);