Home
last modified time | relevance | path

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

/build/tools/droiddoc/templates-ds/assets/js/
Ddocs.js1719 searchControl.setSearchStartingCallback(this, function(control, searcher, query) {});
1730 var searchControl; variable
1736 searchControl = new google.search.SearchControl();
1777 searchControl.addSearcher(devSiteSearcher, searchOptions);
1778 searchControl.addSearcher(designSearcher, searchOptions);
1779 searchControl.addSearcher(trainingSearcher, searchOptions);
1780 searchControl.addSearcher(guidesSearcher, searchOptions);
1781 searchControl.addSearcher(referenceSearcher, searchOptions);
1782 searchControl.addSearcher(googleSearcher, searchOptions);
1783 searchControl.addSearcher(blogSearcher, searchOptions);
[all …]
/build/tools/droiddoc/templates-ndk/assets/js/
Ddocs.js2572 searchControl.setSearchStartingCallback(this, function(control, searcher, query) {});
2588 var searchControl; variable
2590 searchControl = new google.search.SearchControl();
2596 searchControl = new google.search.SearchControl();
2637 searchControl.addSearcher(devSiteSearcher, searchOptions);
2638 searchControl.addSearcher(designSearcher, searchOptions);
2639 searchControl.addSearcher(trainingSearcher, searchOptions);
2640 searchControl.addSearcher(guidesSearcher, searchOptions);
2641 searchControl.addSearcher(referenceSearcher, searchOptions);
2642 searchControl.addSearcher(googleSearcher, searchOptions);
[all …]
/build/tools/droiddoc/templates-sdk-refonly/assets/js/
Ddocs.js2565 searchControl.setSearchStartingCallback(this, function(control, searcher, query) {});
2581 var searchControl; variable
2583 searchControl = new google.search.SearchControl();
2589 searchControl = new google.search.SearchControl();
2630 searchControl.addSearcher(devSiteSearcher, searchOptions);
2631 searchControl.addSearcher(designSearcher, searchOptions);
2632 searchControl.addSearcher(trainingSearcher, searchOptions);
2633 searchControl.addSearcher(guidesSearcher, searchOptions);
2634 searchControl.addSearcher(referenceSearcher, searchOptions);
2635 searchControl.addSearcher(googleSearcher, searchOptions);
[all …]
/build/tools/droiddoc/templates-sdk/assets/js/
Ddocs.js2551 searchControl.query = query;
2552 searchControl.init();
2553 searchControl.trackSearchRequest(query);
2566 searchControl.reset();
2574 var searchControl = null; variable
2796 searchControl = new dacsearch.CustomSearchEngine();
2803 searchControl.query = escapeHTML(decodeURI(location.hash.split('q=')[1]));
2804 searchControl.init();
2805 searchControl.trackSearchRequest(searchControl.query);
2836 if ((location.hash.indexOf("q=") == -1) || (searchControl.query == "undefined")) {