HomeSort by relevance Sort by last modified time
    Searched defs:profiles_ (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chromeos/dbus/
shill_profile_client_stub.h 66 ProfileMap profiles_; member in class:chromeos::ShillProfileClientStub
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 22 // Adds |profile| to |profiles_|. This does not take ownership of |profile|.
37 std::vector<AutofillProfile*> profiles_; member in class:autofill::TestPersonalDataManager
personal_data_manager.h 264 mutable std::vector<AutofillProfile*> profiles_; member in class:autofill::PersonalDataManager
autofill_merge_unittest.cc 95 ScopedVector<AutofillProfile> profiles_; member in class:autofill::__anon9847::PersonalDataManagerMock
108 profiles_.clear();
114 if (!MergeProfile(profile, profiles_.get(), "en-US", &profiles))
115 profiles_.push_back(new AutofillProfile(profile));
120 return profiles_.get();
autofill_ie_toolbar_import_win.cc 208 &profiles_,
220 for (std::vector<AutofillProfile>::const_iterator iter = profiles_.begin();
221 iter != profiles_.end(); ++iter) {
237 std::vector<AutofillProfile> profiles_; member in class:autofill::__anon9840::AutofillImporter
  /external/chromium/chrome/browser/extensions/
extension_history_api.h 54 ProfileMap profiles_; member in class:ExtensionHistoryEventRouter
extension_processes_api.h 53 ProfileSet profiles_; member in class:ExtensionProcessesEventRouter
  /external/chromium_org/chromeos/network/
network_profile_handler.h 75 ProfileList profiles_; member in class:chromeos::NetworkProfileHandler
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 243 std::vector<AutofillProfile*> profiles_; member in class:PersonalDataManager
autofill_ie_toolbar_import_win.cc 163 if (!ImportCurrentUserProfiles(&profiles_, &credit_cards_)) {
174 if (!profiles_.empty())
175 personal_data_manager_->SetProfiles(&profiles_);
187 std::vector<AutofillProfile> profiles_; member in class:__anon4282::AutofillImporter
autofill_merge_unittest.cc 81 ScopedVector<AutofillProfile> profiles_; member in class:__anon4287::PersonalDataManagerMock
93 profiles_.reset();
99 if (!MergeProfile(profile, profiles_.get(), &profiles))
100 profiles_.push_back(new AutofillProfile(profile));
104 return profiles_.get();
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.h 128 // The map of the guid to profiles owned by the |profiles_| vector.
191 ScopedVector<autofill::AutofillProfile> profiles_; member in class:AutofillProfileSyncableService
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 319 std::vector<Profile*> profiles_; member in class:SyncTest
  /external/chromium_org/v8/src/
cpu-profiler.h 254 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
profile-generator.h 354 CpuProfilesCollection* profiles_; member in class:v8::internal::ProfileGenerator
  /external/v8/src/
cpu-profiler.h 267 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
profile-generator.h 401 return profiles_->NewCodeEntry(tag, name, resource_name, line_number);
406 return profiles_->NewCodeEntry(tag, name);
412 return profiles_->NewCodeEntry(tag, name_prefix, name);
417 return profiles_->NewCodeEntry(tag, args_count);
421 return profiles_->NewCodeEntry(security_token_id);
440 CpuProfilesCollection* profiles_; member in class:v8::internal::ProfileGenerator
    [all...]

Completed in 642 milliseconds