Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.h69 class ProfileDescriptor; variable
70 std::vector<ProfileDescriptor> m_startedProfiles;
Dv8-profiler-agent-impl.cc143 class V8ProfilerAgentImpl::ProfileDescriptor { class in v8_inspector::V8ProfilerAgentImpl
145 ProfileDescriptor(const String16& id, const String16& title) in ProfileDescriptor() function in v8_inspector::V8ProfilerAgentImpl::ProfileDescriptor
166 m_startedProfiles.push_back(ProfileDescriptor(id, title)); in consoleProfile()