Home
last modified time | relevance | path

Searched refs:webNav (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DTelemetryScrollProbe.cpp19 nsWeakPtr webNav = do_GetWeakReference(aWebFrame->mTabChild->WebNavigation()); in Create() local
20 RefPtr<TelemetryScrollProbe> probe = new TelemetryScrollProbe(webNav); in Create()
28 nsCOMPtr<nsIWebNavigation> webNav = do_QueryReferent(mWebNav); in GetWebNavigation() local
29 return webNav.forget(); in GetWebNavigation()
34 if (nsCOMPtr<nsIWebNavigation> webNav = GetWebNavigation()) { in GetDocument() local
36 webNav->GetDocument(getter_AddRefs(domDoc)); in GetDocument()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsHistory.cpp237 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(sHistory)); in Back() local
238 if (!webNav) { in Back()
244 webNav->GoBack(); in Back()
258 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(sHistory)); in Forward() local
259 if (!webNav) { in Forward()
265 webNav->GoForward(); in Forward()
337 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(root)); in GetSessionHistory() local
338 NS_ENSURE_TRUE(webNav, nullptr); in GetSessionHistory()
343 webNav->GetSessionHistory(getter_AddRefs(shistory)); in GetSessionHistory()
H A DnsGlobalWindowCommands.cpp832 nsCOMPtr<nsIWebNavigation> webNav;
833 GetWebNavigationFromContext(aCommandContext, getter_AddRefs(webNav));
834 NS_ENSURE_TRUE(webNav, NS_ERROR_INVALID_ARG);
836 return IsCommandEnabled(aCommandName, webNav, outCmdEnabled);
851 nsCOMPtr<nsIWebNavigation> webNav;
852 GetWebNavigationFromContext(aCommandContext, getter_AddRefs(webNav));
853 NS_ENSURE_TRUE(webNav, NS_ERROR_INVALID_ARG);
855 return DoWebNavCommand(aCommandName, webNav);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsHistory.cpp212 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(sHistory)); in Back() local
213 if (!webNav) { in Back()
219 webNav->GoBack(); in Back()
231 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(sHistory)); in Forward() local
232 if (!webNav) { in Forward()
238 webNav->GoForward(); in Forward()
301 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(root)); in GetSessionHistory() local
302 NS_ENSURE_TRUE(webNav, nullptr); in GetSessionHistory()
307 webNav->GetSessionHistory(getter_AddRefs(shistory)); in GetSessionHistory()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/actors/
H A DBrowserTabChild.jsm86 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
88 if (webNav.sessionHistory) {
89 webNav = webNav.sessionHistory;
98 () => webNav.reload(reloadFlags)
/dports/www/firefox/firefox-99.0/browser/actors/
H A DBrowserTabChild.jsm77 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
79 if (webNav.sessionHistory) {
80 webNav = webNav.sessionHistory;
93 () => webNav.reload(reloadFlags)
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DBrowserTabChild.jsm77 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
79 if (webNav.sessionHistory) {
80 webNav = webNav.sessionHistory;
93 () => webNav.reload(reloadFlags)
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DBrowserTabChild.jsm77 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
79 if (webNav.sessionHistory) {
80 webNav = webNav.sessionHistory;
93 () => webNav.reload(reloadFlags)
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/reader/
H A DReaderMode.jsm102 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
103 let sh = webNav.sessionHistory;
104 if (webNav.canGoForward) {
108 webNav.goForward();
123 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
124 let sh = webNav.sessionHistory;
125 if (webNav.canGoBack) {
129 webNav.goBack();
143 let flags = webNav.LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL |
144 webNav.LOAD_FLAGS_DISALLOW_INHERIT_OWNER;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsHistory.cpp271 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(root)); in GetSessionHistory() local
272 NS_ENSURE_TRUE(webNav, nullptr); in GetSessionHistory()
275 return webNav->GetSessionHistory(); in GetSessionHistory()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/security/
H A DFramingChecker.cpp244 nsCOMPtr<nsIWebNavigation> webNav(do_QueryObject(aDocShell)); in CheckFrameOptions() local
245 if (webNav) { in CheckFrameOptions()
250 webNav->LoadURI(u"about:blank", 0, nullptr, nullptr, nullptr, in CheckFrameOptions()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/reader/
H A DReaderMode.jsm84 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
85 let sh = webNav.sessionHistory;
86 if (webNav.canGoForward) {
90 webNav.goForward();
105 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
106 let sh = webNav.sessionHistory;
107 if (webNav.canGoBack) {
111 webNav.goBack();
127 let loadFlags = webNav.LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL;
142 webNav.loadURI(originalURL, loadURIOptions);
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/DOM/
H A DNavigation.cs39 public Navigation (WebBrowser control, nsIWebNavigation webNav) : base (control) in Navigation() argument
41 this.navigation = webNav; in Navigation()
/dports/www/firefox/firefox-99.0/toolkit/components/reader/
H A DReaderMode.jsm98 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
99 let sh = webNav.sessionHistory;
100 if (webNav.canGoForward) {
104 webNav.goForward();
139 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
142 let sh = webNav.sessionHistory;
143 if (webNav.canGoBack) {
147 webNav.goBack();
164 let loadFlags = webNav.LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL;
180 webNav.loadURI(originalURL, loadURIOptions);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/reader/
H A DReaderMode.jsm98 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
99 let sh = webNav.sessionHistory;
100 if (webNav.canGoForward) {
104 webNav.goForward();
139 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
142 let sh = webNav.sessionHistory;
143 if (webNav.canGoBack) {
147 webNav.goBack();
164 let loadFlags = webNav.LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL;
180 webNav.loadURI(originalURL, loadURIOptions);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/reader/
H A DReaderMode.jsm98 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
99 let sh = webNav.sessionHistory;
100 if (webNav.canGoForward) {
104 webNav.goForward();
139 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
142 let sh = webNav.sessionHistory;
143 if (webNav.canGoBack) {
147 webNav.goBack();
164 let loadFlags = webNav.LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL;
180 webNav.loadURI(originalURL, loadURIOptions);
/dports/www/firefox-legacy/firefox-52.8.0esr/xpfe/appshell/
H A DnsWebShellWindow.cpp247 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(mDocShell)); in NS_IMPL_ADDREF_INHERITED() local
248 NS_ENSURE_TRUE(webNav, NS_ERROR_FAILURE); in NS_IMPL_ADDREF_INHERITED()
249 rv = webNav->LoadURI(urlString.get(), in NS_IMPL_ADDREF_INHERITED()
717 nsCOMPtr<nsIWebNavigation> webNav(do_QueryInterface(content)); in LoadContentAreas() local
718 if (webNav) { in LoadContentAreas()
723 webNav->LoadURI(contentURL.get(), in LoadContentAreas()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DTabChild.h521 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetFrom() local
522 nsCOMPtr<nsIDocShell> docShell = do_QueryInterface(webNav); in GetFrom()
529 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetFrom() local
530 nsCOMPtr<nsIDocShell> docShell = do_QueryInterface(webNav); in GetFrom()
553 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetFrom() local
554 nsCOMPtr<nsIDocShell> docShell = do_QueryInterface(webNav); in GetFrom()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DLoadContextInfo.cpp152 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
153 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DLoadContextInfo.cpp152 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
153 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DLoadContextInfo.cpp151 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
152 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DLoadContextInfo.cpp159 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
160 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DLoadContextInfo.cpp152 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
153 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DLoadContextInfo.cpp152 nsCOMPtr<nsIWebNavigation> webNav = do_GetInterface(aWindow); in GetLoadContextInfo() local
153 nsCOMPtr<nsILoadContext> loadContext = do_QueryInterface(webNav); in GetLoadContextInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/reader/
H A DReaderMode.jsm97 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
98 let sh = webNav.sessionHistory;
99 if (webNav.canGoForward) {
103 webNav.goForward();
118 let webNav = docShell.QueryInterface(Ci.nsIWebNavigation);
119 let sh = webNav.sessionHistory;
120 if (webNav.canGoBack) {
124 webNav.goBack();

12345678