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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFileInputType.cpp23 #include "core/html/forms/FileInputType.h"
51 inline FileInputType::FileInputType(HTMLInputElement& element) function in class:blink::FileInputType
57 PassRefPtrWillBeRawPtr<InputType> FileInputType::create(HTMLInputElement& element)
59 return adoptRefWillBeNoop(new FileInputType(element));
62 void FileInputType::trace(Visitor* visitor)
68 Vector<FileChooserFileInfo> FileInputType::filesFromFormControlState(const FormControlState& state)
80 const AtomicString& FileInputType::formControlType() const
85 FormControlState FileInputType::saveFormControlState() const
101 void FileInputType
[all...]

Completed in 203 milliseconds