Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1260 TransparencyClipBoxBehavior transparencyBehavior, PaintBehavior paintBehavior) in expandClipRectForDescendantsAndReflection() argument
1269 …clipRect.unite(transparencyClipBox(curr, rootLayer, transparencyBehavior, DescendantsOfTransparenc… in expandClipRectForDescendantsAndReflection()
1286 …RenderLayer* layer, const RenderLayer* rootLayer, TransparencyClipBoxBehavior transparencyBehavior, in transparencyClipBox() argument
1293 …if (rootLayer != layer && ((transparencyBehavior == PaintingTransparencyClipBox && layer->paintsWi… in transparencyClipBox()
1294 || (transparencyBehavior == HitTestingTransparencyClipBox && layer->hasTransform()))) { in transparencyClipBox()
1309 …expandClipRectForDescendantsAndReflection(clipRect, layer, layer, transparencyBehavior, paintBehav… in transparencyClipBox()
1328 …expandClipRectForDescendantsAndReflection(clipRect, layer, rootLayer, transparencyBehavior, paintB… in transparencyClipBox()