Search Handler object. More...
Go to the source code of this file.
Functions | |
| Components utils | import ("resource://app/jsmodules/DebugUtils.jsm") |
| window | addEventListener ("load", function(){gSearchHandler.init();}, false) |
Variables | |
| const | LOG = DebugUtils.generateLogFunction("searchHandler", 2) |
| const | gSearchHandler |
| Songbird Search Handler. More... | |
Search Handler object.
Definition in file searchHandler.js.
| window addEventListener | ( | "load" | , |
| function(){gSearchHandler.init();} | , | ||
| false | |||
| ) |
| Components utils import | ( | "resource://app/jsmodules/DebugUtils.jsm" | ) |
| const gSearchHandler |
Songbird Search Handler.
Songbird Search Handler Responsible for:
This object is based on the Firefox BrowserSearch object. See http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.js
Definition at line 50 of file searchHandler.js.
| const LOG = DebugUtils.generateLogFunction("searchHandler", 2) |
Definition at line 32 of file searchHandler.js.