OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAutofillGUIDInTrash
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/webdata/
autofill_table.h
316
bool
IsAutofillGUIDInTrash
(const std::string& guid);
autofill_table.cc
889
if (
IsAutofillGUIDInTrash
(profile.guid()))
1062
if (
IsAutofillGUIDInTrash
(guid)) {
[
all
...]
autofill_table_unittest.cc
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h
369
bool
IsAutofillGUIDInTrash
(const std::string& guid);
autofill_table.cc
963
if (
IsAutofillGUIDInTrash
(profile.guid()))
[
all
...]
autofill_table_unittest.cc
828
EXPECT_FALSE(table_->
IsAutofillGUIDInTrash
(profile.guid()));
[
all
...]
Completed in 706 milliseconds