Home
last modified time | relevance | path

Searched refs:WriteOnly (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp205 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved in serialize_1()
234 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved in serialize_2()
264 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved in serialize_3()
301 QDataStream save(in, QIODevice::WriteOnly); in saveHistory()
/external/webkit/Tools/DumpRenderTree/qt/
DImageDiff.cpp62 data.open(QBuffer::WriteOnly); in main()
130 buffer.open(QBuffer::WriteOnly); in main()
DDumpRenderTreeQt.cpp1004 buffer.open(QBuffer::WriteOnly); in dump()
/external/webkit/Source/WebKit2/Shared/
DSandboxExtension.h50 WriteOnly, enumerator
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp137 … SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle); in decideDestinationWithSuggestedFilename()
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp139 platformMode = (QIODevice::WriteOnly | QIODevice::Truncate); in openFile()
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp315 …sion::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandbo… in processDidFinishLaunching()
702 …sion::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandbo… in startMemorySampler()
/external/webkit/Source/WebKit2/Shared/mac/
DSandboxExtensionMac.mm102 case SandboxExtension::WriteOnly:
/external/webkit/Source/WebCore/platform/graphics/qt/
DImageBufferQt.cpp409 buffer.open(QBuffer::WriteOnly); in toDataURL()