OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxiliary_profiles_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc
14
auxiliary_profiles_
.clear();
21
auxiliary_profiles_
.push_back(impl.LoadContactsProfile().release());
/external/chromium/chrome/browser/autofill/
personal_data_manager.h
239
ScopedVector<AutofillProfile>
auxiliary_profiles_
;
member in class:PersonalDataManager
242
// references. Lifetime managed by |web_profiles_| and |
auxiliary_profiles_
|.
personal_data_manager.cc
471
auxiliary_profiles_
.begin();
472
iter !=
auxiliary_profiles_
.end(); ++iter) {
649
// Populates |
auxiliary_profiles_
|.
654
auxiliary_profiles_
.begin(),
auxiliary_profiles_
.end());
799
// contents of |
auxiliary_profiles_
|.
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
534
// Populates |
auxiliary_profiles_
|.
539
auxiliary_profiles_
.begin(),
auxiliary_profiles_
.end());
870
// implementations fill in the contents of |
auxiliary_profiles_
|.
943
auxiliary_profiles_
.begin();
944
iter !=
auxiliary_profiles_
.end(); ++iter) {
[
all
...]
personal_data_manager.h
283
mutable ScopedVector<AutofillProfile>
auxiliary_profiles_
;
member in class:autofill::PersonalDataManager
286
// references. Lifetime managed by |web_profiles_| and |
auxiliary_profiles_
|.
autofill_manager_unittest.cc
141
CreateTestAutofillProfiles(&
auxiliary_profiles_
);
[
all
...]
personal_data_manager_unittest.cc
[
all
...]
Completed in 41 milliseconds