Searched refs:FlushFOGDataPromise (Results 1 – 5 of 5) sorted by relevance
18 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; typedef62 nsTArray<RefPtr<FlushFOGDataPromise>> promises; in FlushAllChildData()69 FlushFOGDataPromise::All(GetCurrentSerialEventTarget(), promises) in FlushAllChildData()72 FlushFOGDataPromise::AllPromiseType::ResolveOrRejectValue&& in FlushAllChildData()
42 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; typedef202 nsTArray<RefPtr<FlushFOGDataPromise>> promises; in FlushAllChildData()254 FlushFOGDataPromise::All(GetCurrentSerialEventTarget(), promises) in FlushAllChildData()257 FlushFOGDataPromise::AllPromiseType::ResolveOrRejectValue&& in FlushAllChildData()
26 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; variable78 void SendFlushFOGData(nsTArray<RefPtr<FlushFOGDataPromise>>& promises);
611 nsTArray<RefPtr<FlushFOGDataPromise>>& promises) { in SendFlushFOGData()622 RefPtr<FlushFOGDataPromise::Private> promise = in SendFlushFOGData()623 new FlushFOGDataPromise::Private(__func__); in SendFlushFOGData()