Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/dom/presentation/
H A DPresentationSessionInfo.cpp1089 nsresult PresentationPresentingInfo::Init( in NS_IMPL_ISUPPORTS_INHERITED()
1123 PresentationPresentingInfo::OnSessionTransport( in OnSessionTransport()
1165 PresentationPresentingInfo::FlushPendingEvents( in FlushPendingEvents()
1334 nsresult PresentationPresentingInfo::DoReconnect() { in DoReconnect()
1347 PresentationPresentingInfo::OnOffer( in OnOffer()
1372 PresentationPresentingInfo::OnAnswer( in OnAnswer()
1396 PresentationPresentingInfo::NotifyConnected() { in NotifyConnected()
1408 PresentationPresentingInfo::NotifyReconnected() { in NotifyReconnected()
1448 PresentationPresentingInfo::Notify(nsITimer* aTimer) { in Notify()
1464 void PresentationPresentingInfo::ResolvedCallback( in ResolvedCallback()
[all …]
H A DPresentationSessionInfo.h201 class PresentationPresentingInfo final : public PresentationSessionInfo,
211 PresentationPresentingInfo(const nsAString& aUrl, const nsAString& aSessionId, in PresentationPresentingInfo() function
241 ~PresentationPresentingInfo() { Shutdown(NS_OK); } in ~PresentationPresentingInfo()
H A DPresentationService.cpp481 return static_cast<PresentationPresentingInfo*>(info.get())->DoReconnect(); in HandleSessionRequest()
489 info = new PresentationPresentingInfo(url, sessionId, device); in HandleSessionRequest()
511 static_cast<PresentationPresentingInfo*>(info.get())->SetPromise(promise); in HandleSessionRequest()
995 return static_cast<PresentationPresentingInfo*>(info.get()) in NotifyReceiverReady()
1008 return static_cast<PresentationPresentingInfo*>(info.get()) in NotifyReceiverReady()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/presentation/
H A DPresentationSessionInfo.cpp1094 nsresult PresentationPresentingInfo::Init( in NS_IMPL_ISUPPORTS_INHERITED()
1128 PresentationPresentingInfo::OnSessionTransport( in OnSessionTransport()
1170 PresentationPresentingInfo::FlushPendingEvents( in FlushPendingEvents()
1339 nsresult PresentationPresentingInfo::DoReconnect() { in DoReconnect()
1352 PresentationPresentingInfo::OnOffer( in OnOffer()
1377 PresentationPresentingInfo::OnAnswer( in OnAnswer()
1401 PresentationPresentingInfo::NotifyConnected() { in NotifyConnected()
1413 PresentationPresentingInfo::NotifyReconnected() { in NotifyReconnected()
1453 PresentationPresentingInfo::Notify(nsITimer* aTimer) { in Notify()
1469 void PresentationPresentingInfo::ResolvedCallback( in ResolvedCallback()
[all …]
H A DPresentationSessionInfo.h201 class PresentationPresentingInfo final : public PresentationSessionInfo,
211 PresentationPresentingInfo(const nsAString& aUrl, const nsAString& aSessionId, in PresentationPresentingInfo() function
241 ~PresentationPresentingInfo() { Shutdown(NS_OK); } in ~PresentationPresentingInfo()
H A DPresentationService.cpp485 return static_cast<PresentationPresentingInfo*>(info.get())->DoReconnect(); in HandleSessionRequest()
493 info = new PresentationPresentingInfo(url, sessionId, device); in HandleSessionRequest()
516 static_cast<PresentationPresentingInfo*>(info.get())->SetPromise(realPromise); in HandleSessionRequest()
999 return static_cast<PresentationPresentingInfo*>(info.get()) in NotifyReceiverReady()
1012 return static_cast<PresentationPresentingInfo*>(info.get()) in NotifyReceiverReady()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/presentation/
H A DPresentationSessionInfo.cpp1198 NS_IMPL_ISUPPORTS_INHERITED(PresentationPresentingInfo, in NS_IMPL_ISUPPORTS_INHERITED() argument
1225 PresentationPresentingInfo::Shutdown(nsresult aReason) in Shutdown()
1304 PresentationPresentingInfo::InitTransportAndSendAnswer() in InitTransportAndSendAnswer()
1387 PresentationPresentingInfo::UntrackFromService() in UntrackFromService()
1421 PresentationPresentingInfo::NotifyResponderReady() in NotifyResponderReady()
1446 PresentationPresentingInfo::NotifyResponderFailure() in NotifyResponderFailure()
1460 PresentationPresentingInfo::DoReconnect() in DoReconnect()
1524 PresentationPresentingInfo::NotifyConnected() in NotifyConnected()
1537 PresentationPresentingInfo::NotifyReconnected() in NotifyReconnected()
1577 PresentationPresentingInfo::Notify(nsITimer* aTimer) in Notify()
[all …]
H A DPresentationSessionInfo.h233 class PresentationPresentingInfo final : public PresentationSessionInfo
242 PresentationPresentingInfo(const nsAString& aUrl, in PresentationPresentingInfo() function
275 ~PresentationPresentingInfo() in ~PresentationPresentingInfo()
H A DPresentationService.cpp519 return static_cast<PresentationPresentingInfo*>( in HandleSessionRequest()
528 info = new PresentationPresentingInfo(url, sessionId, device); in HandleSessionRequest()
551 static_cast<PresentationPresentingInfo*>(info.get())->SetPromise(realPromise); in HandleSessionRequest()
1067 return static_cast<PresentationPresentingInfo*>( in NotifyReceiverReady()
1080 return static_cast<PresentationPresentingInfo*>(info.get())->NotifyResponderReady(); in NotifyReceiverReady()