Home
last modified time | relevance | path

Searched defs:RecentURIKey (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DHistory.h204 explicit RecentURIKey(const nsIURI* aURI) : nsURIHashKey(aURI) in RecentURIKey() function
207 RecentURIKey(const RecentURIKey& aOther) : nsURIHashKey(aOther) in RecentURIKey() function
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DHistory.h227 explicit RecentURIKey(const nsIURI* aURI) : nsURIHashKey(aURI) {} in RecentURIKey() function
228 RecentURIKey(const RecentURIKey& aOther) : nsURIHashKey(aOther) { in RecentURIKey() function