browser_getshortcutoruri.js File Reference

Go to the source code of this file.

Functions

function getPostDataString (aIS)
 
function keywordResult (aURL, aPostData)
 
function keyWordData ()
 
function searchKeywordData (aKeyWord, aURL, aPostData, aSearchWord)
 
function test ()
 
function setupKeywords ()
 
function cleanupKeywords ()
 

Variables

keyWordData prototype
 
var testData
 
var gBMFolder = null
 
var gAddedEngines = []
 

Function Documentation

function cleanupKeywords ( )

Definition at line 128 of file browser_getshortcutoruri.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function getPostDataString (   aIS)

Definition at line 1 of file browser_getshortcutoruri.js.

Here is the caller graph for this function:

function keyWordData ( )

Definition at line 19 of file browser_getshortcutoruri.js.

function keywordResult (   aURL,
  aPostData 
)

Definition at line 14 of file browser_getshortcutoruri.js.

Here is the call graph for this function:

function searchKeywordData (   aKeyWord,
  aURL,
  aPostData,
  aSearchWord 
)

Definition at line 36 of file browser_getshortcutoruri.js.

Here is the caller graph for this function:

function setupKeywords ( )

Definition at line 102 of file browser_getshortcutoruri.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function test ( )

Definition at line 79 of file browser_getshortcutoruri.js.

Here is the call graph for this function:

Variable Documentation

var gAddedEngines = []

Definition at line 101 of file browser_getshortcutoruri.js.

var gBMFolder = null

Definition at line 100 of file browser_getshortcutoruri.js.

searchKeywordData prototype
Initial value:
= {
init: function(aKeyWord, aURL, aPostData, aSearchWord) {
this.keyword = aKeyWord;
this.uri = makeURI(aURL);
this.postData = aPostData;
this.searchWord = aSearchWord;
this.method = (this.postData ? "POST" : "GET");
}
}
function bmKeywordData(aKeyWord, aURL, aPostData, aSearchWord) {
this.init(aKeyWord, aURL, aPostData, aSearchWord);
}
bmKeywordData.prototype = new keyWordData()
function keyWordData()
_window init
Definition: FeedWriter.js:1144
function makeURI(aURLSpec, aCharset)
Definition: FeedWriter.js:71
var uri
Definition: FeedWriter.js:1135

Definition at line 20 of file browser_getshortcutoruri.js.

var testData

Definition at line 41 of file browser_getshortcutoruri.js.