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
m_profile
->Delete();
49
return toCoreString(
m_profile
->GetTitle());
59
return static_cast<double>(
m_profile
->GetStartTime()) / 1000000;
64
return static_cast<double>(
m_profile
->GetEndTime()) / 1000000;
94
return buildInspectorObjectFor(
m_profile
->GetTopDownRoot());
100
int count =
m_profile
->GetSamplesCount();
102
array->addItem(
m_profile
->GetSample(i)->GetNodeId());
109
int count =
m_profile
->GetSamplesCount();
111
array->addItem(
m_profile
->GetSampleTimestamp(i));
ScriptProfile.h
63
:
m_profile
(profile)
68
v8::CpuProfile*
m_profile
;
member in class:WebCore::FINAL
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h
948
OMX_U32
m_profile
;
member in class:omx_vdec
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
570
m_profile
(0),
[
all
...]
Completed in 191 milliseconds