HomeSort by relevance Sort by last modified time
    Searched defs:ImageInputType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ImageInputType.h 41 class ImageInputType : public BaseButtonInputType {
46 ImageInputType(HTMLInputElement&);
ImageInputType.cpp 24 #include "core/html/forms/ImageInputType.h"
43 inline ImageInputType::ImageInputType(HTMLInputElement& element)
48 PassRefPtr<InputType> ImageInputType::create(HTMLInputElement& element)
50 return adoptRef(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::supportsValidation() cons
    [all...]

Completed in 32 milliseconds