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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.h 91 bool hasOpacity() const { return opacity < 1; }
RenderStyle.cpp 473 if (hasAutoZIndex() != other.hasAutoZIndex() && rareNonInheritedData->hasOpacity() != other.rareNonInheritedData->hasOpacity()) {
    [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 182 || style->hasOpacity()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
RenderLayer.cpp     [all...]

Completed in 73 milliseconds