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

  /external/webkit/Source/WebCore/rendering/style/
BorderValue.h 47 bool isTransparent() const
54 return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style != BHIDDEN);
CollapsedBorderValue.h 52 bool isTransparent() const { return m_border ? m_border->isTransparent() : true; }
  /external/skia/src/pdf/
SkPDFImage.cpp 37 bool isTransparent = false;
65 isTransparent = true;
88 isTransparent = false;
100 isTransparent = false;
122 isTransparent = true;
139 isTransparent = false;
146 isTransparent = true;
169 isTransparent = false;
179 isTransparent = false;
184 isTransparent = true
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 163 bool PluginProxy::isTransparent()
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 196 void NetscapePlugin::setIsTransparent(bool isTransparent)
198 m_isTransparent = isTransparent;
531 bool NetscapePlugin::isTransparent()
  /external/webkit/Source/WebKit/android/nav/
CachedNode.h 130 bool isTransparent() const { return mIsTransparent; }
169 void setIsTransparent(bool isTransparent) { mIsTransparent = isTransparent; }
CacheBuilder.cpp 487 " isTransparent()=%s",
490 renderer->isTransparent() ? "true" : "false");
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 727 isOpaqueRoot = !view()->frameView()->isTransparent();
    [all...]
RenderObject.h 661 bool isTransparent() const { return style()->opacity() < 1.0f; }
    [all...]
RenderLayer.cpp 892 if (isTransparent() || hasReflection() || hasTransform())
899 bool RenderLayer::isTransparent() const
905 return renderer()->isTransparent() || renderer()->hasMask();
916 if (curr->isTransparent())
    [all...]

Completed in 507 milliseconds