/external/chromium/chrome/browser/importer/ |
D | importer_list.cc | 25 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) { in DetectIEProfiles() 39 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) { in DetectSafariProfiles() 54 void DetectFirefoxProfiles(std::vector<importer::SourceProfile*>* profiles) { in DetectFirefoxProfiles() 93 std::vector<importer::SourceProfile*>* profiles) { in DetectGoogleToolbarProfiles() 165 std::vector<importer::SourceProfile*> profiles; in DetectSourceProfilesWorker() local 205 const std::vector<importer::SourceProfile*>& profiles) { in SourceProfilesLoaded()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSConsoleCustom.cpp | 46 JSValue JSConsole::profiles(ExecState* exec) const in profiles() function in WebCore::JSConsole 48 const ProfilesArray& profiles = impl()->profiles(); in profiles() local
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_profile_unittest.cc | 20 std::vector<AutofillProfile*> profiles; in UpdateProfileLabel() local 119 std::vector<AutofillProfile*> profiles; in TEST() local 132 std::vector<AutofillProfile*> profiles; in TEST() local 298 std::vector<AutofillProfile*> profiles; in TEST() local 400 ScopedVector<AutofillProfile> profiles; in TEST() local 434 ScopedVector<AutofillProfile> profiles; in TEST() local 460 ScopedVector<AutofillProfile> profiles; in TEST() local
|
D | autofill_merge_unittest.cc | 47 std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) { in SerializeProfiles() 98 std::vector<AutofillProfile> profiles; in SaveImportedProfile() local 153 void AutofillMergeTest::MergeProfiles(const std::string& profiles, in MergeProfiles()
|
D | personal_data_manager.cc | 349 void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) { in SetProfiles() 477 std::vector<AutofillProfile> profiles; in AddProfile() local 508 std::vector<AutofillProfile> profiles(web_profiles_.size()); in RemoveProfile() local 597 const std::vector<AutofillProfile*>& profiles = this->profiles(); in GetPossibleFieldTypes() local 632 const std::vector<AutofillProfile*>& PersonalDataManager::profiles() { in profiles() function in PersonalDataManager 831 std::vector<AutofillProfile*> profiles = r->GetValue(); in ReceiveLoadedProfiles() local
|
D | autofill_profile.cc | 318 std::vector<AutofillProfile*>* profiles) { in AdjustInferredLabels() 338 const std::vector<AutofillProfile*>* profiles, in CreateInferredLabels() 531 const std::vector<AutofillProfile*>& profiles, in CreateDifferentiatingLabels()
|
D | autofill_ie_toolbar_import_win_unittest.cc | 161 std::vector<AutofillProfile> profiles; in TEST_F() local
|
D | autofill_browsertest.cc | 90 std::vector<AutofillProfile> profiles(1, profile); in CreateTestProfile() local
|
D | autofill_metrics_unittest.cc | 64 std::vector<AutofillProfile*> profiles; in LoadProfiles() local 97 void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) { in CreateTestAutofillProfiles()
|
D | autofill_ie_toolbar_import_win.cc | 196 bool ImportCurrentUserProfiles(std::vector<AutofillProfile>* profiles, in ImportCurrentUserProfiles()
|
D | autofill_manager.cc | 481 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); in OnFillAutofillFormData() local 760 bool AutofillManager::GetHost(const std::vector<AutofillProfile*>& profiles, 845 const std::vector<AutofillProfile*>& profiles = personal_data_->profiles(); local
|
/external/chromium/chrome/browser/profiles/ |
D | profile_manager.cc | 71 std::vector<Profile*> profiles(pm->GetLoadedProfiles()); in ShutdownSessionServices() local 199 std::vector<Profile*> profiles; in GetLoadedProfiles() local 299 std::vector<Profile*> profiles(GetLoadedProfiles()); in OnSuspend() local 318 std::vector<Profile*> profiles(GetLoadedProfiles()); in OnResume() local
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 21 CpuProfilesCollection profiles; in TEST() local 81 CpuProfilesCollection profiles; in TEST() local 142 CpuProfilesCollection profiles; in TEST() local 232 CpuProfilesCollection profiles; in TEST() local
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
D | WebAutofill.cpp | 255 std::vector<AutofillProfile> profiles; in setProfile() local 263 std::vector<AutofillProfile*> profiles; in updateProfileLabel() local
|
/external/mesa3d/src/glsl/builtins/tools/ |
D | generate_builtins.py | 183 profiles = get_profile_list() variable
|
/external/openssl/ssl/ |
D | d1_srtp.c | 227 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx,const char *profiles) in SSL_CTX_set_tlsext_use_srtp() 232 int SSL_set_tlsext_use_srtp(SSL *s,const char *profiles) in SSL_set_tlsext_use_srtp()
|
/external/chromium/chrome/browser/ |
D | memory_purger.cc | 101 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles()); in PurgeBrowser() local
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_profile_model_associator.cc | 75 const std::vector<AutofillProfile*>& profiles(all_profiles_from_db); in TraverseAndAssociateChromeAutofillProfiles() local 128 std::vector<AutofillProfile*>* profiles) { in LoadAutofillData() 146 ScopedVector<AutofillProfile> profiles; in AssociateModels() local
|
D | autofill_model_associator.cc | 121 std::vector<AutofillProfile*>* profiles) { in LoadAutofillData() 145 ScopedVector<AutofillProfile> profiles; in AssociateModels() local
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8ConsoleCustom.cpp | 55 const ProfilesArray& profiles = imp->profiles(); in profilesAccessorGetter() local
|
/external/webkit/Source/WebCore/page/ |
D | Console.h | 104 const ProfilesArray& profiles() const { return m_profiles; } in profiles() function
|
/external/chromium/chrome/browser/extensions/ |
D | extension_event_router_forwarder.cc | 83 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles()); in HandleEvent() local
|
/external/webkit/Source/JavaScriptCore/profiler/ |
D | Profiler.cpp | 115 …ProfileGenerator> >& profiles, ProfileGenerator::ProfileFunction function, const CallIdentifier& c… in dispatchFunctionToProfiles()
|
/external/chromium/chrome/browser/debugger/ |
D | extension_ports_remote_service.cc | 125 std::vector<Profile*> profiles(profile_manager->GetLoadedProfiles()); in ExtensionPortsRemoteService() local
|
/external/oprofile/libpp/ |
D | arrange_profiles.h | 107 std::list<profile_set> profiles; member
|