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

  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 158 void startMemorySampler(const SandboxExtension::Handle&, const String&, const double);
WebProcess.cpp 799 void WebProcess::startMemorySampler(const SandboxExtension::Handle& sampleLogFileHandle, const String& sampleLogFilePath, const double interval)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.cpp 198 toImpl(contextRef)->startMemorySampler(toImpl(interval)->value());
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 128 void startMemorySampler(const double interval);
WebContext.cpp 317 m_process->send(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, m_memorySamplerInterval), 0);
687 void WebContext::startMemorySampler(const double interval)
704 sendToAllProcesses(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, interval));

Completed in 1323 milliseconds