OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:web_profiles
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_merge_unittest.cc
78
virtual const std::vector<AutofillProfile*>&
web_profiles
() OVERRIDE;
103
const std::vector<AutofillProfile*>& PersonalDataManagerMock::
web_profiles
() {
function in class:__anon1574::PersonalDataManagerMock
214
*merged_profiles = SerializeProfiles(personal_data_->
web_profiles
());
personal_data_manager.h
145
// auxiliary profiles. |
web_profiles
()| returns only web profiles.
147
virtual const std::vector<AutofillProfile*>&
web_profiles
();
personal_data_manager.cc
641
return
web_profiles
();
658
const std::vector<AutofillProfile*>& PersonalDataManager::
web_profiles
() {
function in class:PersonalDataManager
/external/chromium_org/components/autofill/core/browser/
autofill_merge_unittest.cc
93
virtual const std::vector<AutofillProfile*>&
web_profiles
() const OVERRIDE;
122
const std::vector<AutofillProfile*>& PersonalDataManagerMock::
web_profiles
()
function in class:autofill::__anon7374::PersonalDataManagerMock
240
*merged_profiles = SerializeProfiles(personal_data_.
web_profiles
());
personal_data_manager.h
131
// auxiliary profiles. |
web_profiles
()| returns only web profiles.
133
virtual const std::vector<AutofillProfile*>&
web_profiles
() const;
personal_data_manager.cc
529
return
web_profiles
();
543
const std::vector<AutofillProfile*>& PersonalDataManager::
web_profiles
() const {
function in class:autofill::PersonalDataManager
1002
const std::vector<AutofillProfile*>& profiles =
web_profiles
();
[
all
...]
personal_data_manager_unittest.cc
1491
const std::vector<AutofillProfile*>&
web_profiles
=
local
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc
252
personal_data_->
web_profiles
().begin();
253
i != personal_data_->
web_profiles
().end(); ++i) {
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc
304
return pdm->
web_profiles
();
/external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc
382
personal_data_->
web_profiles
();
Completed in 485 milliseconds