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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInvalidationState.cpp 6 #include "core/rendering/PaintInvalidationState.h"
16 PaintInvalidationState::PaintInvalidationState(const RenderView& renderView)
36 PaintInvalidationState::PaintInvalidationState(const PaintInvalidationState& next, RenderLayerModelObject& renderer, const RenderLayerModelObject& paintInvalidationContainer)
84 void PaintInvalidationState::applyClipIfNeeded(const RenderObject& renderer)
PaintInvalidationState.h 17 class PaintInvalidationState {
18 WTF_MAKE_NONCOPYABLE(PaintInvalidationState);
20 PaintInvalidationState(const PaintInvalidationState& next, RenderLayerModelObject& renderer, const RenderLayerModelObject& paintInvalidationContainer);
22 explicit PaintInvalidationState(const RenderView&);

Completed in 300 milliseconds