HomeSort by relevance Sort by last modified time
    Searched refs:profiles_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.cc 17 profiles_.push_back(profile);
29 return profiles_;
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
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
personal_data_manager.h 264 mutable std::vector<AutofillProfile*> profiles_; member in class:autofill::PersonalDataManager
personal_data_manager.cc 552 profiles_.clear();
557 profiles_.insert(profiles_.end(), web_profiles_.begin(), web_profiles_.end());
558 profiles_.insert(profiles_.end(),
560 return profiles_;
    [all...]
  /external/chromium_org/chromeos/network/
network_profile_handler.cc 101 VLOG(2) << "Profiles: " << profiles_.size();
104 for (ProfileList::const_iterator it = profiles_.begin();
105 it != profiles_.end(); ++it) {
152 profiles_.push_back(profile);
154 OnProfileAdded(profiles_.back()));
159 ProfileList::iterator found = std::find_if(profiles_.begin(), profiles_.end(),
161 if (found == profiles_.end())
164 profiles_.erase(found);
172 std::find_if(profiles_.begin(), profiles_.end()
    [all...]
network_profile_handler.h 75 ProfileList profiles_; member in class:chromeos::NetworkProfileHandler
  /external/chromium_org/v8/src/
cpu-profiler.cc 160 return profiles_->profiles()->length();
165 return profiles_->profiles()->at(index);
182 profiles_->RemoveProfile(profile);
202 rec->entry = profiles_->NewCodeEntry(
204 profiles_->GetName(name));
218 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
232 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name));
248 rec->entry = profiles_->NewCodeEntry(tag, profiles_->GetFunctionName(name))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_processes_api.h 53 ProfileSet profiles_; member in class:ExtensionProcessesEventRouter
extension_processes_api.cc 59 profiles_.insert(profile);
142 for (ProfileSet::iterator it = profiles_.begin();
143 it != profiles_.end(); it++) {
extension_history_api.h 54 ProfileMap profiles_; member in class:ExtensionHistoryEventRouter
extension_history_api.cc 73 if (profiles_.find(source.map_key()) == profiles_.end())
74 profiles_[source.map_key()] = profile;
93 ProfileMap::iterator it = profiles_.find(source.map_key());
94 if (it != profiles_.end()) {
  /external/v8/src/
cpu-profiler.cc 292 return Isolate::Current()->cpu_profiler()->profiles_->Profiles(
301 return profiler->profiles_->Profiles(token)->at(index);
309 return profiler->profiles_->GetProfile(token, uid);
334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile);
341 return Isolate::Current()->cpu_profiler()->profiles_->HasDetachedProfiles();
451 : profiles_(new CpuProfilesCollection()),
463 delete profiles_;
468 delete profiles_;
469 profiles_ = new CpuProfilesCollection();
473 if (profiles_->StartProfiling(title, next_profile_uid_++))
    [all...]
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...]
  /external/chromium_org/chromeos/dbus/
shill_profile_client_stub.cc 47 STLDeleteValues(&profiles_);
136 profiles_[profile_path] = profile;
190 for (ProfileMap::iterator iter = profiles_.begin();
191 iter != profiles_.end(); ++iter) {
199 ProfileMap::const_iterator found = profiles_.find(profile_path.value());
200 if (found == profiles_.end()) {
shill_profile_client_stub.h 66 ProfileMap profiles_; member in class:chromeos::ShillProfileClientStub
  /external/chromium/chrome/browser/autofill/
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();
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
personal_data_manager.h 243 std::vector<AutofillProfile*> profiles_; member in class:PersonalDataManager
personal_data_manager.cc 647 profiles_.clear();
652 profiles_.insert(profiles_.end(), web_profiles_.begin(), web_profiles_.end());
653 profiles_.insert(profiles_.end(),
655 return profiles_;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 319 std::vector<Profile*> profiles_; member in class:SyncTest
sync_test.cc 236 if (profiles_.empty())
238 if (index < 0 || index >= static_cast<int>(profiles_.size()))
240 return profiles_[index];
272 if (!profiles_.empty() || !browsers_.empty() || !clients_.empty())
279 profiles_.resize(num_clients_);
298 profiles_[index] = MakeProfile(
337 if (profiles_.empty()) {
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc 104 if (!LoadAutofillData(&profiles_.get())) {
115 profiles_.begin(); ix != profiles_.end(); ++ix) {
127 CreateGUIDToProfileMap(profiles_.get(), &remaining_profiles);
207 profiles_.clear();
500 profiles_.push_back(new_profile);
522 profiles_.push_back(new AutofillProfile(*(change.profile())));
523 profiles_map_[change.profile()->guid()] = profiles_.get().back();
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

Completed in 458 milliseconds

1 2