head_clipboardhelper.js File Reference

Go to the source code of this file.

Functions

Components utils import ("resource://app/jsmodules/sbProperties.jsm")
 Some globally useful stuff for the local database library tests. More...
 
function getPlatform ()
 
function getCopyOfFolder (folder, tempName)
 
function getCopyOfFile (file, tempName, optionalLocation)
 
function getTempFolder ()
 
function removeTempFolder ()
 

Variables

var gTempFolder = null
 

Function Documentation

function getCopyOfFile (   file,
  tempName,
  optionalLocation 
)

Copy the given folder to tempName, returning an nsIFile for the new location

Definition at line 75 of file head_clipboardhelper.js.

Here is the call graph for this function:

function getCopyOfFolder (   folder,
  tempName 
)

Copy the given folder to tempName, returning an nsIFile for the new location

Definition at line 60 of file head_clipboardhelper.js.

Here is the call graph for this function:

function getPlatform ( )

Definition at line 33 of file head_clipboardhelper.js.

function getTempFolder ( )

Definition at line 90 of file head_clipboardhelper.js.

Here is the caller graph for this function:

Components utils import ( "resource://app/jsmodules/sbProperties.jsm"  )

Some globally useful stuff for the local database library tests.

function removeTempFolder ( )

Get rid of the temp folder created by getTempFolder. Called in tail_metadatamanager.js

Definition at line 107 of file head_clipboardhelper.js.

Here is the call graph for this function:

Variable Documentation

var gTempFolder = null

Get a temporary folder for use in clipboard tests. Will be removed in tail_clipboardhelper.js

Definition at line 89 of file head_clipboardhelper.js.