Home
last modified time | relevance | path

Searched refs:aFrecency (Results 1 – 25 of 74) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/places/
H A DPlaceInfo.cpp21 int64_t aFrecency) in PlaceInfo() argument
26 mFrecency(aFrecency), in PlaceInfo()
33 int64_t aFrecency, const VisitsArray& aVisits) in PlaceInfo() argument
38 mFrecency(aFrecency), in PlaceInfo()
H A DPlaceInfo.h27 const nsString& aTitle, int64_t aFrecency);
29 const nsString& aTitle, int64_t aFrecency,
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DPlaceInfo.cpp21 int64_t aFrecency) in PlaceInfo() argument
26 mFrecency(aFrecency), in PlaceInfo()
33 int64_t aFrecency, const VisitsArray& aVisits) in PlaceInfo() argument
38 mFrecency(aFrecency), in PlaceInfo()
H A DPlaceInfo.h28 const nsString& aTitle, int64_t aFrecency);
30 const nsString& aTitle, int64_t aFrecency,
/dports/www/firefox/firefox-99.0/toolkit/components/places/
H A DPlaceInfo.cpp22 int64_t aFrecency) in PlaceInfo() argument
27 mFrecency(aFrecency), in PlaceInfo()
34 int64_t aFrecency, const VisitsArray& aVisits) in PlaceInfo() argument
39 mFrecency(aFrecency), in PlaceInfo()
H A DPlaceInfo.h27 const nsString& aTitle, int64_t aFrecency);
29 const nsString& aTitle, int64_t aFrecency,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DPlaceInfo.cpp21 int64_t aFrecency) in PlaceInfo() argument
26 mFrecency(aFrecency), in PlaceInfo()
33 int64_t aFrecency, const VisitsArray& aVisits) in PlaceInfo() argument
38 mFrecency(aFrecency), in PlaceInfo()
H A DPlaceInfo.h27 const nsString& aTitle, int64_t aFrecency);
29 const nsString& aTitle, int64_t aFrecency,
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DPlaceInfo.cpp23 int64_t aFrecency) in PlaceInfo() argument
28 , mFrecency(aFrecency) in PlaceInfo()
38 int64_t aFrecency, in PlaceInfo() argument
44 , mFrecency(aFrecency) in PlaceInfo()
H A DPlaceInfo.h30 const nsString& aTitle, int64_t aFrecency);
32 const nsString& aTitle, int64_t aFrecency,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/places/
H A DPlaceInfo.cpp21 int64_t aFrecency) in PlaceInfo() argument
26 mFrecency(aFrecency), in PlaceInfo()
33 int64_t aFrecency, const VisitsArray& aVisits) in PlaceInfo() argument
38 mFrecency(aFrecency), in PlaceInfo()
H A DPlaceInfo.h27 const nsString& aTitle, int64_t aFrecency);
29 const nsString& aTitle, int64_t aFrecency,
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheFileMetadata.h32 #define FRECENCY2INT(aFrecency) \ argument
33 ((uint32_t)((aFrecency)*CacheObserver::HalfLifeSeconds()))
170 void SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h230 void SetFrecency(uint32_t aFrecency) { mRec->Get()->mFrecency = aFrecency; } in SetFrecency() argument
412 void SetFrecency(uint32_t aFrecency) { in SetFrecency() argument
414 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
735 const uint32_t* aFrecency,
847 const uint32_t* aFrecency,
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheFileMetadata.h37 #define FRECENCY2INT(aFrecency) \ argument
38 ((uint32_t)((aFrecency)*CacheObserver::HalfLifeSeconds()))
177 void SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h230 void SetFrecency(uint32_t aFrecency) { mRec->Get()->mFrecency = aFrecency; } in SetFrecency() argument
412 void SetFrecency(uint32_t aFrecency) { in SetFrecency() argument
414 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
735 const uint32_t* aFrecency,
847 const uint32_t* aFrecency,
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheFileMetadata.h33 #define FRECENCY2INT(aFrecency) \ argument
34 ((uint32_t)((aFrecency)*CacheObserver::HalfLifeSeconds()))
171 nsresult SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h214 void SetFrecency(uint32_t aFrecency) { mRec->mFrecency = aFrecency; } in SetFrecency() argument
388 void SetFrecency(uint32_t aFrecency) { in SetFrecency() argument
390 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
688 const uint32_t *aFrecency,
793 const uint32_t *aFrecency,
H A DCacheIndex.cpp924 const uint32_t *aFrecency, in UpdateEntry() argument
934 LOGSHA1(aHash), aFrecency ? nsPrintfCString("%u", *aFrecency).get() : "", in UpdateEntry()
976 if (!HasEntryChanged(entry, aFrecency, aExpirationTime, aHasAltData, in UpdateEntry()
985 if (aFrecency) { in UpdateEntry()
986 entry->SetFrecency(*aFrecency); in UpdateEntry()
1035 if (aFrecency) { in UpdateEntry()
1036 updated->SetFrecency(*aFrecency); in UpdateEntry()
1538 const uint32_t *aFrecency, in HasEntryChanged() argument
1544 if (aFrecency && *aFrecency != aEntry->GetFrecency()) { in HasEntryChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheFileMetadata.h33 #define FRECENCY2INT(aFrecency) \ argument
34 ((uint32_t)((aFrecency) * CacheObserver::HalfLifeSeconds()))
165 nsresult SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h201 void SetFrecency(uint32_t aFrecency) { mRec->mFrecency = aFrecency; } in SetFrecency() argument
351 void SetFrecency(uint32_t aFrecency) in SetFrecency() argument
354 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
630 const uint32_t *aFrecency,
728 const uint32_t *aFrecency,
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheFileMetadata.h32 #define FRECENCY2INT(aFrecency) \ argument
33 ((uint32_t)((aFrecency)*CacheObserver::HalfLifeSeconds()))
170 void SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h230 void SetFrecency(uint32_t aFrecency) { mRec->Get()->mFrecency = aFrecency; } in SetFrecency() argument
412 void SetFrecency(uint32_t aFrecency) { in SetFrecency() argument
414 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
735 const uint32_t* aFrecency,
847 const uint32_t* aFrecency,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheFileMetadata.h32 #define FRECENCY2INT(aFrecency) \ argument
33 ((uint32_t)((aFrecency)*CacheObserver::HalfLifeSeconds()))
170 void SetFrecency(uint32_t aFrecency); in NS_DEFINE_STATIC_IID_ACCESSOR()
H A DCacheIndex.h215 void SetFrecency(uint32_t aFrecency) { mRec->mFrecency = aFrecency; } in SetFrecency() argument
397 void SetFrecency(uint32_t aFrecency) { in SetFrecency() argument
399 CacheIndexEntry::SetFrecency(aFrecency); in SetFrecency()
732 const uint32_t* aFrecency,
841 const uint32_t* aFrecency,

123