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

/external/webkit/Source/WebCore/html/
H A DFormDataList.cpp22 #include "FormDataList.h"
28 FormDataList::FormDataList(const TextEncoding& c) function in class:WebCore::FormDataList
33 void FormDataList::appendString(const String& s)
39 void FormDataList::appendString(const CString& s)
44 void FormDataList::appendBlob(PassRefPtr<Blob> blob)
H A DFormDataList.h31 class FormDataList { class in namespace:WebCore
47 FormDataList(const TextEncoding&);

Completed in 56 milliseconds