browser_Bookmarks.js File Reference

Go to the source code of this file.

Functions

function url (spec)
 
function test ()
 
function onFolderChange (evt)
 
function onFolderRemove (evt)
 
function onFolderAddChild (evt)
 
function onFolderRemoveChild (evt)
 
function onFolderMove (evt)
 
function onBookmarkChange (evt)
 
function onBookmarkRemove (evt)
 
function onBookmarkMove (evt)
 

Variables

const Ci = Components.interfaces
 
const Cc = Components.classes
 
var gLastFolderAction = ""
 
var gLastBookmarkAction = ""
 

Function Documentation

function onBookmarkChange (   evt)

Definition at line 214 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onBookmarkMove (   evt)

Definition at line 222 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onBookmarkRemove (   evt)

Definition at line 218 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onFolderAddChild (   evt)

Definition at line 202 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onFolderChange (   evt)

Definition at line 194 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onFolderMove (   evt)

Definition at line 210 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onFolderRemove (   evt)

Definition at line 198 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function onFolderRemoveChild (   evt)

Definition at line 206 of file browser_Bookmarks.js.

Here is the caller graph for this function:

function test ( )

Definition at line 12 of file browser_Bookmarks.js.

Here is the call graph for this function:

function url (   spec)

Definition at line 7 of file browser_Bookmarks.js.

Variable Documentation

const Cc = Components.classes

Definition at line 2 of file browser_Bookmarks.js.

Definition at line 1 of file browser_Bookmarks.js.

var gLastBookmarkAction = ""

Definition at line 5 of file browser_Bookmarks.js.

var gLastFolderAction = ""

Definition at line 4 of file browser_Bookmarks.js.