HomeSort by relevance Sort by last modified time
    Searched defs:GraphicsLayerUpdater (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.cpp 28 #include "core/rendering/compositing/GraphicsLayerUpdater.h"
41 class GraphicsLayerUpdater::UpdateContext {
76 GraphicsLayerUpdater::GraphicsLayerUpdater()
81 GraphicsLayerUpdater::~GraphicsLayerUpdater()
85 void GraphicsLayerUpdater::update(RenderLayer& layer, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
87 TRACE_EVENT0("blink", "GraphicsLayerUpdater::update");
92 void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType updateType, const UpdateContext& context, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
127 void GraphicsLayerUpdater::assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer& layer
    [all...]
GraphicsLayerUpdater.h 36 class GraphicsLayerUpdater {
39 GraphicsLayerUpdater();
40 ~GraphicsLayerUpdater();

Completed in 42 milliseconds