nsTypeAheadFind ******************************/
[scriptable, uuid(376da416-e6b3-4bac-98f3-6aa408742751)]
interface nsITypeAheadFind : nsISupports

Constants

 Constants *******************************/
const unsigned short FIND_FOUND = 0

          
const unsigned short FIND_NOTFOUND = 1

          
const unsigned short FIND_WRAPPED = 2

Attributes


          
attribute boolean caseSensitive

          
readonly attribute nsIDOMWindow currentWindow

          
attribute boolean focusLinks

          
readonly attribute nsIDOMElement foundLink
 Attributes ******************************/
readonly attribute AString searchString

Methods

 Core functions ****************************/
unsigned short find(in AString aSearchString, in boolean aLinksOnly)

          
unsigned short findNext()

          
unsigned short findPrevious()
 Initializer ******************************/
void init(in nsIDocShell aDocShell)
 Helper functions ***************************/
void setDocShell(in nsIDocShell aDocShell)