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

/external/chromium_org/chromeos/dbus/
H A Dfake_shill_profile_client.h77 ProfileMap profiles_; member in class:chromeos::FakeShillProfileClient
/external/chromium_org/chromeos/network/
H A Dnetwork_profile_handler.h75 ProfileList profiles_; member in class:chromeos::NetworkProfileHandler
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.h84 // Removes the profile pointed to by |it| from profiles_ and reports results
101 std::vector<Profile*> profiles_; member in class:safe_browsing::LastDownloadFinder
H A Dincident_reporting_service.h294 ProfileContextCollection profiles_; member in class:safe_browsing::IncidentReportingService
/external/chromium_org/components/autofill/core/browser/
H A Dtest_personal_data_manager.h22 // Adds |profile| to |profiles_|. This does not take ownership of |profile|.
53 std::vector<AutofillProfile*> profiles_; member in class:autofill::TestPersonalDataManager
H A Dpersonal_data_manager.h327 mutable std::vector<AutofillProfile*> profiles_; member in class:autofill::PersonalDataManager
H A Dautofill_ie_toolbar_import_win.cc208 &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::__anon6313::AutofillImporter
H A Dautofill_merge_unittest.cc95 ScopedVector<AutofillProfile> profiles_; member in class:autofill::__anon6321::PersonalDataManagerMock
108 profiles_.clear();
115 MergeProfile(profile, profiles_.get(), "en-US", &profiles);
117 profiles_.push_back(new AutofillProfile(profile));
123 return profiles_.get();
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.h132 // The map of the guid to profiles owned by the |profiles_| vector.
193 ScopedVector<AutofillProfile> profiles_; member in class:autofill::AutofillProfileSyncableService
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dextensions_helper.cc170 std::vector<Profile*> profiles_; member in class:extensions_helper::__anon4815::ExtensionsMatchChecker
179 : profiles_(profiles), observing_(false) {
180 DCHECK_GE(profiles_.size(), 2U);
185 for (std::vector<Profile*>::iterator it = profiles_.begin();
186 it != profiles_.end();
200 std::vector<Profile*>::iterator it = profiles_.begin();
203 for (; it != profiles_.end(); ++it) {
240 for (std::vector<Profile*>::iterator it = profiles_.begin();
241 it != profiles_.end();
H A Dsync_test.h377 std::vector<Profile*> profiles_; member in class:SyncTest
H A Dapps_helper.cc193 std::vector<Profile*> profiles_; member in class:apps_helper::__anon4804::AppsMatchChecker
205 : profiles_(profiles), observing_(false) {
206 DCHECK_GE(profiles_.size(), 2U);
211 for (std::vector<Profile*>::iterator it = profiles_.begin();
212 it != profiles_.end();
228 std::vector<Profile*>::iterator it = profiles_.begin();
231 for (; it != profiles_.end(); ++it) {
302 for (std::vector<Profile*>::iterator it = profiles_.begin();
303 it != profiles_.end();
/external/chromium_org/v8/src/
H A Dcpu-profiler.h260 CpuProfilesCollection* profiles_; member in class:v8::internal::CpuProfiler
H A Dprofile-generator.h325 CpuProfilesCollection* profiles_; member in class:v8::internal::ProfileGenerator

Completed in 5643 milliseconds