Home | History | Annotate | Download | only in autofill

Lines Matching defs:iframe

785 // Tests that a password form in an iframe will not be filled in until a user
788 const char kIframeName[] = "iframe";
796 " <iframe name='iframe' src=\"";
798 "\"></iframe>"
817 // Retrieve the input elements from the iframe since that is where we want to
819 WebFrame* iframe = GetMainFrame()->findChildByName(kIframeName);
820 ASSERT_TRUE(iframe);
821 WebDocument document = iframe->document();
835 // Simulate the user typing in the username in the iframe, which should cause
838 iframe, username_input);