HomeSort by relevance Sort by last modified time
    Searched refs:WriteOnly (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/Shared/
SandboxExtension.h 50 WriteOnly,
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 62 data.open(QBuffer::WriteOnly);
130 buffer.open(QBuffer::WriteOnly);
DumpRenderTreeQt.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 205 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
234 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
264 QDataStream save(&tmp, QIODevice::WriteOnly); //here data will be saved
301 QDataStream save(in, QIODevice::WriteOnly);
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 150 return (((m_AccessFlags & AccessMask) == WriteOnly) ||
250 if ((m_AccessFlags & AccessMask) != WriteOnly) {
354 assert(((m_AccessFlags & AccessMask) != WriteOnly) &&
  /external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp 137 SandboxExtension::createHandle(destination, SandboxExtension::WriteOnly, sandboxExtensionHandle);
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 139 platformMode = (QIODevice::WriteOnly | QIODevice::Truncate);
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 71 WriteOnly = O_WRONLY,
  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 102 case SandboxExtension::WriteOnly:
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 315 sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandboxHandle);
702 sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly, sampleLogSandboxHandle);
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 409 buffer.open(QBuffer::WriteOnly);

Completed in 1565 milliseconds