OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleLogSandboxHandle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp
124
void WebMemorySampler::initializeSandboxedLogFile(const SandboxExtension::Handle&
sampleLogSandboxHandle
, const String& sampleLogFilePath)
126
m_sampleLogSandboxExtension = SandboxExtension::create(
sampleLogSandboxHandle
);
/external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp
312
SandboxExtension::Handle
sampleLogSandboxHandle
;
315
sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly,
sampleLogSandboxHandle
);
317
m_process->send(Messages::WebProcess::StartMemorySampler(
sampleLogSandboxHandle
, sampleLogFilePath, m_memorySamplerInterval), 0);
699
SandboxExtension::Handle
sampleLogSandboxHandle
;
702
sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExtension::WriteOnly,
sampleLogSandboxHandle
);
704
sendToAllProcesses(Messages::WebProcess::StartMemorySampler(
sampleLogSandboxHandle
, sampleLogFilePath, interval));
Completed in 98 milliseconds