Home
last modified time | relevance | path

Searched refs:updateImage (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DPasswordGeneratorButtonElement.cpp70 void PasswordGeneratorButtonElement::updateImage() in updateImage() function in WebCore::PasswordGeneratorButtonElement
89 updateImage(); in customStyleForRenderer()
103 updateImage(); in attach()
142 updateImage(); in defaultEventHandler()
147 updateImage(); in defaultEventHandler()
DPasswordGeneratorButtonElement.h65 void updateImage();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp324 updateImage(false); in appendData()
327 void ImageResource::updateImage(bool allDataReceived) in updateImage() function in WebCore::ImageResource
364 updateImage(true); in finishOnePart()
DImageResource.h114 void updateImage(bool allDataReceived);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1925updateImage(oldStyle ? oldStyle->borderImage().image() : 0, m_style ? m_style->borderImage().image… in setStyle()
1926updateImage(oldStyle ? oldStyle->maskBoxImage().image() : 0, m_style ? m_style->maskBoxImage().ima… in setStyle()
2159 void RenderObject::updateImage(StyleImage* oldImage, StyleImage* newImage) in updateImage() function in WebCore::RenderObject
2172updateImage(oldShapeValue ? oldShapeValue->image() : 0, newShapeValue ? newShapeValue->image() : 0… in updateShapeImage()
DRenderObject.h663 void updateImage(StyleImage*, StyleImage*);