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

  /external/chromium_org/ui/gfx/
platform_font_pango.h 82 void PaintSetup(SkPaint* paint) const;
platform_font_pango.cc 267 PaintSetup(&paint);
290 void PlatformFontPango::PaintSetup(SkPaint* paint) const {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 123 extern const char PaintSetup[];
InspectorInstrumentation.cpp 241 const char PaintSetup[] = "PaintSetup";
InspectorTimelineAgent.cpp 138 static const char PaintSetup[] = "PaintSetup";
403 dispatcher->addListener(InstrumentationEvents::PaintSetup, TRACE_EVENT_PHASE_BEGIN, InspectorTimelineAgentTraceEventListener::create(this, &InspectorTimelineAgent::onPaintSetupBegin), m_client);
404 dispatcher->addListener(InstrumentationEvents::PaintSetup, TRACE_EVENT_PHASE_END, InspectorTimelineAgentTraceEventListener::create(this, &InspectorTimelineAgent::onPaintSetupEnd), m_client);
609 RefPtr<TimelineEvent> paintSetupRecord = TimelineRecordFactory::createGenericRecord(paintSetupStart, 0, TimelineRecordType::PaintSetup, TimelineRecordFactory::createLayerData(nodeIdentifier));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModel.js 57 PaintSetup: "PaintSetup",
TimelineUIUtilsImpl.js 209 recordStyles[recordTypes.PaintSetup] = { title: WebInspector.UIString("Paint Setup"), category: categories["painting"] };
581 case recordTypes.PaintSetup:
TracingTimelineModel.js 42 PaintSetup: "PaintSetup",
    [all...]
TracingTimelineUIUtils.js 214 eventStyles[recordTypes.PaintSetup] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Paint Setup"), categories["painting"]);
606 case recordTypes.PaintSetup:
    [all...]

Completed in 483 milliseconds