OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createhandlefortemporaryfile
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit2/Shared/
SandboxExtension.h
73
static String
createHandleForTemporaryFile
(const String& prefix, Type type, Handle&);
95
inline String SandboxExtension::
createHandleForTemporaryFile
(const String& prefix, Type type, Handle&) {return String();}
/external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm
163
String SandboxExtension::
createHandleForTemporaryFile
(const String& prefix, Type type, Handle& handle)
/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/WebKit2/
ChangeLog-2011-02-16
[
all
...]
Completed in 62 milliseconds