HomeSort by relevance Sort by last modified time
    Searched refs:documentCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMCountersGraph.js 68 * @param {number} documentCount
72 WebInspector.DOMCountersGraph.Counter = function(time, documentCount, nodeCount, listenerCount, usedGPUMemoryKBytes)
75 this.documentCount = documentCount;
163 return entry.documentCount;
249 this._counters[index].documentCount = this._counters[copyFrom].documentCount;
253 this._counters[index].documentCount = 0;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp     [all...]

Completed in 748 milliseconds