Searched defs:profiles_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.h54 ProfileMap profiles_; member in class:ExtensionHistoryEventRouter
H A Dextension_processes_api.h53 ProfileSet profiles_; member in class:ExtensionProcessesEventRouter
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.h243 std::vector<AutofillProfile*> profiles_; member in class:PersonalDataManager
H A Dautofill_merge_unittest.cc81 ScopedVector<AutofillProfile> profiles_; member in class:__anon1717::PersonalDataManagerMock
93 profiles_.reset();
99 if (!MergeProfile(profile, profiles_.get(), &profiles))
100 profiles_.push_back(new AutofillProfile(profile));
104 return profiles_.get();
H A Dautofill_ie_toolbar_import_win.cc163 if (!ImportCurrentUserProfiles(&profiles_, &credit_cards_)) {
174 if (!profiles_.empty())
175 personal_data_manager_->SetProfiles(&profiles_);
187 std::vector<AutofillProfile> profiles_; member in class:__anon1712::AutofillImporter
/external/v8/src/
H A Dcpu-profiler.h267 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
H A Dprofile-generator.h401 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

Completed in 133 milliseconds