Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.h59 void setEnctype(const AtomicString&);
62 void setEncoding(const AtomicString& value) { setEnctype(value); } in setEncoding()
DHTMLFormElement.cpp654 void HTMLFormElement::setEnctype(const AtomicString& value) in setEnctype() function in WebCore::HTMLFormElement