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

  /external/webkit/WebCore/rendering/style/
BorderValue.h 52 bool isTransparent() const
59 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
CollapsedBorderValue.h 49 bool isTransparent() const { return border ? border->isTransparent() : true; }
  /external/webkit/WebKit/android/nav/
CachedNode.h 126 bool isTransparent() const { return mIsTransparent; }
162 void setIsTransparent(bool isTransparent) { mIsTransparent = isTransparent; }
CacheBuilder.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderObject.h 649 bool isTransparent() const { return style()->opacity() < 1.0f; }
    [all...]
RenderLayer.cpp 744 if (isTransparent() || hasReflection() || hasTransform())
751 bool RenderLayer::isTransparent() const
757 return renderer()->isTransparent() || renderer()->hasMask();
768 if (curr->isTransparent())
    [all...]

Completed in 113 milliseconds