Home
last modified time | relevance | path

Searched refs:nsISHistory (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsISHistory.cs38 internal interface nsISHistory { interface
40 #region nsISHistory
87 public static nsISHistory GetProxy (Mono.WebBrowser.IWebBrowser control, nsISHistory obj) in GetProxy()
89 object o = Base.GetProxyForObject (control, typeof(nsISHistory).GUID, obj); in GetProxy()
90 return o as nsISHistory; in GetProxy()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DPartialSHistory.cpp34 already_AddRefed<nsISHistory>
49 nsCOMPtr<nsISHistory> shistory; in GetSessionHistory()
75 nsCOMPtr<nsISHistory> shistory(GetSessionHistory()); in GetCount()
100 nsCOMPtr<nsISHistory> shistory(GetSessionHistory()); in GetGlobalIndexOffset()
131 nsCOMPtr<nsISHistory> shistory(GetSessionHistory()); in OnAttachGroupedSessionHistory()
163 nsCOMPtr<nsISHistory> shistory(GetSessionHistory()); in OnActive()
190 nsCOMPtr<nsISHistory> shistory(GetSessionHistory()); in OnDeactive()
H A DnsHistory.cpp74 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in GetLength()
204 nsCOMPtr<nsISHistory> session_history = GetSessionHistory(); in Go()
236 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in Back()
257 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in Forward()
328 already_AddRefed<nsISHistory>
340 nsCOMPtr<nsISHistory> shistory; in GetSessionHistory()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/shistory/
H A DnsSHEntryShared.cpp31 SHEntrySharedParentState::SHEntrySharedParentState(nsISHistory* aSHistory) in SHEntrySharedParentState()
66 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in NotifyListenersContentViewerEvicted()
113 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromExpirationTracker()
168 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetContentViewer()
201 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromBFCacheSync()
232 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(self->mSHistory); in RemoveFromBFCacheAsync()
H A DChildSHistory.h29 class nsISHistory; variable
76 nsISHistory* LegacySHistory();
106 nsCOMPtr<nsISHistory> mHistory;
/dports/www/firefox-esr/firefox-91.8.0/docshell/shistory/
H A DnsSHEntryShared.cpp110 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in NotifyListenersContentViewerEvicted()
123 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
131 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
178 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromExpirationTracker()
233 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetContentViewer()
266 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromBFCacheSync()
297 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(self->mSHistory); in RemoveFromBFCacheAsync()
H A DChildSHistory.h31 class nsISHistory; variable
89 nsISHistory* GetLegacySHistory(ErrorResult& aError);
90 nsISHistory* LegacySHistory();
130 nsCOMPtr<nsISHistory> mHistory;
/dports/www/firefox/firefox-99.0/docshell/shistory/
H A DnsSHEntryShared.cpp110 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in NotifyListenersContentViewerEvicted()
123 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
131 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
178 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromExpirationTracker()
233 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetContentViewer()
266 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromBFCacheSync()
297 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(self->mSHistory); in RemoveFromBFCacheAsync()
H A DChildSHistory.h31 class nsISHistory; variable
89 nsISHistory* GetLegacySHistory(ErrorResult& aError);
90 nsISHistory* LegacySHistory();
130 nsCOMPtr<nsISHistory> mHistory;
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/shistory/
H A DnsSHEntryShared.cpp110 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in NotifyListenersContentViewerEvicted()
123 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
131 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetFrameLoader()
178 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromExpirationTracker()
233 if (nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory)) { in SetContentViewer()
266 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(mSHistory); in RemoveFromBFCacheSync()
297 nsCOMPtr<nsISHistory> shistory = do_QueryReferent(self->mSHistory); in RemoveFromBFCacheAsync()
H A DChildSHistory.h31 class nsISHistory; variable
89 nsISHistory* GetLegacySHistory(ErrorResult& aError);
90 nsISHistory* LegacySHistory();
130 nsCOMPtr<nsISHistory> mHistory;
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DChildSHistory.webidl7 interface nsISHistory;
32 * Getter for the legacy nsISHistory implementation.
35 * the interaction with nsISHistory in the parent process.
38 readonly attribute nsISHistory legacySHistory;
/dports/www/firefox/firefox-99.0/dom/webidl/
H A DChildSHistory.webidl7 interface nsISHistory;
32 * Getter for the legacy nsISHistory implementation.
35 * the interaction with nsISHistory in the parent process.
38 readonly attribute nsISHistory legacySHistory;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webidl/
H A DChildSHistory.webidl7 interface nsISHistory;
32 * Getter for the legacy nsISHistory implementation.
35 * the interaction with nsISHistory in the parent process.
38 readonly attribute nsISHistory legacySHistory;
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/shistory/
H A DnsIPartialSHistoryListener.idl11 * Listener to handle cross partial nsISHistory navigation requests.
17 * Called when the navigation target belongs to another nsISHistory within
18 * the same nsIGroupedSHistory, and it needs to initiate cross nsISHistory
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsHistory.cpp63 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in GetLength()
182 nsCOMPtr<nsISHistory> session_history = GetSessionHistory(); in Go()
211 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in Back()
230 nsCOMPtr<nsISHistory> sHistory = GetSessionHistory(); in Forward()
294 already_AddRefed<nsISHistory> nsHistory::GetSessionHistory() const { in GetSessionHistory()
304 nsCOMPtr<nsISHistory> shistory; in GetSessionHistory()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DChildSHistory.webidl8 ///interface nsISHistory;
33 * Getter for the legacy nsISHistory implementation.
39 readonly attribute nsISHistory legacySHistory;

12345678