time.js File Reference

Go to the source code of this file.

Functions

window addEventListener ("load", BW_startup, false)
 
function BW_startup ()
 
function BW_loadiframe ()
 
function BW_getTLD (host)
 
function BW_fill ()
 

Variables

var BW_frame
 
var BW_historyService
 
var BW_result
 
var loadedIframe = false
 
var loadedBretts = false
 
var BW_filled = false
 

Function Documentation

window addEventListener ( "load"  ,
BW_startup  ,
false   
)
function BW_fill ( )

Definition at line 89 of file time.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function BW_getTLD (   host)

Definition at line 74 of file time.js.

Here is the caller graph for this function:

function BW_loadiframe ( )

Definition at line 67 of file time.js.

Here is the call graph for this function:

function BW_startup ( )

Definition at line 47 of file time.js.

Here is the call graph for this function:

Variable Documentation

var BW_filled = false

Definition at line 87 of file time.js.

var BW_frame

Definition at line 39 of file time.js.

var BW_historyService
Initial value:
= Components.classes["@mozilla.org/browser/nav-history-service;1"].
getService(Components.interfaces.nsINavHistoryService)
getService(Ci.sbIFaceplateManager)

Definition at line 40 of file time.js.

var BW_result

Definition at line 42 of file time.js.

var loadedBretts = false

Definition at line 45 of file time.js.

var loadedIframe = false

Definition at line 44 of file time.js.