Searched refs:sampleLogFilePath (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebKit2/Shared/ |
D | WebMemorySampler.cpp | 64 …(const SandboxExtension::Handle& sampleLogFileHandle, const String& sampleLogFilePath, const doubl… in start() argument 70 if (sampleLogFilePath.isEmpty()) { in start() 75 initializeSandboxedLogFile(sampleLogFileHandle, sampleLogFilePath); in start() 124 …xedLogFile(const SandboxExtension::Handle& sampleLogSandboxHandle, const String& sampleLogFilePath) in initializeSandboxedLogFile() argument 129 m_sampleLogFilePath = sampleLogFilePath; in initializeSandboxedLogFile()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.cpp | 314 String sampleLogFilePath = String::format("WebProcess%llu", static_cast<uint64_t>(now)); in processDidFinishLaunching() local 315 …sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExten… in processDidFinishLaunching() 317 …nd(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, m_memorySam… in processDidFinishLaunching() 701 String sampleLogFilePath = String::format("WebProcess%llu", static_cast<uint64_t>(now)); in startMemorySampler() local 702 …sampleLogFilePath = SandboxExtension::createHandleForTemporaryFile(sampleLogFilePath, SandboxExten… in startMemorySampler() 704 …ses(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, interval)); in startMemorySampler()
|
/external/webkit/Source/WebKit2/WebProcess/ |
D | WebProcess.messages.in | 54 …r(WebKit::SandboxExtension::Handle sampleLogFileHandle, WTF::String sampleLogFilePath, double inte…
|
D | WebProcess.cpp | 799 …(const SandboxExtension::Handle& sampleLogFileHandle, const String& sampleLogFilePath, const doubl… in startMemorySampler() argument 802 WebMemorySampler::shared()->start(sampleLogFileHandle, sampleLogFilePath, interval); in startMemorySampler()
|