Home
last modified time | relevance | path

Searched refs:profile_key (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/
H A Ddownload_manager_service.cc98 return profile_key == ProfileKeyStartupAccessor::GetInstance()->profile_key(); in IsReducedModeProfileKey()
295 ProfileKey* profile_key = in ResumeDownload() local
312 ProfileKey* profile_key = in RetryDownload() local
326 ProfileKey* profile_key = in PauseDownload() local
340 ProfileKey* profile_key = in RemoveDownload() local
352 ProfileKey* profile_key = in GetAllDownloads() local
416 ProfileKey* profile_key = in UpdateLastAccessTime() local
429 ProfileKey* profile_key = in CancelDownload() local
505 ProfileKey* profile_key, in ResumeDownloadInternal() argument
524 ProfileKey* profile_key, in RetryDownloadInternal() argument
[all …]
H A Ddownload_startup_utils.cc37 ProfileKey* profile_key) { in EnsureDownloadSystemInitialized() argument
38 if (!profile_key) in EnsureDownloadSystemInitialized()
39 profile_key = ProfileKeyStartupAccessor::GetInstance()->profile_key(); in EnsureDownloadSystemInitialized()
40 DownloadManagerUtils::GetInProgressDownloadManager(profile_key); in EnsureDownloadSystemInitialized()
41 return profile_key; in EnsureDownloadSystemInitialized()
H A Ddownload_manager_service.h194 ProfileKey* profile_key);
211 ProfileKey* profile_key,
216 ProfileKey* profile_key,
221 ProfileKey* profile_key);
225 ProfileKey* profile_key);
229 ProfileKey* profile_key);
232 void GetAllDownloadsInternal(ProfileKey* profile_key);
248 void ResetCoordinatorIfNeeded(ProfileKey* profile_key);
254 ProfileKey* profile_key);
261 ProfileKey* profile_key);
[all …]
H A Ddownload_controller.cc349 ProfileKey* profile_key = GetProfileKey(download_item); in OnDownloadStarted() local
350 if (!profile_key) in OnDownloadStarted()
353 DownloadOfflineContentProviderFactory::GetForKey(profile_key) in OnDownloadStarted()
480 ProfileKey* profile_key; in GetProfileKey() local
482 profile_key = profile->GetProfileKey(); in GetProfileKey()
484 profile_key = ProfileKeyStartupAccessor::GetInstance()->profile_key(); in GetProfileKey()
486 return profile_key; in GetProfileKey()
/dports/net-im/zkgroup/zkgroup-0.7.4/rust/src/crypto/
H A Dprofile_key_encryption.rs85 let E_B1 = self.calc_E_B1(profile_key); in encrypt()
86 let E_B2 = (self.b2 * E_B1) + profile_key.M4; in encrypt()
136 self.b1 * profile_key.M3 in calc_E_B1()
172 let ciphertext = key_pair.encrypt(profile_key); in test_profile_key_encryption()
192 assert!(plaintext == profile_key); in test_profile_key_encryption()
202 let profile_key = in test_profile_key_encryption() localVariable
204 let ciphertext = key_pair.encrypt(profile_key); in test_profile_key_encryption()
210 let ciphertext = key_pair.encrypt(profile_key); in test_profile_key_encryption()
215 let ciphertext = key_pair.encrypt(profile_key); in test_profile_key_encryption()
220 let ciphertext = key_pair.encrypt(profile_key); in test_profile_key_encryption()
[all …]
H A Dprofile_key_commitment.rs69 profile_key: profile_key_struct::ProfileKeyStruct, in new()
74 let profile_key_struct::ProfileKeyStruct { M3, M4, .. } = profile_key; in new()
75 let j3 = Self::calc_j3(profile_key.bytes, uid_bytes); in new()
115 let profile_key = profile_key_struct::ProfileKeyStruct::new(TEST_ARRAY_32, TEST_ARRAY_16); in test_commitment() localVariable
116 let c1 = CommitmentWithSecretNonce::new(profile_key, TEST_ARRAY_16); in test_commitment()
117 let c2 = CommitmentWithSecretNonce::new(profile_key, TEST_ARRAY_16); in test_commitment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/prefetch/
H A Dprefetch_service_factory.cc112 ProfileKey* profile_key = ProfileKey::FromSimpleFactoryKey(key); in BuildServiceInstanceFor() local
115 OfflinePageModelFactory::GetForKey(profile_key); in BuildServiceInstanceFor()
119 std::make_unique<OfflineMetricsCollectorImpl>(profile_key->GetPrefs()); in BuildServiceInstanceFor()
122 std::make_unique<PrefetchDispatcherImpl>(profile_key->GetPrefs()); in BuildServiceInstanceFor()
139 profile_key->GetPrefs()); in BuildServiceInstanceFor()
149 profile_key, image_fetcher::ImageFetcherConfig::kReducedMode); in BuildServiceInstanceFor()
152 DownloadServiceFactory::GetForKey(profile_key), chrome::GetChannel(), in BuildServiceInstanceFor()
153 profile_key->GetPrefs()); in BuildServiceInstanceFor()
160 profile_key->GetPrefs()); in BuildServiceInstanceFor()
168 profile_key->GetPrefs()); in BuildServiceInstanceFor()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/scheduler/
H A Dnotification_schedule_service_factory.cc94 auto* profile_key = ProfileKey::FromSimpleFactoryKey(key); in BuildServiceInstanceFor() local
95 base::FilePath storage_dir = profile_key->GetPath().Append( in BuildServiceInstanceFor()
97 auto client_registrar = RegisterClients(profile_key); in BuildServiceInstanceFor()
107 auto* db_provider = profile_key->GetProtoDatabaseProvider(); in BuildServiceInstanceFor()
111 profile_key->IsOffTheRecord()); in BuildServiceInstanceFor()
117 ProfileKey* profile_key = ProfileKey::FromSimpleFactoryKey(key); in GetKeyToUse() local
118 return profile_key->GetOriginalKey(); in GetKeyToUse()
H A Dnotification_background_task_scheduler_android.cc25 ProfileKey* profile_key = ::android::GetLastUsedRegularProfileKey(); in JNI_NotificationSchedulerTask_OnStartTask() local
26 auto* service = NotificationScheduleServiceFactory::GetForKey(profile_key); in JNI_NotificationSchedulerTask_OnStartTask()
38 ProfileKey* profile_key = ::android::GetLastUsedRegularProfileKey(); in JNI_NotificationSchedulerTask_OnStopTask() local
39 auto* service = NotificationScheduleServiceFactory::GetForKey(profile_key); in JNI_NotificationSchedulerTask_OnStopTask()
H A Ddisplay_agent_android.cc29 ProfileKey* profile_key = ::android::GetLastUsedRegularProfileKey(); in GetUserActionHandler() local
30 DCHECK(profile_key); in GetUserActionHandler()
31 auto* service = NotificationScheduleServiceFactory::GetForKey(profile_key); in GetUserActionHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/loader/
H A Dnacl_validation_query.cc17 const std::string& profile_key, in NaClValidationQueryContext() argument
20 profile_key_(profile_key), in NaClValidationQueryContext()
24 CHECK(profile_key.length() >= 8); in NaClValidationQueryContext()
36 const std::string& profile_key) in NaClValidationQuery() argument
41 CHECK(hasher_.Init(profile_key)); in NaClValidationQuery()
124 NaClValidationDB* db, const std::string& profile_key, in CreateValidationCache() argument
130 cache->handle = new NaClValidationQueryContext(db, profile_key, nacl_version); in CreateValidationCache()
H A Dnacl_validation_query.h23 const std::string& profile_key,
45 NaClValidationQuery(NaClValidationDB* db, const std::string& profile_key);
89 NaClValidationDB* db, const std::string& profile_key,
/dports/net-im/zkgroup/zkgroup-0.7.4/rust/benches/
H A Dzkgroup_benchmarks.rs97 let profile_key = in benchmark_integration_profile() localVariable
99 let profile_key_commitment = profile_key.get_commitment(uid); in benchmark_integration_profile()
107 profile_key, in benchmark_integration_profile()
115 profile_key, in benchmark_integration_profile()
166 let profile_key_ciphertext = group_secret_params.encrypt_profile_key(profile_key, uid); in benchmark_integration_profile()
169 b.iter(|| group_secret_params.encrypt_profile_key(profile_key, uid)) in benchmark_integration_profile()
180 assert!(decrypted_profile_key.get_bytes() == profile_key.get_bytes()); in benchmark_integration_profile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/updates/
H A Dupdate_notification_service_factory.cc45 auto* profile_key = ProfileKey::FromSimpleFactoryKey(key); in BuildServiceInstanceFor() local
48 NotificationScheduleServiceFactory::GetForKey(profile_key); in BuildServiceInstanceFor()
59 ProfileKey* profile_key = ProfileKey::FromSimpleFactoryKey(key); in GetKeyToUse() local
60 return profile_key->GetOriginalKey(); in GetKeyToUse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/query_tiles/
H A Dtile_background_task.cc31 auto* profile_key = in OnStartTaskWithFullBrowser() local
33 StartFetchTask(profile_key, false, std::move(callback)); in OnStartTaskWithFullBrowser()
38 auto* profile_key = in OnFullBrowserLoaded() local
40 StartFetchTask(profile_key, false, std::move(callback_)); in OnFullBrowserLoaded()
/dports/print/cups-filters/cups-filters-1.28.10/cupsfilters/
H A Dcolormanager.c295 const char *profile_key; in _get_ppd_icc_fallback() local
299 profile_key = "APTiogaProfile"; in _get_ppd_icc_fallback()
300 attr = ppdFindAttr(ppd, profile_key, NULL); in _get_ppd_icc_fallback()
302 profile_key = "cupsICCProfile"; in _get_ppd_icc_fallback()
303 attr = ppdFindAttr(ppd, profile_key, NULL); in _get_ppd_icc_fallback()
320 for (;attr != NULL; attr = ppdFindNextAttr(ppd, profile_key, NULL)) { in _get_ppd_icc_fallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/items/
H A Doffline_content_aggregator_factory_android.cc21 ProfileKey* profile_key = ::android::GetLastUsedRegularProfileKey(); in JNI_OfflineContentAggregatorFactory_GetOfflineContentAggregator() local
22 DCHECK(profile_key); in JNI_OfflineContentAggregatorFactory_GetOfflineContentAggregator()
24 OfflineContentAggregatorFactory::GetInstance()->GetForKey(profile_key); in JNI_OfflineContentAggregatorFactory_GetOfflineContentAggregator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/query_tiles/android/
H A Dtile_provider_factory.cc19 ProfileKey* profile_key = profile->GetProfileKey(); in JNI_TileProviderFactory_GetForProfile() local
23 if (profile_key == nullptr) in JNI_TileProviderFactory_GetForProfile()
27 query_tiles::TileServiceFactory::GetInstance()->GetForKey(profile_key); in JNI_TileProviderFactory_GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/video_tutorials/internal/android/
H A Dvideo_tutorial_service_bridge_factory.cc33 ProfileKey* profile_key = profile->GetProfileKey(); in JNI_VideoTutorialServiceFactory_GetForProfile() local
40 if (profile_key == nullptr) in JNI_VideoTutorialServiceFactory_GetForProfile()
45 profile_key); in JNI_VideoTutorialServiceFactory_GetForProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc154 RegKey profile_key; in TEST_F() local
155 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS); in TEST_F()
156 EXPECT_TRUE(profile_key.Valid()); in TEST_F()
158 CreateSubkey(&profile_key, L"0", profile1, base::size(profile1)); in TEST_F()
159 CreateSubkey(&profile_key, L"1", profile2, base::size(profile2)); in TEST_F()
168 profile_key.Close(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc154 RegKey profile_key; in TEST_F() local
155 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS); in TEST_F()
156 EXPECT_TRUE(profile_key.Valid()); in TEST_F()
158 CreateSubkey(&profile_key, L"0", profile1, base::size(profile1)); in TEST_F()
159 CreateSubkey(&profile_key, L"1", profile2, base::size(profile2)); in TEST_F()
168 profile_key.Close(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/offline_pages/android/
H A Dprefetch_background_task_android.cc30 ProfileKey* profile_key = ::android::GetLastUsedRegularProfileKey(); in JNI_PrefetchBackgroundTask_StartPrefetchTask() local
31 DCHECK(profile_key); in JNI_PrefetchBackgroundTask_StartPrefetchTask()
34 PrefetchServiceFactory::GetForKey(profile_key); in JNI_PrefetchBackgroundTask_StartPrefetchTask()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/image_fetcher/
H A Dimage_fetcher_service_factory.cc69 ProfileKey* profile_key = ProfileKey::FromSimpleFactoryKey(key); in BuildServiceInstanceFor() local
78 profile_key->GetProtoDatabaseProvider(), cache_path, task_runner, in BuildServiceInstanceFor()
86 profile_key->GetPrefs(), clock, task_runner); in BuildServiceInstanceFor()
/dports/net-im/zkgroup/zkgroup-0.7.4/rust/src/api/profiles/
H A Dmod.rs8 pub mod profile_key; module
17 pub use profile_key::ProfileKey;
/dports/net-im/zkgroup/zkgroup-0.7.4/rust/tests/
H A Dintegration_tests.rs202 let profile_key = in test_integration_profile() localVariable
204 let profile_key_commitment = profile_key.get_commitment(uid); in test_integration_profile()
212 profile_key, in test_integration_profile()
234 let profile_key_ciphertext = group_secret_params.encrypt_profile_key(profile_key, uid); in test_integration_profile()
239 assert!(decrypted_profile_key.get_bytes() == profile_key.get_bytes()); in test_integration_profile()

123