OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_profile
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ScriptProfile.cpp
43
const_cast<v8::CpuProfile*>(
m_profile
)->Delete();
49
return toCoreString(
m_profile
->GetTitle());
54
return
m_profile
->GetUid();
64
return static_cast<double>(
m_profile
->GetStartTime()) / 1000000;
69
return static_cast<double>(
m_profile
->GetEndTime()) / 1000000;
99
return buildInspectorObjectFor(
m_profile
->GetTopDownRoot());
105
int count =
m_profile
->GetSamplesCount();
107
array->addItem(
m_profile
->GetSample(i)->GetNodeId());
ScriptProfile.h
64
:
m_profile
(profile)
69
const v8::CpuProfile*
m_profile
;
member in class:WebCore::FINAL
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
915
OMX_U32
m_profile
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
538
m_profile
(0),
[
all
...]
Completed in 27 milliseconds