Home | History | Annotate | Download | only in inspector

Lines Matching defs:m_frontend

76     , m_frontend(0)
95 if (m_frontend)
96 m_frontend->addProfileHeader(createProfileHeader(*profile));
102 if (!m_frontend)
112 if (!m_frontend)
161 if (m_frontend)
162 m_frontend->profilerWasDisabled();
172 if (m_frontend)
173 m_frontend->profilerWasEnabled();
199 : m_frontend(frontend), m_uid(uid) { }
200 void Write(const String& chunk) { m_frontend->addHeapSnapshotChunk(m_uid, chunk); }
201 void Close() { m_frontend->finishHeapSnapshot(m_uid); }
203 InspectorFrontend::Profiler* m_frontend;
222 if (m_frontend) {
223 OutputStream stream(m_frontend, uid);
254 if (m_frontend
257 m_frontend->resetProfiles();
262 m_frontend = frontend->profiler();
268 m_frontend = 0;
341 : m_frontend(frontend) { }
348 if (m_frontend)
349 m_frontend->reportHeapSnapshotProgress(workDone, m_totalWork);
354 InspectorFrontend::Profiler* m_frontend;
365 HeapSnapshotProgress progress(m_frontend);
369 if (m_frontend)
370 m_frontend->addProfileHeader(createSnapshotHeader(*snapshot));
376 if (m_frontend)
377 m_frontend->setRecordingProfile(isProfiling);