Home
last modified time | relevance | path

Searched refs:gDocsMatches (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js1789 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;
[all …]