HomeSort by relevance Sort by last modified time
    Searched refs:AutofillDialogControllerTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 323 class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
325 AutofillDialogControllerTest(): form_structure_(NULL) {}
371 base::Bind(&AutofillDialogControllerTest::FinishedCallback,
510 TEST_F(AutofillDialogControllerTest, ValidityCheck) {
523 TEST_F(AutofillDialogControllerTest, PhoneNumberValidation) {
594 TEST_F(AutofillDialogControllerTest, ExpirationDateValidity) {
667 TEST_F(AutofillDialogControllerTest, BillingNameValidation) {
754 TEST_F(AutofillDialogControllerTest, CreditCardNumberValidation) {
783 TEST_F(AutofillDialogControllerTest, AutofillProfiles) {
829 TEST_F(AutofillDialogControllerTest, AutofillProfileDefaults)
    [all...]
autofill_dialog_controller_browsertest.cc 209 class AutofillDialogControllerTest : public InProcessBrowserTest {
211 AutofillDialogControllerTest() {}
212 virtual ~AutofillDialogControllerTest() {}
336 DISALLOW_COPY_AND_ASSIGN(AutofillDialogControllerTest);
341 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Submit) {
353 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Cancel) {
365 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Hide) {
379 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, DeferredDestruction) {
395 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, CloseDuringSignin) {
413 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, AutocheckoutSuccess)
    [all...]

Completed in 1503 milliseconds