Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp67 bool hasShadow = shadowList; in paint() local
68 if (hasShadow) { in paint()
91 if (hasShadow) in paint()
DInlineTextBox.cpp399 bool hasShadow = shadowList && !context->printing(); in paintTextWithShadows() local
401 if (hasShadow) { in paintTextWithShadows()
443 if (hasShadow) in paintTextWithShadows()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp626 bool hasShadow = shadowList && !context->printing(); in paintTextWithShadows() local
638 if (hasShadow) { in paintTextWithShadows()
661 else if (hasShadow) in paintTextWithShadows()
/external/chromium_org/ui/app_list/cocoa/
Dapps_grid_view_item.mm154 @property(assign, nonatomic) BOOL hasShadow; property
441 @synthesize hasShadow = hasShadow_;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h341 bool hasShadow() const;
DGraphicsContext.cpp335 bool GraphicsContext::hasShadow() const in hasShadow() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp902 bool hasShadow = isElementNode() && toElement(this)->shadow(); in containsIncludingShadowDOM() local
903 if (!hasChildren && !hasShadow) in containsIncludingShadowDOM()