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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFormSubmission.cpp154 FormSubmission::Attributes copiedAttributes; local
155 copiedAttributes.copyFrom(attributes);
159 copiedAttributes.parseAction(attributeValue);
161 copiedAttributes.updateEncodingType(attributeValue);
163 copiedAttributes.updateMethodType(attributeValue);
165 copiedAttributes.setTarget(attributeValue);
169 URL actionURL = document.completeURL(copiedAttributes.action().isEmpty() ? document.url().string() : copiedAttributes.action());
172 String encodingType = copiedAttributes.encodingType();
174 if (copiedAttributes
[all...]

Completed in 121 milliseconds