Home
last modified time | relevance | path

Searched refs:targetOrBaseTarget (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/
DFormSubmission.cpp208 …String targetOrBaseTarget = copiedAttributes.target().isEmpty() ? document->baseTarget() : copiedA… in create() local
210 …return adoptRef(new FormSubmission(copiedAttributes.method(), actionURL, targetOrBaseTarget, encod… in create()