OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileInputType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
FileInputType.h
44
class
FileInputType
: public BaseClickableWithKeyInputType, private FileChooserClient {
50
FileInputType
(HTMLInputElement*);
FileInputType.cpp
23
#include "core/html/
FileInputType
.h"
50
inline
FileInputType
::
FileInputType
(HTMLInputElement* element)
56
PassOwnPtr<InputType>
FileInputType
::create(HTMLInputElement* element)
58
return adoptPtr(new
FileInputType
(element));
61
Vector<FileChooserFileInfo>
FileInputType
::filesFromFormControlState(const FormControlState& state)
73
const AtomicString&
FileInputType
::formControlType() const
78
FormControlState
FileInputType
::saveFormControlState() const
91
void
FileInputType
::restoreFormControlState(const FormControlState& state)
98
bool
FileInputType
::appendFormData(FormDataList& encoding, bool multipart) cons
[
all
...]
Completed in 2171 milliseconds