Searched refs:full_origin (Results 1 – 2 of 2) sorted by relevance
198 GURL full_origin(form.document().url()); in GetPasswordForm() local221 password_form->origin = full_origin.ReplaceComponents(rep); in GetPasswordForm()224 password_form->signon_realm = full_origin.ReplaceComponents(rep).spec(); in GetPasswordForm()
144 GURL full_origin(doc.url()); in FindFormElements() local145 if (data.origin != full_origin.ReplaceComponents(rep)) in FindFormElements()157 full_action = full_origin; in FindFormElements()