Search completed in 1.53 seconds.
2 results for "nsIPrivateDOMEvent":
Creating Custom Events That Can Pass Data
MozillaDeveloper guideCreating Custom Events That Can Pass Data
you can find the prototypes for the function in nsiprivatedomevent.
... prbool defaultactionenabledwin; prbool defaultactionenableddoc; nscomptr<nsiprivatedomevent> privevt(do_queryinterface(event)); privevt->settrusted(pr_true); //make the event trusted twindow->dispatchevent(event, &defaultactionenabledwin); //dispatch it (i.e.
nsIDOMEvent
MozillaTechXPCOMReferenceInterfacensIDOMEvent
inherits from: nsisupports last changed in gecko 16.0 (firefox 16.0 / thunderbird 16.0 / seamonkey 2.13) note: as of gecko 16.0, the nsiprivatedomevent interface was merged into this interface.