Home
last modified time | relevance | path

Searched refs:nowInDays (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp183 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
199 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp183 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
199 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp183 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
199 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp190 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
206 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp201 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
216 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/tests/gtest/
H A DDataStorageTest.cpp208 int32_t nowInDays = int32_t(PR_Now() / microsecondsPerDay); in TEST_F() local
223 EXPECT_STREQ(nsPrintfCString("test\t0\t%d\tvalue\n", nowInDays).get(), in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DDataStorage.cpp798 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
799 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
802 mLastAccessed = nowInDays; in UpdateScore()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DDataStorage.cpp798 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
799 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
802 mLastAccessed = nowInDays; in UpdateScore()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DDataStorage.cpp798 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
799 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
802 mLastAccessed = nowInDays; in UpdateScore()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DDataStorage.cpp921 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
922 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
925 mLastAccessed = nowInDays; in UpdateScore()
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DDataStorage.cpp1005 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
1006 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
1009 mLastAccessed = nowInDays; in UpdateScore()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DDataStorage.cpp1225 int32_t nowInDays = (int32_t)(PR_Now() / sOneDayInMicroseconds); in UpdateScore() local
1226 int32_t daysSinceAccessed = (nowInDays - mLastAccessed); in UpdateScore()
1229 mLastAccessed = nowInDays; in UpdateScore()