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

  /external/chromium_org/skia/ext/
lazy_pixel_ref.cc 9 LazyPixelRef::LazyPixelRef(const SkImageInfo& info) : SkPixelRef(info) {
12 LazyPixelRef::~LazyPixelRef() {
lazy_pixel_ref.h 15 class SK_API LazyPixelRef : public SkPixelRef {
17 explicit LazyPixelRef(const SkImageInfo& info);
18 virtual ~LazyPixelRef();
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.cpp 41 const char PlatformInstrumentation::DrawLazyPixelRefEvent[] = "Draw LazyPixelRef";
42 const char PlatformInstrumentation::DecodeLazyPixelRefEvent[] = "Decode LazyPixelRef";
44 const char PlatformInstrumentation::LazyPixelRef[] = "LazyPixelRef";
PlatformInstrumentation.h 56 : TraceEvent::TraceScopedTrackableObject<void*>(CategoryName, LazyPixelRef, instance)
69 static const char LazyPixelRef[];
120 TRACE_EVENT_INSTANT1(CategoryName, DrawLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
125 TRACE_EVENT_BEGIN1(CategoryName, DecodeLazyPixelRefEvent, LazyPixelRef, lazyPixelRefId);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TracingTimelineModel.js 97 DrawLazyPixelRef: "Draw LazyPixelRef",
98 DecodeLazyPixelRef: "Decode LazyPixelRef",
100 LazyPixelRef: "LazyPixelRef",
634 paintImageEvent = decodeLazyPixelRefEvent && this._paintImageEventByPixelRefId[decodeLazyPixelRefEvent.args["LazyPixelRef"]];
646 this._paintImageEventByPixelRefId[event.args["LazyPixelRef"]] = paintImageEvent;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 416 dispatcher->addListener(PlatformInstrumentation::LazyPixelRef, TRACE_EVENT_PHASE_DELETE_OBJECT, InspectorTimelineAgentTraceEventListener::create(this, &InspectorTimelineAgent::onLazyPixelRefDeleted), m_client);
    [all...]

Completed in 1775 milliseconds