Searched defs:AutofillDialogControllerTest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_browsertest.cc309 class AutofillDialogControllerTest : public InProcessBrowserTest { class in namespace:autofill
311 AutofillDialogControllerTest() : controller_(NULL) {} function in class:autofill::AutofillDialogControllerTest
312 virtual ~AutofillDialogControllerTest() {}
556 DISALLOW_COPY_AND_ASSIGN(AutofillDialogControllerTest);
560 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Submit) {
569 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Cancel) {
582 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, Hide) {
594 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, CancelWithSuggestions) {
615 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, AcceptWithSuggestions) {
639 IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, DeferredDestructio
[all...]
H A Dautofill_dialog_controller_unittest.cc398 class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness { class in namespace:autofill::__anon5015
400 AutofillDialogControllerTest(): form_structure_(NULL) {} function in class:autofill::__anon5015::AutofillDialogControllerTest
452 base::Bind(&AutofillDialogControllerTest::FinishedCallback,
685 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoAutocompleteAttributes) {
702 TEST_F(AutofillDialogControllerTest, RefuseToShowWithNoCcField) {
722 TEST_F(AutofillDialogControllerTest, DefaultValidityMessage) {
731 TEST_F(AutofillDialogControllerTest, ValidityCheck) {
744 TEST_F(AutofillDialogControllerTest, PhoneNumberValidation) {
818 TEST_F(AutofillDialogControllerTest, ExpirationDateValidity) {
859 TEST_F(AutofillDialogControllerTest, BillingNameValidatio
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerTest.java25 public class AutofillDialogControllerTest extends ChromeShellTestBase { class in inherits:ChromeShellTestBase

Completed in 566 milliseconds