Searched defs:Runnable (Results 1 – 6 of 6) sorted by relevance
75 pub struct Runnable { struct76 pub _base: nsIRunnable, argument91 impl Default for Runnable { implementation
8 class Runnable : public nsIRunnable {}; class
1 interface Runnable { interface
2315 var Runnable = /** @class */ (function () { class2316 function Runnable(description, block) { class in anonymousFunctiond0dee2782300.Runnable2328 Runnable.prototype.addChild = function (child) { class
116632 class Runnable : public nsIRunnable, public nsINamed class116639 Runnable() {} in Runnable() function in mozilla::Runnable116644 explicit Runnable(const char* aName) : mName(aName) {} in Runnable() function in mozilla::Runnable