OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAutofillable
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autofill/
form_structure_unittest.cc
121
TEST(FormStructureTest,
IsAutofillable
) {
147
EXPECT_FALSE(form_structure->
IsAutofillable
(true));
164
EXPECT_FALSE(form_structure->
IsAutofillable
(true));
175
EXPECT_TRUE(form_structure->
IsAutofillable
(true));
182
EXPECT_FALSE(form_structure->
IsAutofillable
(true));
183
EXPECT_TRUE(form_structure->
IsAutofillable
(false));
190
EXPECT_FALSE(form_structure->
IsAutofillable
(true));
196
EXPECT_TRUE(form_structure->
IsAutofillable
(true));
260
EXPECT_TRUE(form_structure->
IsAutofillable
(true));
364
EXPECT_TRUE(form_structure->
IsAutofillable
(true))
[
all
...]
form_structure.h
73
bool
IsAutofillable
(bool require_method_post) const;
autofill_manager.cc
343
if (!submitted_form.
IsAutofillable
(true))
386
form_structure->
IsAutofillable
(false)) {
408
if (!form_structure->
IsAutofillable
(true))
[
all
...]
form_structure.cc
298
bool FormStructure::
IsAutofillable
(bool require_method_post) const {
Completed in 33 milliseconds