OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRecordingUserInitiatedProfile
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/
InspectorProfilerAgent.h
81
bool
isRecordingUserInitiatedProfile
() { return m_recordingUserInitiatedProfile; }
InspectorController.cpp
317
bool InspectorController::
isRecordingUserInitiatedProfile
() const
319
return m_inspectorAgent->profilerAgent()->
isRecordingUserInitiatedProfile
();
Completed in 48 milliseconds