Home
last modified time | relevance | path

Searched refs:privateBrowsingId (Results 1 – 25 of 131) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/antitracking/
H A DContentBlockingUserInteraction.cpp41 uint32_t privateBrowsingId = 0; in Observe() local
42 nsresult rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in Observe()
43 if (!NS_WARN_IF(NS_FAILED(rv)) && privateBrowsingId > 0) { in Observe()
/dports/www/firefox/firefox-99.0/toolkit/components/antitracking/
H A DContentBlockingUserInteraction.cpp41 uint32_t privateBrowsingId = 0; in Observe() local
42 nsresult rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in Observe()
43 if (!NS_WARN_IF(NS_FAILED(rv)) && privateBrowsingId > 0) { in Observe()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/antitracking/
H A DContentBlockingUserInteraction.cpp41 uint32_t privateBrowsingId = 0; in Observe() local
42 nsresult rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in Observe()
43 if (!NS_WARN_IF(NS_FAILED(rv)) && privateBrowsingId > 0) { in Observe()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/antitracking/
H A DContentBlockingUserInteraction.cpp41 uint32_t privateBrowsingId = 0; in Observe() local
42 nsresult rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in Observe()
43 if (!NS_WARN_IF(NS_FAILED(rv)) && privateBrowsingId > 0) { in Observe()
/dports/www/firefox-esr/firefox-91.8.0/dom/storage/
H A DLocalStorageManager.cpp179 const uint32_t privateBrowsingId = in GetStorageInternal() local
184 StorageDBChild* db = StorageDBChild::Get(privateBrowsingId); in GetStorageInternal()
211 uint32_t privateBrowsingId; in GetStorageInternal() local
212 rv = aStoragePrincipal->GetPrivateBrowsingId(&privateBrowsingId); in GetStorageInternal()
227 actor, principalInfo, originKey, privateBrowsingId)); in GetStorageInternal()
H A DPBackgroundLocalStorageCache.ipdl25 // The principalInfo and privateBrowsingId could instead be retained by the
32 uint32_t privateBrowsingId,
/dports/www/firefox/firefox-99.0/dom/storage/
H A DLocalStorageManager.cpp179 const uint32_t privateBrowsingId = in GetStorageInternal() local
184 StorageDBChild* db = StorageDBChild::Get(privateBrowsingId); in GetStorageInternal()
211 uint32_t privateBrowsingId; in GetStorageInternal() local
212 rv = aStoragePrincipal->GetPrivateBrowsingId(&privateBrowsingId); in GetStorageInternal()
227 actor, principalInfo, originKey, privateBrowsingId)); in GetStorageInternal()
H A DPBackgroundLocalStorageCache.ipdl26 // The principalInfo and privateBrowsingId could instead be retained by the
33 uint32_t privateBrowsingId,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/storage/
H A DLocalStorageManager.cpp179 const uint32_t privateBrowsingId = in GetStorageInternal() local
184 StorageDBChild* db = StorageDBChild::Get(privateBrowsingId); in GetStorageInternal()
211 uint32_t privateBrowsingId; in GetStorageInternal() local
212 rv = aStoragePrincipal->GetPrivateBrowsingId(&privateBrowsingId); in GetStorageInternal()
227 actor, principalInfo, originKey, privateBrowsingId)); in GetStorageInternal()
H A DPBackgroundLocalStorageCache.ipdl25 // The principalInfo and privateBrowsingId could instead be retained by the
32 uint32_t privateBrowsingId,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/storage/
H A DPBackgroundLocalStorageCache.ipdl25 // The principalInfo and privateBrowsingId could instead be retained by the
32 uint32_t privateBrowsingId,
H A DLocalStorageManager.cpp195 uint32_t privateBrowsingId; in GetStorageInternal() local
196 rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in GetStorageInternal()
211 actor, principalInfo, originKey, privateBrowsingId)); in GetStorageInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/storage/
H A DPBackgroundLocalStorageCache.ipdl25 // The principalInfo and privateBrowsingId could instead be retained by the
31 uint32_t privateBrowsingId,
H A DLocalStorageManager.cpp243 uint32_t privateBrowsingId; in GetStorageInternal() local
244 rv = aPrincipal->GetPrivateBrowsingId(&privateBrowsingId); in GetStorageInternal()
257 actor, principalInfo, originKey, privateBrowsingId)); in GetStorageInternal()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/modules/geckoview/
H A DGeckoViewStorageController.jsm125 privateMode: p.principal.privateBrowsingId != 0,
145 privateMode: p.principal.privateBrowsingId != 0,
167 privateBrowsingId: aData.privateId,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp85 uint32_t privateBrowsingId = 0; in Constructor() local
87 MOZ_ALWAYS_SUCCEEDS(principal->GetPrivateBrowsingId(&privateBrowsingId)); in Constructor()
89 MOZ_DIAGNOSTIC_ASSERT(privateBrowsingId != 0); in Constructor()
/dports/www/firefox/firefox-99.0/mobile/android/modules/geckoview/
H A DGeckoViewStorageController.jsm127 privateMode: p.principal.privateBrowsingId != 0,
147 privateMode: p.principal.privateBrowsingId != 0,
181 privateBrowsingId: aData.privateId,
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/modules/geckoview/
H A DGeckoViewStorageController.jsm125 privateMode: p.principal.privateBrowsingId != 0,
145 privateMode: p.principal.privateBrowsingId != 0,
167 privateBrowsingId: aData.privateId,
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp88 uint32_t privateBrowsingId = 0; in Constructor() local
90 MOZ_ALWAYS_SUCCEEDS(principal->GetPrivateBrowsingId(&privateBrowsingId)); in Constructor()
92 MOZ_DIAGNOSTIC_ASSERT(privateBrowsingId != 0); in Constructor()
/dports/www/firefox/firefox-99.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp88 uint32_t privateBrowsingId = 0; in Constructor() local
90 MOZ_ALWAYS_SUCCEEDS(principal->GetPrivateBrowsingId(&privateBrowsingId)); in Constructor()
92 MOZ_DIAGNOSTIC_ASSERT(privateBrowsingId != 0); in Constructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/sharedworkers/
H A DSharedWorker.cpp88 uint32_t privateBrowsingId = 0; in Constructor() local
90 MOZ_ALWAYS_SUCCEEDS(principal->GetPrivateBrowsingId(&privateBrowsingId)); in Constructor()
92 MOZ_DIAGNOSTIC_ASSERT(privateBrowsingId != 0); in Constructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/webidl/
H A DChromeUtils.webidl82 unsigned long privateBrowsingId = 0;
90 unsigned long privateBrowsingId;
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DPBackground.ipdl147 uint32_t privateBrowsingId,
178 uint32_t privateBrowsingId);
182 async PBackgroundStorage(nsString profilePath, uint32_t privateBrowsingId);
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DPBackground.ipdl154 uint32_t privateBrowsingId,
185 uint32_t privateBrowsingId);
189 async PBackgroundStorage(nsString profilePath, uint32_t privateBrowsingId);
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DPBackground.ipdl147 uint32_t privateBrowsingId,
178 uint32_t privateBrowsingId);
182 async PBackgroundStorage(nsString profilePath, uint32_t privateBrowsingId);

123456