Searched refs:WriteOnly (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
D | tst_qwebhistory.cpp | 205 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/ |
D | ImageDiff.cpp | 62 data.open(QBuffer::WriteOnly); in main() 130 buffer.open(QBuffer::WriteOnly); in main()
|
D | DumpRenderTreeQt.cpp | 1004 buffer.open(QBuffer::WriteOnly); in dump()
|
/external/webkit/Source/WebKit2/Shared/ |
D | SandboxExtension.h | 50 WriteOnly, enumerator
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.cpp | 137 … SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle); in decideDestinationWithSuggestedFilename()
|
/external/webkit/Source/WebCore/platform/qt/ |
D | FileSystemQt.cpp | 139 platformMode = (QIODevice::WriteOnly | QIODevice::Truncate); in openFile()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.cpp | 315 …sion::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandbo… in processDidFinishLaunching() 702 …sion::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandbo… in startMemorySampler()
|
/external/webkit/Source/WebKit2/Shared/mac/ |
D | SandboxExtensionMac.mm | 102 case SandboxExtension::WriteOnly:
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | ImageBufferQt.cpp | 409 buffer.open(QBuffer::WriteOnly); in toDataURL()
|