OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counterValue
(Results
1 - 10
of
10
) 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);
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
);
/frameworks/base/core/java/android/os/
Trace.java
148
* @param
counterValue
The counter value.
152
public static void traceCounter(long traceTag, String counterName, int
counterValue
) {
154
nativeTraceCounter(traceTag, counterName,
counterValue
);
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
251
String
counterValue
(Element*);
Internals.idl
213
DOMString
counterValue
(Element element);
Internals.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
Completed in 241 milliseconds