OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodeLazyPixelRefEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.cpp
42
const char PlatformInstrumentation::
DecodeLazyPixelRefEvent
[] = "Decode LazyPixelRef";
PlatformInstrumentation.h
64
static const char
DecodeLazyPixelRefEvent
[];
125
TRACE_EVENT_BEGIN1(CategoryName,
DecodeLazyPixelRefEvent
, LazyPixelRef, lazyPixelRefId);
130
TRACE_EVENT_END1(CategoryName,
DecodeLazyPixelRefEvent
, LazyPixelRef, lazyPixelRefId);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
365
dispatcher->addListener(PlatformInstrumentation::
DecodeLazyPixelRefEvent
, TRACE_EVENT_PHASE_BEGIN, this, &InspectorTimelineAgent::onDecodeLazyPixelRefBegin, m_client);
366
dispatcher->addListener(PlatformInstrumentation::
DecodeLazyPixelRefEvent
, TRACE_EVENT_PHASE_END, this, &InspectorTimelineAgent::onDecodeLazyPixelRefEnd, m_client);
[
all
...]
Completed in 27 milliseconds