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"
39 GraphicsLayerUpdater::UpdateContext::UpdateContext(const UpdateContext& other, const RenderLayer& layer)
51 const RenderLayer* GraphicsLayerUpdater::UpdateContext::compositingContainer(const RenderLayer& layer) const
56 GraphicsLayerUpdater::GraphicsLayerUpdater()
61 GraphicsLayerUpdater::~GraphicsLayerUpdater()
65 void GraphicsLayerUpdater::update(Vector<RenderLayer*>& layersNeedingPaintInvalidation, RenderLayer& layer, UpdateType updateType, const UpdateContext& context)
106 void GraphicsLayerUpdater::assertNeedsToUpdateGraphicsLayerBitsCleared(RenderLayer& layer)
GraphicsLayerUpdater.h 36 class GraphicsLayerUpdater {
54 GraphicsLayerUpdater();
55 ~GraphicsLayerUpdater();

Completed in 37 milliseconds