Home
last modified time | relevance | path

Searched refs:hasImage (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBorderData.h46 bool haveImage = m_image.hasImage(); in hasBorder()
65 if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() == BHIDDEN)) in borderLeftWidth()
72 if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() == BHIDDEN)) in borderRightWidth()
79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN)) in borderTopWidth()
86 if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() == BHIDDEN)) in borderBottomWidth()
DFillLayer.h156 bool hasImage() const in hasImage() function
160 return m_next ? m_next->hasImage() : false; in hasImage()
DShapeValue.h75 …geValid() const { return image() && image()->cachedImage() && image()->cachedImage()->hasImage(); } in isImageValid()
DNinePieceImage.h69 bool hasImage() const { return m_data->image; } in hasImage() function
DRenderStyle.h388 bool hasBackgroundImage() const { return m_background->background().hasImage(); } in hasBackgroundImage()
406 return borderImage().hasImage() && borderImage().outset().nonZero(); in hasBorderImageOutsets()
860 …() const { return rareNonInheritedData->m_mask.hasImage() || rareNonInheritedData->m_maskBoxImage. in hasMask()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResourceTest.cpp63 ASSERT_FALSE(cachedImage->hasImage()); in TEST()
72 ASSERT_FALSE(cachedImage->hasImage()); in TEST()
80 ASSERT_FALSE(cachedImage->hasImage()); in TEST()
88 ASSERT_TRUE(cachedImage->hasImage()); in TEST()
DImageResource.h58 bool hasImage() const { return m_image.get(); } in hasImage() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.cpp201 if (m_imageResource->errorOccurred() || !m_imageResource->hasImage()) in updateIntrinsicSizeIfNeeded()
312 if (!m_imageResource->hasImage() || m_imageResource->errorOccurred()) { in paintReplaced()
375 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) { in paintReplaced()
465 …if (!m_imageResource->hasImage() || m_imageResource->errorOccurred() || alignedRect.width() <= 0 |… in paintIntoRect()
492 if (!m_imageResource->hasImage() || m_imageResource->errorOccurred()) in foregroundIsKnownToBeOpaqueInRect()
DRenderImageResourceStyleImage.h48 virtual bool hasImage() const { return true; } in hasImage() function
DRenderImageResource.h54 virtual bool hasImage() const { return m_cachedImage; } in hasImage() function
DRenderTableCell.cpp1189 if (bgLayer->hasImage() || c.isValid()) { in paintBackgroundsBehindCell()
DInlineFlowBox.cpp1350 …if ((maskBoxImage && renderer()->style()->maskLayers()->hasImage()) || renderer()->style()->maskLa… in paintMask()
DCompositedLayerMapping.cpp1564 if (!cachedImage->hasImage()) in isDirectlyCompositedImage()
DRenderBox.cpp1471 if (!fillLayer->next() && !fillLayer->hasImage()) { in backgroundHasOpaqueTopLayer()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGImageElement.cpp75 if (renderSVGImage->imageResource()->hasImage()) { in currentFrameHasSingleSecurityOrigin()
206 if (imageObj->imageResource()->hasImage()) in attach()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGImage.cpp129 …nfo.context->paintingDisabled() || style()->visibility() == HIDDEN || !m_imageResource->hasImage()) in paint()
/external/chromium/chrome/browser/ui/cocoa/
Dpage_info_bubble_controller.mm230 BOOL hasImage = model_->GetIconImage(info.icon_id) != nil;
231 CGFloat xPosition = (hasImage ? kTextXPosition : kTextXPositionNoImage);
235 if (hasImage) {
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImageElement.cpp189 if (renderImageResource->hasImage()) in attach()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp532 if (!image.hasImage()) in valueForNinePieceImage()