OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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