OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateTraceEventDuration
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.cpp
73
void EventTracer::
updateTraceEventDuration
(const unsigned char* categoryEnabledFlag, const char* name, TraceEvent::TraceEventHandle handle)
75
blink::Platform::current()->
updateTraceEventDuration
(categoryEnabledFlag, name, handle);
/external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc
496
void WebKitPlatformSupportImpl::
updateTraceEventDuration
(
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
Platform.h
466
//
updateTraceEventDuration
() must be called with the TraceEventHandle
525
virtual void
updateTraceEventDuration
(const unsigned char* categoryEnabledFlag, const char* name, TraceEventHandle) { }
Completed in 2369 milliseconds