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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCounters.cpp 38 int InspectorCounters::counterValue(CounterType type)
InspectorMemoryAgent.cpp 45 *documents = InspectorCounters::counterValue(InspectorCounters::DocumentCounter);
46 *nodes = InspectorCounters::counterValue(InspectorCounters::NodeCounter);
47 *jsEventListeners = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter);
InspectorCounters.h 63 static int counterValue(CounterType);
InspectorTraceEvents.cpp 374 value->setInteger("documents", InspectorCounters::counterValue(InspectorCounters::DocumentCounter));
375 value->setInteger("nodes", InspectorCounters::counterValue(InspectorCounters::NodeCounter));
376 value->setInteger("jsEventListeners", InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter));
InspectorTimelineAgent.cpp     [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 45 * @param counterValue The counter value.
48 public static void traceCounter(String counterName, int counterValue) {
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLeakDetector.cpp 132 result.numberOfLiveDocuments = InspectorCounters::counterValue(InspectorCounters::DocumentCounter);
133 result.numberOfLiveNodes = InspectorCounters::counterValue(InspectorCounters::NodeCounter);
  /frameworks/base/core/java/android/os/
Trace.java 154 * @param counterValue The counter value.
158 public static void traceCounter(long traceTag, String counterName, int counterValue) {
160 nativeTraceCounter(traceTag, counterName, counterValue);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 235 String counterValue(Element*);
Internals.idl 185 DOMString counterValue(Element element);
Internals.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp     [all...]

Completed in 311 milliseconds