Searched refs:actionURL (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DFormSubmission.cpp160 KURL actionURL = document->completeURL(copiedAttributes.action().isEmpty() ? document->url().string() : copiedAttributes.action()); local
161 bool isMailtoForm = actionURL.protocolIs("mailto");
202 appendMailtoPostFormDataToURL(actionURL, *formData, encodingType);
210 return adoptRef(new FormSubmission(copiedAttributes.method(), actionURL, targetOrBaseTarget, encodingType, formState.release(), formData.release(), boundary, lockHistory, event));

Completed in 17 milliseconds