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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.h 44 class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient {
50 FileInputType(HTMLInputElement&);
FileInputType.cpp 23 #include "core/html/forms/FileInputType.h"
51 inline FileInputType::FileInputType(HTMLInputElement& element)
57 PassRefPtr<InputType> FileInputType::create(HTMLInputElement& element)
59 return adoptRef(new FileInputType(element));
62 Vector<FileChooserFileInfo> FileInputType::filesFromFormControlState(const FormControlState& state)
74 const AtomicString& FileInputType::formControlType() const
79 FormControlState FileInputType::saveFormControlState() const
92 void FileInputType::restoreFormControlState(const FormControlState& state)
99 bool FileInputType::appendFormData(FormDataList& encoding, bool multipart) cons
    [all...]

Completed in 42 milliseconds