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/
ImageInputType.h 41 class ImageInputType : public BaseButtonInputType {
46 ImageInputType(HTMLInputElement*);
ImageInputType.cpp 24 #include "core/html/ImageInputType.h"
42 inline ImageInputType::ImageInputType(HTMLInputElement* element)
47 PassOwnPtr<InputType> ImageInputType::create(HTMLInputElement* element)
49 return adoptPtr(new ImageInputType(element));
52 const AtomicString& ImageInputType::formControlType() const
57 bool ImageInputType::isFormDataAppendable() const
62 bool ImageInputType::appendFormData(FormDataList& encoding, bool) const
83 bool ImageInputType::supportsValidation() const
88 void ImageInputType::handleDOMActivateEvent(Event* event
    [all...]

Completed in 24 milliseconds