browser_415700.js File Reference

Go to the source code of this file.

Functions

function test ()
 
function test2 ()
 
function test3 ()
 
function test4 ()
 

Variables

var gSS
 
var gObs
 
var observers
 

Function Documentation

function test ( )

Definition at line 57 of file browser_415700.js.

Here is the call graph for this function:

function test2 ( )

Definition at line 66 of file browser_415700.js.

function test3 ( )

Definition at line 76 of file browser_415700.js.

function test4 ( )

Definition at line 83 of file browser_415700.js.

Variable Documentation

var gObs
Initial value:
= Cc["@mozilla.org/observer-service;1"].
getService(Ci.nsIObserverService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 38 of file browser_415700.js.

var gSS
Initial value:
= Cc["@mozilla.org/browser/search-service;1"].
getService(Ci.nsIBrowserSearchService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 36 of file browser_415700.js.

var observers
Initial value:
= {
observe: function(aSubject, aTopic, aData) {
switch (aData) {
case "engine-added":
test2();
break;
case "engine-current":
test3();
break;
case "engine-removed":
test4();
break;
}
}
}
function test3()
function test4()
function test2()
_updateTextAndScrollDataForFrame aData
sbDeviceFirmwareAutoCheckForUpdate prototype observe

Definition at line 41 of file browser_415700.js.