Searched refs:profiles_ (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | cpu-profiler.cc | 292 return Isolate::Current()->cpu_profiler()->profiles_->Profiles( in GetProfilesCount() 301 return profiler->profiles_->Profiles(token)->at(index); in GetProfile() 309 return profiler->profiles_->GetProfile(token, uid); in FindProfile() 334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile); in DeleteProfile() 341 return Isolate::Current()->cpu_profiler()->profiles_->HasDetachedProfiles(); in HasDetachedProfiles() 451 : profiles_(new CpuProfilesCollection()), in CpuProfiler() 463 delete profiles_; in ~CpuProfiler() 468 delete profiles_; in ResetProfiles() 469 profiles_ = new CpuProfilesCollection(); in ResetProfiles() 473 if (profiles_->StartProfiling(title, next_profile_uid_++)) { in StartCollectingProfile() [all …]
|
D | profile-generator.h | 401 return profiles_->NewCodeEntry(tag, name, resource_name, line_number); in INLINE() 406 return profiles_->NewCodeEntry(tag, name); in INLINE() 412 return profiles_->NewCodeEntry(tag, name_prefix, name); in INLINE() 417 return profiles_->NewCodeEntry(tag, args_count); in INLINE() 421 return profiles_->NewCodeEntry(security_token_id); in INLINE() 440 CpuProfilesCollection* profiles_; variable
|
D | cpu-profiler.h | 267 CpuProfilesCollection* profiles_; variable
|
D | profile-generator.cc | 872 : profiles_(profiles), in ProfileGenerator() 929 profiles_->AddPathToCurrentProfiles(entries); in RecordTickSample()
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_merge_unittest.cc | 81 ScopedVector<AutofillProfile> profiles_; member in __anona4485d3b0111::PersonalDataManagerMock 93 profiles_.reset(); in Reset() 99 if (!MergeProfile(profile, profiles_.get(), &profiles)) in SaveImportedProfile() 100 profiles_.push_back(new AutofillProfile(profile)); in SaveImportedProfile() 104 return profiles_.get(); in web_profiles()
|
D | autofill_ie_toolbar_import_win.cc | 163 if (!ImportCurrentUserProfiles(&profiles_, &credit_cards_)) { in ImportProfiles() 174 if (!profiles_.empty()) in OnPersonalDataLoaded() 175 personal_data_manager_->SetProfiles(&profiles_); in OnPersonalDataLoaded() 187 std::vector<AutofillProfile> profiles_; member in __anon3c801dd30111::AutofillImporter
|
D | personal_data_manager_mac.mm | 34 : profiles_(*profiles) { 38 // Import the "me" card from the Mac Address Book and fill in |profiles_|. 55 ScopedVector<AutofillProfile>& profiles_; 65 profiles_.reset(); 97 profiles_.push_back(profile.release());
|
D | personal_data_manager.cc | 647 profiles_.clear(); in profiles() 652 profiles_.insert(profiles_.end(), web_profiles_.begin(), web_profiles_.end()); in profiles() 653 profiles_.insert(profiles_.end(), in profiles() 655 return profiles_; in profiles()
|
D | personal_data_manager.h | 243 std::vector<AutofillProfile*> profiles_; variable
|
/external/chromium/chrome/browser/extensions/ |
D | extension_processes_api.cc | 59 profiles_.insert(profile); in ObserveProfile() 142 for (ProfileSet::iterator it = profiles_.begin(); in OnItemsChanged() 143 it != profiles_.end(); it++) { in OnItemsChanged()
|
D | extension_history_api.cc | 73 if (profiles_.find(source.map_key()) == profiles_.end()) in ObserveProfile() 74 profiles_[source.map_key()] = profile; in ObserveProfile() 93 ProfileMap::iterator it = profiles_.find(source.map_key()); in Observe() 94 if (it != profiles_.end()) { in Observe()
|
D | extension_processes_api.h | 53 ProfileSet profiles_;
|
D | extension_history_api.h | 54 ProfileMap profiles_;
|