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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.h 90 class ProfileDescriptor;
91 Vector<ProfileDescriptor> m_startedProfiles;
InspectorProfilerAgent.cpp 75 class InspectorProfilerAgent::ProfileDescriptor {
77 ProfileDescriptor(const String& id, const String& title)
109 m_startedProfiles.append(ProfileDescriptor(id, title));

Completed in 282 milliseconds