/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); 43 auto* cookie = static_cast<Cookie*>(xpcCookie.get());
|
H A D | CookiePersistentStorage.cpp | 383 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NotifyChangedInternal() local 384 MOZ_ASSERT(xpcCookie); in NotifyChangedInternal() 385 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in NotifyChangedInternal()
|
/dports/www/firefox/firefox-99.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local 43 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
|
H A D | CookiePersistentStorage.cpp | 383 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NotifyChangedInternal() local 384 MOZ_ASSERT(xpcCookie); in NotifyChangedInternal() 385 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in NotifyChangedInternal()
|
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local 43 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
|
H A D | CookiePersistentStorage.cpp | 383 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NotifyChangedInternal() local 384 MOZ_ASSERT(xpcCookie); in NotifyChangedInternal() 385 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in NotifyChangedInternal()
|
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 41 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local 42 auto cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
|
H A D | CookiePersistentStorage.cpp | 390 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NotifyChangedInternal() local 391 MOZ_ASSERT(xpcCookie); in NotifyChangedInternal() 392 auto cookie = static_cast<Cookie*>(xpcCookie.get()); in NotifyChangedInternal()
|
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cookie/ |
H A D | CookieServiceParent.cpp | 95 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local 96 auto cookie = static_cast<nsCookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
|
H A D | nsCookieService.cpp | 2237 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NotifyChanged() local 2238 MOZ_ASSERT(xpcCookie); in NotifyChanged() 2239 auto cookie = static_cast<nsCookie *>(xpcCookie.get()); in NotifyChanged()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/ |
H A D | ContentParent.cpp | 2800 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NS_IMPL_CYCLE_COLLECTING_ADDREF() local 2801 NS_ASSERTION(xpcCookie, "couldn't get cookie"); in NS_IMPL_CYCLE_COLLECTING_ADDREF() 2803 cs->RemoveCookie(xpcCookie); in NS_IMPL_CYCLE_COLLECTING_ADDREF() 2806 cs->AddCookie(xpcCookie); in NS_IMPL_CYCLE_COLLECTING_ADDREF()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/ |
H A D | ContentParent.cpp | 3053 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in NS_IMPL_CYCLE_COLLECTING_ADDREF() local 3054 NS_ASSERTION(xpcCookie, "couldn't get cookie"); in NS_IMPL_CYCLE_COLLECTING_ADDREF() 3056 cs->RemoveCookie(xpcCookie); in NS_IMPL_CYCLE_COLLECTING_ADDREF() 3059 cs->AddCookie(xpcCookie); in NS_IMPL_CYCLE_COLLECTING_ADDREF()
|
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/ |
H A D | ContentParent.cpp | 3657 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in Observe() local 3658 NS_ASSERTION(xpcCookie, "couldn't get cookie"); in Observe() 3660 cs->RemoveCookie(xpcCookie); in Observe() 3663 cs->AddCookie(xpcCookie); in Observe()
|
/dports/www/firefox/firefox-99.0/dom/ipc/ |
H A D | ContentParent.cpp | 3728 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in Observe() local 3729 NS_ASSERTION(xpcCookie, "couldn't get cookie"); in Observe() 3731 cs->RemoveCookie(xpcCookie); in Observe() 3734 cs->AddCookie(xpcCookie); in Observe()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/ |
H A D | ContentParent.cpp | 3657 nsCOMPtr<nsICookie> xpcCookie = do_QueryInterface(aSubject); in Observe() local 3658 NS_ASSERTION(xpcCookie, "couldn't get cookie"); in Observe() 3660 cs->RemoveCookie(xpcCookie); in Observe() 3663 cs->AddCookie(xpcCookie); in Observe()
|