OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormDataIODevice
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h
156
class
FormDataIODevice
: public QIODevice {
159
FormDataIODevice
(FormData*);
160
~
FormDataIODevice
();
QNetworkReplyHandler.cpp
53
FormDataIODevice
::
FormDataIODevice
(FormData* data)
60
setOpenMode(
FormDataIODevice
::ReadOnly);
67
FormDataIODevice
::~
FormDataIODevice
()
72
qint64
FormDataIODevice
::computeSize()
86
void
FormDataIODevice
::moveToNextElement()
100
void
FormDataIODevice
::openFileForCurrentElement()
111
qint64
FormDataIODevice
::readData(char* destination, qint64 size)
142
qint64
FormDataIODevice
::writeData(const char*, qint64
[
all
...]
Completed in 2411 milliseconds