Home
last modified time | relevance | path

Searched refs:m_profilers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h322 RefPtr<InternalProfilers> m_profilers; variable
DInternals.cpp251 if (!m_profilers) in profilers()
252 m_profilers = InternalProfilers::create(); in profilers()
253 return m_profilers.get(); in profilers()