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

  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.cpp 98 m_sampleLogFile = 0;
120 m_sampleLogFilePath = openTemporaryFile(processName(), m_sampleLogFile);
130 m_sampleLogFile = openFile(m_sampleLogFilePath, OpenForWrite);
139 writeToFile(m_sampleLogFile, processDetails.utf8().data(), processDetails.utf8().length());
150 writeToFile(m_sampleLogFile, header.utf8().data(), header.utf8().length());
155 appendCurrentMemoryUsageToFile(m_sampleLogFile);
180 writeToFile(m_sampleLogFile, statString.utf8().data(), statString.utf8().length());
WebMemorySampler.h 98 WebCore::PlatformFileHandle m_sampleLogFile;

Completed in 1041 milliseconds