Home
last modified time | relevance | path

Searched refs:resetTimer (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
Dimage_encoder.js74 ImageUtil.trace.resetTimer('dataurl');
93 ImageUtil.trace.resetTimer('blob');
Dimage_adjust.js73 ImageUtil.trace.resetTimer('preview');
Dcommands.js91 ImageUtil.trace.resetTimer('command-busy');
Dimage_view.js132 ImageUtil.trace.resetTimer('paint');
629 ImageUtil.trace.resetTimer('thumb');
Dfilter.js79 ImageUtil.trace.resetTimer('filter-commit');
Dimage_util.js38 PerformanceTrace.prototype.resetTimer = function(key) { method in PerformanceTrace
Dimage_editor.js260 ImageUtil.trace.resetTimer('update');
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_encoder.js74 ImageUtil.trace.resetTimer('dataurl');
93 ImageUtil.trace.resetTimer('blob');
Dimage_adjust.js73 ImageUtil.trace.resetTimer('preview');
Dcommands.js91 ImageUtil.trace.resetTimer('command-busy');
Dimage_view.js132 ImageUtil.trace.resetTimer('paint');
629 ImageUtil.trace.resetTimer('thumb');
Dfilter.js79 ImageUtil.trace.resetTimer('filter-commit');
Dimage_util.js38 PerformanceTrace.prototype.resetTimer = function(key) { method in PerformanceTrace
Dimage_editor.js260 ImageUtil.trace.resetTimer('update');
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp55 void resetTimer() { m_timer.stop(); } in resetTimer() function in WebCore::InspectorHeapProfilerAgent::HeapStatsUpdateTask
198 m_heapStatsUpdateTask->resetTimer(); in stopTrackingHeapObjectsInternal()