WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIAutoCompleteSearch
| IID: | DE8DB85F-C1DE-4d87-94BA-7844890F91FE |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
- @mozilla.org/autocomplete/search;1?name=form-history
- @mozilla.org/autocomplete/search;1?name=history
- @mozilla.org/browser/global-history;2
- @mozilla.org/satchel/form-fill-controller;1
- @mozilla.org/autocomplete/search;1?name=search-autocomplete
- @mozilla.org/browser/download-history;1
- @mozilla.org/browser/nav-history-service;1
Methods
void startSearch ( AString searchString , AString searchParam , nsIAutoCompleteResult previousResult , nsIAutoCompleteObserver listener )
void stopSearch ( )
void startSearch ( AString searchString , AString searchParam , nsIAutoCompleteResult previousResult , nsIAutoCompleteObserver listener )
- Arguments:
- searchString
- searchParam
- previousResult
- listener
References
This interface is passed as an argument to the following methods:
nsIAutoCompleteObserver.onSearchResult
Reference documentation is generated from Mozilla's source.
