Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/dom/payments/
H A DPaymentRequestService.h49 nsresult ShowPayment(const nsAString& aRequestId, bool aIsUpdating);
H A DPaymentRequestManager.h50 void ShowPayment(PaymentRequest* aRequest, ErrorResult& aRv);
H A DPaymentRequestService.cpp166 rv = uiService->ShowPayment(aRequestId); in LaunchUIAction()
265 rv = ShowPayment(aRequestId, action.isUpdating()); in RequestPayment()
540 nsresult PaymentRequestService::ShowPayment(const nsAString& aRequestId, in ShowPayment() function in mozilla::dom::PaymentRequestService
H A DPaymentRequestManager.cpp521 void PaymentRequestManager::ShowPayment(PaymentRequest* aRequest, in ShowPayment() function in mozilla::dom::PaymentRequestManager
H A DPaymentRequest.cpp761 manager->ShowPayment(this, aRv); in Show()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/payments/
H A DPaymentRequestService.h49 nsresult ShowPayment(const nsAString& aRequestId, bool aIsUpdating);
H A DPaymentRequestManager.h47 void ShowPayment(PaymentRequest* aRequest, ErrorResult& aRv);
H A DPaymentRequestService.cpp162 rv = uiService->ShowPayment(aRequestId); in LaunchUIAction()
261 rv = ShowPayment(aRequestId, action.isUpdating()); in RequestPayment()
536 nsresult PaymentRequestService::ShowPayment(const nsAString& aRequestId, in ShowPayment() function in mozilla::dom::PaymentRequestService
H A DPaymentRequestManager.cpp531 void PaymentRequestManager::ShowPayment(PaymentRequest* aRequest, in ShowPayment() function in mozilla::dom::PaymentRequestManager
H A DPaymentRequest.cpp760 manager->ShowPayment(this, aRv); in Show()
/dports/www/firefox/firefox-99.0/dom/payments/
H A DPaymentRequestService.h49 nsresult ShowPayment(const nsAString& aRequestId, bool aIsUpdating);
H A DPaymentRequestManager.h50 void ShowPayment(PaymentRequest* aRequest, ErrorResult& aRv);
H A DPaymentRequestService.cpp166 rv = uiService->ShowPayment(aRequestId); in LaunchUIAction()
265 rv = ShowPayment(aRequestId, action.isUpdating()); in RequestPayment()
540 nsresult PaymentRequestService::ShowPayment(const nsAString& aRequestId, in ShowPayment() function in mozilla::dom::PaymentRequestService
H A DPaymentRequestManager.cpp521 void PaymentRequestManager::ShowPayment(PaymentRequest* aRequest, in ShowPayment() function in mozilla::dom::PaymentRequestManager
H A DPaymentRequest.cpp765 manager->ShowPayment(this, aRv); in Show()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/payments/
H A DPaymentRequestService.h49 nsresult ShowPayment(const nsAString& aRequestId, bool aIsUpdating);
H A DPaymentRequestManager.h50 void ShowPayment(PaymentRequest* aRequest, ErrorResult& aRv);
H A DPaymentRequestService.cpp166 rv = uiService->ShowPayment(aRequestId); in LaunchUIAction()
265 rv = ShowPayment(aRequestId, action.isUpdating()); in RequestPayment()
540 nsresult PaymentRequestService::ShowPayment(const nsAString& aRequestId, in ShowPayment() function in mozilla::dom::PaymentRequestService
H A DPaymentRequestManager.cpp521 void PaymentRequestManager::ShowPayment(PaymentRequest* aRequest, in ShowPayment() function in mozilla::dom::PaymentRequestManager
H A DPaymentRequest.cpp761 manager->ShowPayment(this, aRv); in Show()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/payments/
H A DPaymentRequestManager.h50 nsresult ShowPayment(const nsAString& aRequestId);
H A DPaymentRequestService.cpp150 rv = uiService->ShowPayment(aRequestId); in LaunchUIAction()
H A DPaymentRequestManager.cpp443 nsresult PaymentRequestManager::ShowPayment(const nsAString& aRequestId) { in ShowPayment() function in mozilla::dom::PaymentRequestManager
H A DPaymentRequest.cpp670 nsresult rv = manager->ShowPayment(mInternalId); in Show()