Searched defs:PAINT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
H A Doptions.js305 var METRIC = {"STARTLOAD": 0, "COMMITLOAD": 1, "DOCLOAD": 2, "PAINT": 3,
318 case METRIC.PAINT:
348 case METRIC.PAINT:
/external/chromium_org/content/renderer/pepper/
H A Dpepper_graphics_2d_host.cc135 PAINT, enumerator in enum:content::PepperGraphics2DHost::QueuedOperation::Type
150 // Valid when type == PAINT.
430 QueuedOperation operation(QueuedOperation::PAINT);
562 case QueuedOperation::PAINT:
599 operation.type = QueuedOperation::PAINT;

Completed in 190 milliseconds