Home
last modified time | relevance | path

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

/external/libjpeg-turbo/doc/html/search/
Dsearch.js90 function SearchBox(name, resultsPath, inFrame, label) argument
92 if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); }
96 this.resultsPath = resultsPath;
360 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
366 resultsPage = this.resultsPath + '/nomatches.html';
/external/tinyxml2/docs/search/
Dsearch.js59 function SearchBox(name, resultsPath, inFrame, label) argument
61 if (!name || !resultsPath) { alert("Missing parameters to SearchBox."); }
65 this.resultsPath = resultsPath;
327 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…
333 resultsPage = this.resultsPath + '/nomatches.html';
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java347 String resultsPath = Utils.jsonToString(row.get("execution_path")); in initialize()
348 Utils.openUrlInNewWindow(Utils.getRetrieveLogsUrl(resultsPath)); in initialize()