Home
last modified time | relevance | path

Searched refs:aPresentationUrl (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentUtils.h2681 static void GetPresentationURL(nsIDocShell* aDocShell, nsAString& aPresentationUrl);
H A DnsContentUtils.cpp9359 nsContentUtils::GetPresentationURL(nsIDocShell* aDocShell, nsAString& aPresentationUrl) in GetPresentationURL() argument
9384 aPresentationUrl = NS_ConvertUTF8toUTF16(uriStr); in GetPresentationURL()
9398 aPresentationUrl = tabChild->PresentationURL(); in GetPresentationURL()
9411 topFrameElement->GetAttribute(NS_LITERAL_STRING("mozpresentation"), aPresentationUrl); in GetPresentationURL()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.h2986 nsAString& aPresentationUrl);
H A DnsContentUtils.cpp8864 nsAString& aPresentationUrl) { argument
8888 aPresentationUrl = NS_ConvertUTF8toUTF16(uriStr);
8902 aPresentationUrl = browserChild->PresentationURL();
8915 topFrameElt->GetAttr(nsGkAtoms::mozpresentation, aPresentationUrl);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h2919 nsAString& aPresentationUrl);
H A DnsContentUtils.cpp9031 nsIDocShell* aDocShell, nsAString& aPresentationUrl) { argument
9055 aPresentationUrl = NS_ConvertUTF8toUTF16(uriStr);
9069 aPresentationUrl = tabChild->PresentationURL();
9084 aPresentationUrl);