Class Index | File Index

Classes


Class PolicyRemote


Defined in: ContentPolicyRemote.jsm.

Class Summary
Constructor Attributes Constructor Name and Description
 
nsIContentPolicy and nsIChannelEventSink implementation
Method Summary
Method Attributes Method Name and Description
<static>  
PolicyRemote.asyncOnChannelRedirect(oldChannel, newChannel, flags, callback)
<static>  
PolicyRemote.createInstance(outer, iid)
<static>  
PolicyRemote.observe(subject, topic, data, additional)
<static>  
PolicyRemote.onChannelRedirect(oldChannel, newChannel, flags)
<static>  
PolicyRemote.shouldLoad(contentType, contentLocation, requestOrigin, node, mimeTypeGuess, extra)
<static>  
PolicyRemote.shouldProcess(contentType, contentLocation, requestOrigin, insecNode, mimeType, extra)
<static>  
PolicyRemote.startup()
Class Detail
PolicyRemote()
nsIContentPolicy and nsIChannelEventSink implementation
Method Detail
<static> PolicyRemote.asyncOnChannelRedirect(oldChannel, newChannel, flags, callback)
Parameters:
oldChannel
newChannel
flags
callback

<static> PolicyRemote.createInstance(outer, iid)
Parameters:
outer
iid

<static> PolicyRemote.observe(subject, topic, data, additional)
Parameters:
subject
topic
data
additional

<static> PolicyRemote.onChannelRedirect(oldChannel, newChannel, flags)
Parameters:
oldChannel
newChannel
flags

<static> PolicyRemote.shouldLoad(contentType, contentLocation, requestOrigin, node, mimeTypeGuess, extra)
Parameters:
contentType
contentLocation
requestOrigin
node
mimeTypeGuess
extra

<static> PolicyRemote.shouldProcess(contentType, contentLocation, requestOrigin, insecNode, mimeType, extra)
Parameters:
contentType
contentLocation
requestOrigin
insecNode
mimeType
extra

<static> PolicyRemote.startup()

Documentation generated by JsDoc Toolkit 2.3.2 on Wed May 09 2012 10:50:20 GMT+0000 (UTC)