OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setImageDevicePixelRatio
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h
64
inline void
setImageDevicePixelRatio
(float factor) { m_imageDevicePixelRatio = factor; }
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp
135
toRenderImage(renderer())->
setImageDevicePixelRatio
(m_imageDevicePixelRatio);
170
image->
setImageDevicePixelRatio
(m_imageDevicePixelRatio);
Completed in 268 milliseconds