OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onCloseFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineJSProfile.js
59
function
onCloseFrame
(depth, node, startTime, totalTime, selfTime)
87
jsProfileModel.forEachFrame(onOpenFrame,
onCloseFrame
, recordStartTime, recordEndTime);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js
163
// The entry itself will be put there in
onCloseFrame
.
166
function
onCloseFrame
(depth, node, startTime, totalTime, selfTime)
172
this._cpuProfile.forEachFrame(onOpenFrame,
onCloseFrame
);
Completed in 1080 milliseconds