#include <sbISecurityAggregator.h>
#include <sbISecurityMixin.h>
#include <nsAutoPtr.h>
#include <nsMemory.h>
#include <nsPIDOMWindow.h>
#include <nsIDOMDocument.h>
#include "sbSecurityMixin.h"
Go to the source code of this file.
Macros | |
#define | LOG(args) /* nothing */ |
#define | SB_DECL_SECURITYCHECKEDCOMP_INIT virtual nsresult Init(); |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_TAIL() |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_MIXIN_MID(_class, _mixin, _mixinArgs) |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT(_class) |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_MIXIN_LIBRES(_class,_mixin, _mixinArgs,_libres, _libresArgs) |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_LIBRES(_class, _libres, _libresArgs) |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER_MIXIN(_class, _mixin, _mixinArgs) |
#define | SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER(_class) SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER_MIXIN( _class, sbSecurityMixin, () ) |
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 39 of file sbRemoteAPI.h.
#define SB_DECL_SECURITYCHECKEDCOMP_INIT virtual nsresult Init(); |
Definition at line 42 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT | ( | _class | ) |
Definition at line 82 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_LIBRES | ( | _class, | |
_libres, | |||
_libresArgs | |||
) |
Definition at line 94 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_MIXIN_LIBRES | ( | _class, | |
_mixin, | |||
_mixinArgs, | |||
_libres, | |||
_libresArgs | |||
) |
Definition at line 86 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_MIXIN_MID | ( | _class, | |
_mixin, | |||
_mixinArgs | |||
) |
Definition at line 48 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER | ( | _class | ) | SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER_MIXIN( _class, sbSecurityMixin, () ) |
Definition at line 127 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_NOPLAYER_MIXIN | ( | _class, | |
_mixin, | |||
_mixinArgs | |||
) |
Definition at line 100 of file sbRemoteAPI.h.
#define SB_IMPL_SECURITYCHECKEDCOMP_INIT_TAIL | ( | ) |
Definition at line 44 of file sbRemoteAPI.h.