HomeSort by relevance Sort by last modified time
    Searched full:_updateprogress (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 39 InspectorTest.addSniffer(profiles[0]._transferHandler, "_updateProgress", onUpdateProgress, true);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
ScreencastView.js 808 this._updateProgress(0.1); // Display first 10% on navigation start.
814 this._updateProgress(1); // Display 100% progress on load, hide it in 0.5s.
847 this._updateProgress(this._finishedRequests / this._startedRequests * 0.9); // Finished requests drive the progress up to 90%.
851 _updateProgress: function(progress)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js 661 this._updateProgress(WebInspector.UIString("Retrieving events\u2026"));
741 this._updateProgress(WebInspector.UIString("%d events collected", 0));
754 this._updateProgress(WebInspector.UIString("%d events collected", event.data));
763 this._updateProgress(WebInspector.UIString("Buffer usage %d%", Math.round(usage * 100)));
769 _updateProgress: function(progressMessage)
    [all...]

Completed in 311 milliseconds