HomeSort by relevance Sort by last modified time
    Searched defs:m_frontend (Results 1 - 7 of 7) sorted by null

  /external/v8/src/inspector/
v8-schema-agent-impl.h 29 protocol::Schema::Frontend m_frontend; member in class:v8_inspector::V8SchemaAgentImpl
v8-console-agent-impl.h 40 protocol::Console::Frontend m_frontend; member in class:v8_inspector::V8ConsoleAgentImpl
v8-heap-profiler-agent-impl.h 58 protocol::HeapProfiler::Frontend m_frontend; member in class:v8_inspector::V8HeapProfilerAgentImpl
v8-runtime-agent-impl.h 114 protocol::Runtime::Frontend m_frontend; member in class:v8_inspector::V8RuntimeAgentImpl
v8-profiler-agent-impl.h 66 protocol::Profiler::Frontend m_frontend; member in class:v8_inspector::V8ProfilerAgentImpl
v8-debugger-agent-impl.h 187 protocol::Debugger::Frontend m_frontend; member in class:v8_inspector::V8DebuggerAgentImpl
v8-heap-profiler-agent-impl.cc 35 : m_frontend(frontend) {}
37 m_frontend->reportHeapSnapshotProgress(done, total,
40 m_frontend->reportHeapSnapshotProgress(total, total, true);
42 m_frontend->flush();
47 protocol::HeapProfiler::Frontend* m_frontend; member in class:v8_inspector::__anon41050::final
83 : m_frontend(frontend) {}
87 m_frontend->addHeapSnapshotChunk(String16(data, size));
88 m_frontend->flush();
93 protocol::HeapProfiler::Frontend* m_frontend; member in class:v8_inspector::__anon41050::final
118 : m_frontend(frontend) {
142 protocol::HeapProfiler::Frontend* m_frontend; member in class:v8_inspector::__anon41050::final
    [all...]

Completed in 557 milliseconds