Lines Matching refs:gDocsMatches
1604 var gDocsMatches = new Array(); variable
1661 if (!(gMatches.length > 0) && !(gGoogleMatches.length > 0) && !(gDocsMatches.length > 0)) {
1708 if (gDocsMatches.length > 0) {
1716 … gDocsListLength = gDocsMatches.length < ROW_COUNT_DOCS ? gDocsMatches.length : ROW_COUNT_DOCS;
1718 var sugg = gDocsMatches[i];
1915 gDocsMatches = new Array();
1985 gDocsMatches[matchedCountDocs] = s;
2017 gDocsMatches[matchedCountDocs] = s;
2049 gDocsMatches[matchedCountDocs] = s;
2081 gDocsMatches[matchedCountDocs] = s;
2113 gDocsMatches[matchedCountDocs] = s;
2145 gDocsMatches[matchedCountDocs] = s;
2177 gDocsMatches[matchedCountDocs] = s;
2208 gDocsMatches[matchedCountDocs] = s;
2214 rank_autocomplete_doc_results(text, gDocsMatches);