OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAutofillProfile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc
661
ASSERT_TRUE(table_->
GetAutofillProfile
(home_profile.guid(), &db_profile));
687
ASSERT_TRUE(table_->
GetAutofillProfile
(billing_profile.guid(), &db_profile));
704
ASSERT_TRUE(table_->
GetAutofillProfile
(billing_profile.guid(), &db_profile));
739
ASSERT_TRUE(table_->
GetAutofillProfile
(billing_profile.guid(), &db_profile));
756
EXPECT_FALSE(table_->
GetAutofillProfile
(billing_profile.guid(), &db_profile));
771
ASSERT_TRUE(table_->
GetAutofillProfile
(p.guid(), &db_profile));
781
ASSERT_TRUE(table_->
GetAutofillProfile
(p.guid(), &db_profile));
790
ASSERT_TRUE(table_->
GetAutofillProfile
(p.guid(), &db_profile));
[
all
...]
autofill_table.h
210
bool
GetAutofillProfile
(const std::string& guid, AutofillProfile** profile);
autofill_webdata_backend_impl.cc
190
if (!AutofillTable::FromWebDatabase(db)->
GetAutofillProfile
(profile.guid(),
215
if (!AutofillTable::FromWebDatabase(db)->
GetAutofillProfile
(guid, &profile)) {
autofill_table.cc
895
bool AutofillTable::
GetAutofillProfile
(const std::string& guid,
938
if (!
GetAutofillProfile
(guid, &profile))
[
all
...]
Completed in 43 milliseconds