| /external/chromium_org/chrome/browser/importer/ |
| D | importer_list.cc | 28 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) { in DetectIEProfiles() 43 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) { in DetectSafariProfiles() 63 std::vector<importer::SourceProfile*>* profiles) { in DetectFirefoxProfiles() 107 std::vector<importer::SourceProfile*> profiles; in DetectSourceProfilesWorker() local 177 const std::vector<importer::SourceProfile*>& profiles) { in SourceProfilesLoaded()
|
| /external/chromium_org/chrome/browser/apps/ |
| D | app_window_registry_util.cc | 25 std::vector<Profile*> profiles = in GetAppWindowForNativeWindowAnyProfile() local 46 std::vector<Profile*> profiles = in IsAppWindowRegisteredInAnyProfile() local 75 std::vector<Profile*> profiles = in CloseAllAppWindows() local
|
| /external/chromium_org/components/autofill/core/browser/ |
| D | autofill_profile_unittest.cc | 29 std::vector<AutofillProfile*> profiles; in GetLabel() local 175 std::vector<AutofillProfile*> profiles; in TEST() local 190 ScopedVector<AutofillProfile> profiles; in TEST() local 345 ScopedVector<AutofillProfile> profiles; in TEST() local 387 ScopedVector<AutofillProfile> profiles; in TEST() local 434 ScopedVector<AutofillProfile> profiles; in TEST() local 487 ScopedVector<AutofillProfile> profiles; in TEST() local 533 ScopedVector<AutofillProfile> profiles; in TEST() local 575 ScopedVector<AutofillProfile> profiles; in TEST() local 690 ScopedVector<AutofillProfile> profiles; in TEST() local [all …]
|
| D | autofill_merge_unittest.cc | 60 std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) { in SerializeProfiles() 113 std::vector<AutofillProfile> profiles; in SaveImportedProfile() local 180 void AutofillMergeTest::MergeProfiles(const std::string& profiles, in MergeProfiles()
|
| D | personal_data_manager.cc | 430 const std::vector<AutofillProfile*>& profiles = GetProfiles(); in GetProfileByGUID() local 518 const std::vector<AutofillProfile*>& profiles = GetProfiles(); in GetNonEmptyTypes() local 566 const std::vector<AutofillProfile*>& profiles = GetProfiles(true); in GetProfileSuggestions() local 786 const std::vector<AutofillProfile*>& profiles = web_profiles(); in IsCountryOfInterest() local 824 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) { in SetProfiles() 957 std::vector<AutofillProfile*> profiles = r->GetValue(); in ReceiveLoadedProfiles() local 1009 std::vector<AutofillProfile> profiles; in SaveImportedProfile() local 1069 const std::vector<AutofillProfile*>& profiles = web_profiles(); in MostCommonCountryCodeFromProfiles() local
|
| D | personal_data_manager_unittest.cc | 186 std::vector<AutofillProfile*> profiles; in TEST_F() local 220 std::vector<AutofillProfile*> profiles; in TEST_F() local 413 std::vector<AutofillProfile*> profiles; in TEST_F() local 542 std::vector<AutofillProfile*> profiles; in TEST_F() local 746 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); in TEST_F() local 775 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); in TEST_F() local 802 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); in TEST_F() local 824 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); in TEST_F() local 1041 std::vector<AutofillProfile*> profiles; in TEST_F() local 1438 const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles(); in TEST_F() local
|
| /external/chromium_org/chrome/browser/download/ |
| D | download_service.cc | 118 std::vector<Profile*> profiles( in NonMaliciousDownloadCountAllProfiles() local 136 std::vector<Profile*> profiles( in CancelAllDownloads() local
|
| /external/chromium_org/components/test/data/autofill/merge/tools/ |
| D | autofill_merge_common.py | 14 def SerializeProfiles(profiles): argument
|
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| D | private_api_misc.cc | 65 const std::vector<Profile*>& profiles = in GetLoggedInProfileInfoList() local 374 profiles = GetLoggedInProfileInfoList(); in RunSync() local 398 profiles = GetLoggedInProfileInfoList(); in RunSync() local
|
| /external/chromium_org/chrome/browser/autofill/ |
| D | autofill_browsertest.cc | 137 void SetProfiles(std::vector<AutofillProfile>* profiles) { in SetProfiles() 144 std::vector<AutofillProfile> profiles; in SetProfile() local 281 std::vector<AutofillProfile> profiles; in IN_PROC_BROWSER_TEST_F() local 583 std::vector<FormMap> profiles; in IN_PROC_BROWSER_TEST_F() local 694 std::vector<FormMap> profiles; in IN_PROC_BROWSER_TEST_F() local
|
| /external/chromium_org/chrome/browser/extensions/ |
| D | browser_permissions_policy_delegate.cc | 46 std::vector<Profile*> profiles = in CanExecuteScriptOnPage() local
|
| /external/openssl/ssl/ |
| D | d1_srtp.c | 217 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) in SSL_CTX_set_tlsext_use_srtp() 222 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) in SSL_set_tlsext_use_srtp()
|
| /external/chromium_org/components/autofill/core/browser/webdata/ |
| D | autofill_webdata_backend_impl.cc | 238 std::vector<AutofillProfile*> profiles; in GetAutofillProfiles() local 344 ScopedVector<AutofillProfile> profiles; in RemoveOriginURLsModifiedBetween() local 386 std::vector<AutofillProfile*> profiles = r->GetValue(); in DestroyAutofillProfileResult() local
|
| /external/chromium_org/chrome/browser/ui/ash/multi_user/ |
| D | multi_user_util.cc | 37 std::vector<Profile*> profiles = in GetProfileFromUserID() local
|
| /external/chromium_org/third_party/boringssl/src/ssl/ |
| D | d1_srtp.c | 230 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) in SSL_CTX_set_tlsext_use_srtp() 236 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) in SSL_set_tlsext_use_srtp()
|
| /external/chromium_org/chrome/browser/devtools/ |
| D | browser_list_tabcontents_provider.cc | 46 std::set<Profile*> profiles; in GetDiscoveryPageHTML() local
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
| D | multi_profile_share_dialog.js | 48 function(profiles, currentId, displayedId) { argument
|
| /external/mesa3d/src/glsl/builtins/tools/ |
| D | generate_builtins.py | 223 profiles = get_profile_list() variable
|
| /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/ |
| D | generate_builtins.py | 223 profiles = get_profile_list() variable
|
| /external/chromium_org/chrome/browser/ui/cocoa/apps/ |
| D | quit_with_apps_controller_mac.cc | 132 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles()); in ShouldQuit() local
|
| /external/chromium_org/chrome/browser/lifetime/ |
| D | browser_close_manager.cc | 106 std::vector<Profile*> profiles( in OnReportDownloadsCancellable() local
|
| /external/chromium_org/content/renderer/media/ |
| D | rtc_video_encoder_factory.cc | 67 std::vector<media::VideoEncodeAccelerator::SupportedProfile> profiles = in RTCVideoEncoderFactory() local
|
| /external/chromium_org/chrome/browser/sync/test/integration/ |
| D | extensions_helper.cc | 178 const std::vector<Profile*>& profiles) in ExtensionsMatchChecker() 265 std::vector<Profile*> profiles; in AwaitAllProfilesHaveSameExtensionsAsVerifier() local
|
| /external/chromium_org/ash/test/ |
| D | display_manager_test_api.cc | 95 const std::vector<ui::ColorCalibrationProfile>& profiles) { in SetAvailableColorProfiles()
|
| /external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
| D | mount_path_util.cc | 94 const std::vector<Profile*>& profiles = in Parse() local
|