Name Description Size
AutoCompleteSimpleSearch.sys.mjs See nsIAutoCompleteSimpleSearch 1199
components.conf 842
moz.build 944
nsAutoCompleteController.cpp 58553
nsAutoCompleteController.h SetValueOfInputTo() sets value of mInput to aValue. 7787
nsAutoCompleteSimpleResult.cpp 7683
nsAutoCompleteSimpleResult.h 1805
nsIAutoCompleteController.idl Possible values for the searchStatus attribute 5903
nsIAutoCompleteInput.idl The result view that will be used to display results 4090
nsIAutoCompletePopup.idl The input object that the popup is currently bound to 2848
nsIAutoCompleteResult.idl Possible values for the searchResult attribute 2897
nsIAutoCompleteSearch.idl Search for a given string and notify a listener (either synchronously or asynchronously) of the result @param searchString - The string to search for @param searchParam - An extra parameter @param previousResult - A previous result to use for faster searching @param listener - A listener to notify when the search is complete 1540
nsIAutoCompleteSimpleResult.idl This class implements nsIAutoCompleteResult and provides simple methods for setting the value and result items. It can be used whenever some basic auto complete results are needed that can be pre-generated and filled into an array. 4292
nsIAutoCompleteSimpleSearch.idl Simple interface that allows the results of the next search to be overridden. 604
tests