OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawLazyPixelRefEvent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.cpp
41
const char PlatformInstrumentation::
DrawLazyPixelRefEvent
[] = "Draw LazyPixelRef";
PlatformInstrumentation.h
63
static const char
DrawLazyPixelRefEvent
[];
120
TRACE_EVENT_INSTANT1(CategoryName,
DrawLazyPixelRefEvent
, LazyPixelRef, lazyPixelRefId);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp
364
dispatcher->addListener(PlatformInstrumentation::
DrawLazyPixelRefEvent
, TRACE_EVENT_PHASE_INSTANT, this, &InspectorTimelineAgent::onDrawLazyPixelRef, m_client);
[
all
...]
Completed in 108 milliseconds