Linux Mac OSX Windows

  
[scriptable, uuid(d5fa765b-2448-4686-b7c1-5ff13acb0fc9)]
interface inISearchProcess : nsISupports

Attributes


        
attribute boolean holdResults

        
readonly attribute boolean isActive

        
readonly attribute long resultCount

Methods


        
long getIntResultAt(in long aIndex)

        
AString getStringResultAt(in long aIndex)

        
unsigned long getUIntResultAt(in long aIndex)

        
void searchAsync(in inISearchObserver aObserver)

        
boolean searchStep()

        
void searchStop()

        
void searchSync()