Home
last modified time | relevance | path

Searched refs:ContentChangeType (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h46 enum ContentChangeType { enum
180 void contentChanged(ContentChangeType);
DRenderLayer.h153 void contentChanged(ContentChangeType);
DRenderBoxModelObject.cpp90 void RenderBoxModelObject::contentChanged(ContentChangeType changeType) in contentChanged()
DRenderLayer.cpp196 void RenderLayer::contentChanged(ContentChangeType changeType) in contentChanged()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.h159 void contentChanged(ContentChangeType);
DCompositedLayerMapping.cpp1710 void CompositedLayerMapping::contentChanged(ContentChangeType changeType) in contentChanged()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h376 void markContextChanged(ContentChangeType);
DWebGLRenderingContextBase.cpp733 void WebGLRenderingContextBase::markContextChanged(ContentChangeType changeType) in markContextChanged()