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 70 * @param {number} documentCount
74 WebInspector.DOMCountersGraph.Counter = function(time, documentCount, nodeCount, listenerCount)
77 this.documentCount = documentCount;
156 return entry.documentCount;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 670 int documentCount = 0;
673 documentCount = InspectorCounters::counterValue(InspectorCounters::DocumentCounter);
678 .setDocuments(documentCount)

Completed in 59 milliseconds