Home
last modified time | relevance | path

Searched refs:xpcCookie (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/cookie/
H A DCookieServiceParent.cpp42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i);
43 auto* cookie = static_cast<Cookie*>(xpcCookie.get());
H A DCookiePersistentStorage.cpp383 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 DCookieServiceParent.cpp42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local
43 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
H A DCookiePersistentStorage.cpp383 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 DCookieServiceParent.cpp42 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local
43 auto* cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
H A DCookiePersistentStorage.cpp383 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 DCookieServiceParent.cpp41 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local
42 auto cookie = static_cast<Cookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
H A DCookiePersistentStorage.cpp390 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 DCookieServiceParent.cpp95 nsCOMPtr<nsICookie> xpcCookie = do_QueryElementAt(aCookieList, i); in RemoveBatchDeletedCookies() local
96 auto cookie = static_cast<nsCookie*>(xpcCookie.get()); in RemoveBatchDeletedCookies()
H A DnsCookieService.cpp2237 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 DContentParent.cpp2800 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 DContentParent.cpp3053 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 DContentParent.cpp3657 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 DContentParent.cpp3728 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 DContentParent.cpp3657 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()