OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteOnly
(Results
1 - 9
of
9
) 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
);
/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);
/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 41 milliseconds