OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAutofillProfilesInTrash
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_table.h
249
bool
GetAutofillProfilesInTrash
(std::vector<std::string>* guids);
autofill_table_unittest.cc
[
all
...]
web_data_service.cc
[
all
...]
autofill_table.cc
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h
297
bool
GetAutofillProfilesInTrash
(std::vector<std::string>* guids);
autofill_table_unittest.cc
756
table_->
GetAutofillProfilesInTrash
(&guids);
763
ASSERT_TRUE(table_->
GetAutofillProfilesInTrash
(&guids));
769
ASSERT_TRUE(table_->
GetAutofillProfilesInTrash
(&guids));
775
table_->
GetAutofillProfilesInTrash
(&guids);
799
EXPECT_TRUE(table_->
GetAutofillProfilesInTrash
(&guids));
[
all
...]
autofill_table.cc
[
all
...]
Completed in 170 milliseconds