Home
last modified time | relevance | path

Searched refs:URLHistory (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Durlhistory.cpp21 URLHistory::URLHistory() : Recents() in URLHistory() function in URLHistory
26 URLHistory::~URLHistory() { in ~URLHistory()
29 void URLHistory::addUrl(QString url) { in addUrl()
48 QString URLHistory::url(int n) { in url()
H A Durlhistory.h24 class URLHistory : public Recents
27 URLHistory();
28 virtual ~URLHistory();
H A Dpreferences.h37 class URLHistory; variable
624 URLHistory * history_urls;
H A Dplaylist.h95 class URLHistory; variable
392 URLHistory * history_urls;
H A Dpreferences.cpp61 history_urls = new URLHistory; in Preferences()
H A Dplaylist.cpp356 history_urls = new URLHistory; in Playlist()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/promotion/
H A DAddToHomeScreenPromotion.java40 public static class URLHistory { class in AddToHomeScreenPromotion
44 private URLHistory(long visits, long lastVisit) { in URLHistory() method in AddToHomeScreenPromotion.URLHistory
180 URLHistory history = getHistoryForURL(context, url); in shouldShowPromotion()
218 public static URLHistory getHistoryForURL(Context context, String url) { in getHistoryForURL()
231 return new URLHistory( in getHistoryForURL()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/promotion/
H A DAddToHomeScreenPromotion.java39 private static class URLHistory { class in AddToHomeScreenPromotion
43 private URLHistory(long visits, long lastVisit) { in URLHistory() method in AddToHomeScreenPromotion.URLHistory
179 URLHistory history = getHistoryForURL(context, url); in shouldShowPromotion()
216 protected URLHistory getHistoryForURL(Context context, String url) { in getHistoryForURL()
225 return new URLHistory( in getHistoryForURL()
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/test/objects/
H A Durl_history_test.py8 from cybox.objects.url_history_object import URLHistory, URLHistoryEntry
44 klass = URLHistory
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/objects/
H A Durl_history_object.py32 class URLHistory(ObjectProperties): class
/dports/security/py-cybox/python-cybox-2.1.0.21/docs/api/
H A Dcoverage.rst73 …story Object ✓ Full :class:`cybox.objects.url_history.URLHistory`