Home
last modified time | relevance | path

Searched refs:nsRunnable (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dmutation.c343 typedef struct nsRunnable nsRunnable; typedef
347 struct nsRunnable { struct
359 static inline nsRunnable *impl_from_nsIRunnable(nsIRunnable *iface) in impl_from_nsIRunnable() argument
361 return CONTAINING_RECORD(iface, nsRunnable, nsIRunnable_iface); in impl_from_nsIRunnable()
367 nsRunnable *This = impl_from_nsIRunnable(iface); in nsRunnable_QueryInterface()
387 nsRunnable *This = impl_from_nsIRunnable(iface); in nsRunnable_AddRef()
397 nsRunnable *This = impl_from_nsIRunnable(iface); in nsRunnable_Release()
416 nsRunnable *This = impl_from_nsIRunnable(iface); in nsRunnable_Run()
430 nsRunnable *runnable; in add_script_runner()