Home
last modified time | relevance | path

Searched defs:totalWork (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DProgress.js47 setTotalWork: function(totalWork) { }, argument
177 setTotalWork: function(totalWork) argument
DProgressIndicator.js100 setTotalWork: function(totalWork) argument
DInspectorFrontendAPI.js155 indexingTotalWorkCalculated: function(requestId, fileSystemPath, totalWork) argument
DFileSystemProjectDelegate.js362 indexingTotalWorkCalculated: function(requestId, totalWork) argument
DExtensionAPI.js595 updateProgress: function(worked, totalWork) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorHeapProfilerAgent.cpp262 void Start(int totalWork) in takeHeapSnapshot()