Searched refs:firstname (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/renderer/autofill/ |
D | autofill_renderer_browsertest.cc | 89 WebInputElement firstname = in TEST_F() local 93 autofill_agent_->element_ = firstname; in TEST_F() 94 autofill_agent_->QueryAutofillSuggestions(firstname, false, false); in TEST_F() 101 firstname, in TEST_F() 175 WebInputElement firstname = in TEST_F() local 183 autofill_agent_->InputElementClicked(firstname, true, true); in TEST_F()
|
D | form_autofill_browsertest.cc | 1119 WebInputElement firstname = GetMainFrame()->document(). in TEST_F() local 1121 EXPECT_EQ(16, firstname.selectionStart()); in TEST_F() 1122 EXPECT_EQ(16, firstname.selectionEnd()); in TEST_F() 1197 WebInputElement firstname = GetMainFrame()->document(). in TEST_F() local 1199 EXPECT_EQ(0, firstname.selectionStart()); in TEST_F() 1200 EXPECT_EQ(19, firstname.selectionEnd()); in TEST_F() 2660 WebInputElement firstname = in TEST_F() local 2662 firstname.setAutofilled(true); in TEST_F() 2670 EXPECT_TRUE(form_cache.ClearFormWithElement(firstname)); in TEST_F() 2673 EXPECT_FALSE(firstname.isAutofilled()); in TEST_F() [all …]
|
/external/qemu/ |
D | qemu-option.c | 774 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname) in qemu_opts_do_parse() argument 784 if (p == params && firstname) { in qemu_opts_do_parse() 786 pstrcpy(option, sizeof(option), firstname); in qemu_opts_do_parse() 823 const char *firstname; in qemu_opts_parse() local 829 firstname = permit_abbrev ? list->implied_opt_name : NULL; in qemu_opts_parse() 842 if (qemu_opts_do_parse(opts, params, firstname) != 0) { in qemu_opts_parse()
|
D | qemu-option.h | 125 int qemu_opts_do_parse(QemuOpts *opts, const char *params, const char *firstname);
|
/external/expat/doc/ |
D | xmlwf.sgml | 13 <!ENTITY dhfirstname "<firstname>Scott</firstname>">
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | regextst.txt | 1596 "^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$" G "<0>firstname.lastname@mailserver.…
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 1712 "^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$" G "<0>firstname.lastname@mailserver.…
|