Searched defs:shouldGenerateFile (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/network/ |
D | FormData.h | 41 …tart, long long fileLength, double expectedFileModificationTime, bool shouldGenerateFile) : m_type… in FormDataElement() 44 …FormDataElement(const String& filename, bool shouldGenerateFile) : m_type(encodedFile), m_filename… in FormDataElement()
|
D | FormData.cpp | 162 void FormData::appendFile(const String& filename, bool shouldGenerateFile) in appendFile() 172 …ename, long long start, long long length, double expectedModificationTime, bool shouldGenerateFile) in appendFileRange() 200 bool shouldGenerateFile = false; in appendKeyValuePairItems() local
|