HomeSort by relevance Sort by last modified time
    Searched refs:hasDescendantWithBlendMode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 177 descendantProperties.hasDescendantWithBlendMode |= child->hasDescendantWithBlendMode() || child->renderer()->hasBlendMode();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 460 , hasDescendantWithBlendMode(false)
464 unsigned hasDescendantWithBlendMode : 1;
495 bool hasDescendantWithBlendMode() const { return descendantDependentCompositingInputs().hasDescendantWithBlendMode; }
    [all...]
RenderLayer.cpp     [all...]

Completed in 452 milliseconds