/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | StyleImage.h | 101 … DEFINE_TYPE_CASTS(thisType, StyleImage, styleImage, styleImage->function, styleImage.function); \ 102 …line thisType* to##thisType(const RefPtr<StyleImage>& styleImage) { return to##thisType(styleImage…
|
D | StyleRareInheritedData.cpp | 35 void* styleImage; member
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderImageResourceStyleImage.cpp | 37 RenderImageResourceStyleImage::RenderImageResourceStyleImage(StyleImage* styleImage) in RenderImageResourceStyleImage() argument 38 : m_styleImage(styleImage) in RenderImageResourceStyleImage()
|
D | RenderImageResourceStyleImage.h | 41 static PassOwnPtr<RenderImageResource> create(StyleImage* styleImage) in create() argument 43 return adoptPtr(new RenderImageResourceStyleImage(styleImage)); in create()
|
D | RenderBoxModelObject.cpp | 1160 StyleImage* styleImage = ninePieceImage.image(); in paintNinePieceImage() local 1161 if (!styleImage) in paintNinePieceImage() 1164 if (!styleImage->isLoaded()) in paintNinePieceImage() 1167 if (!styleImage->canRender(this, style->effectiveZoom())) in paintNinePieceImage() 1176 …IntSize imageSize = calculateImageIntrinsicDimensions(styleImage, borderImageRect.size(), DoNotSca… in paintNinePieceImage() 1179 styleImage->setContainerSizeForRenderer(this, imageSize, style->effectiveZoom()); in paintNinePieceImage() 1185 float imageScaleFactor = styleImage->imageScaleFactor(); in paintNinePieceImage() 1220 RefPtr<Image> image = styleImage->image(this, imageSize); in paintNinePieceImage()
|
D | RenderBlock.cpp | 175 …tic void appendImageIfNotNull(Vector<ImageResource*>& imageResources, const StyleImage* styleImage) in appendImageIfNotNull() argument 177 if (styleImage && styleImage->cachedImage()) in appendImageIfNotNull() 178 imageResources.append(styleImage->cachedImage()); in appendImageIfNotNull()
|
D | RenderObject.cpp | 155 … if (const StyleImage* styleImage = static_cast<const ImageContentData*>(contentData)->image()) { in createObject() local 156 …mage->setImageResource(RenderImageResourceStyleImage::create(const_cast<StyleImage*>(styleImage))); in createObject()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | Shape.cpp | 215 PassOwnPtr<Shape> Shape::createShape(const StyleImage* styleImage, float threshold, const LayoutSiz… in createShape() argument 217 …ASSERT(styleImage && styleImage->isImageResource() && styleImage->cachedImage() && styleImage->cac… in createShape() 219 Image* image = styleImage->cachedImage()->image(); in createShape()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.cpp | 353 StyleImage* styleImage = imageValue->cachedOrPendingImage(); in retrieveResourcesForCSSValue() local 355 if (!styleImage || !styleImage->isImageResource()) in retrieveResourcesForCSSValue() 358 addImageToResources(styleImage->cachedImage(), 0, styleImage->cachedImage()->url()); in retrieveResourcesForCSSValue()
|
D | EventHandler.cpp | 1154 StyleImage* styleImage = (*cursors)[i].image(); in selectCursor() local 1155 if (!styleImage) in selectCursor() 1157 ImageResource* cachedImage = styleImage->cachedImage(); in selectCursor() 1160 float scale = styleImage->imageScaleFactor(); in selectCursor()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolverState.h | 108 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage() function 110 …return m_elementStyleResources.styleImage(document().textLinkColors(), style()->color(), propertyI… in styleImage()
|
D | ElementStyleResources.h | 53 …PassRefPtr<StyleImage> styleImage(const TextLinkColors&, Color currentColor, CSSPropertyID, CSSVal…
|
D | CSSToStyleMap.h | 82 PassRefPtr<StyleImage> styleImage(CSSPropertyID, CSSValue*);
|
D | CSSToStyleMap.cpp | 55 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value) in styleImage() function in WebCore::CSSToStyleMap 57 …return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), m_state.style()->co… in styleImage() 150 layer->setImage(styleImage(property, value)); in mapFillImage() 528 image.setImage(styleImage(imageProperty, current)); in mapNinePieceImage()
|
D | ElementStyleResources.cpp | 41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, Colo… in styleImage() function in WebCore::ElementStyleResources
|
D | StyleBuilderCustom.cpp | 154 … state.style()->addCursor(state.styleImage(CSSPropertyCursor, image), image->hotSpot()); in applyValueCSSPropertyCursor() 299 state.style()->setListStyleImage(state.styleImage(CSSPropertyListStyleImage, value)); in applyValueCSSPropertyListStyleImage()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StyleBuilderFunctions.cpp.tmpl | 230 {{ set_value(property) }}(state.styleImage({{property_id}}, value)); 505 … {{ set_value(property) }}(ShapeValue::createImageValue(state.styleImage({{property_id}}, value)));
|