Searched defs:FileInputType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFileInputType.h44 class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient { class in namespace:WebCore
50 FileInputType(HTMLInputElement&);
H A DFileInputType.cpp23 #include "core/html/forms/FileInputType.h"
51 inline FileInputType::FileInputType(HTMLInputElement& element) function in class:WebCore::FileInputType
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
[all...]

Completed in 211 milliseconds