Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/ipc/
H A DFOGIPC.cpp18 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; typedef
62 nsTArray<RefPtr<FlushFOGDataPromise>> promises; in FlushAllChildData()
69 FlushFOGDataPromise::All(GetCurrentSerialEventTarget(), promises) in FlushAllChildData()
72 FlushFOGDataPromise::AllPromiseType::ResolveOrRejectValue&& in FlushAllChildData()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/ipc/
H A DFOGIPC.cpp18 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; typedef
62 nsTArray<RefPtr<FlushFOGDataPromise>> promises; in FlushAllChildData()
69 FlushFOGDataPromise::All(GetCurrentSerialEventTarget(), promises) in FlushAllChildData()
72 FlushFOGDataPromise::AllPromiseType::ResolveOrRejectValue&& in FlushAllChildData()
/dports/www/firefox/firefox-99.0/toolkit/components/glean/ipc/
H A DFOGIPC.cpp42 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; typedef
202 nsTArray<RefPtr<FlushFOGDataPromise>> promises; in FlushAllChildData()
254 FlushFOGDataPromise::All(GetCurrentSerialEventTarget(), promises) in FlushAllChildData()
257 FlushFOGDataPromise::AllPromiseType::ResolveOrRejectValue&& in FlushAllChildData()
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPServiceParent.h26 using FlushFOGDataPromise = mozilla::dom::ContentParent::FlushFOGDataPromise; variable
78 void SendFlushFOGData(nsTArray<RefPtr<FlushFOGDataPromise>>& promises);
H A DGMPServiceParent.cpp611 nsTArray<RefPtr<FlushFOGDataPromise>>& promises) { in SendFlushFOGData()
622 RefPtr<FlushFOGDataPromise::Private> promise = in SendFlushFOGData()
623 new FlushFOGDataPromise::Private(__func__); in SendFlushFOGData()