Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dmutation.c348 nsIRunnable nsIRunnable_iface; member
361 return CONTAINING_RECORD(iface, nsRunnable, nsIRunnable_iface); in impl_from_nsIRunnable()
371 *result = &This->nsIRunnable_iface; in nsRunnable_QueryInterface()
374 *result = &This->nsIRunnable_iface; in nsRunnable_QueryInterface()
436 runnable->nsIRunnable_iface.lpVtbl = &nsRunnableVtbl; in add_script_runner()
451 nsIContentUtils_AddScriptRunner(content_utils, &runnable->nsIRunnable_iface); in add_script_runner()
453 nsIRunnable_Release(&runnable->nsIRunnable_iface); in add_script_runner()