Searched defs:ImageInputType (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DImageInputType.cpp24 #include "core/html/forms/ImageInputType.h"
43 inline ImageInputType::ImageInputType(HTMLInputElement& element) function in class:blink::ImageInputType
48 PassRefPtrWillBeRawPtr<InputType> ImageInputType::create(HTMLInputElement& element)
50 return adoptRefWillBeNoop(new ImageInputType(element));
53 const AtomicString& ImageInputType::formControlType() const
58 bool ImageInputType::isFormDataAppendable() const
63 bool ImageInputType::appendFormData(FormDataList& encoding, bool) const
84 String ImageInputType::resultForDialogSubmit() const
93 bool ImageInputType
[all...]

Completed in 569 milliseconds