Searched defs:candidateDensity (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp224 float candidateDensity = candidate.density(); local
225 if (candidateDensity >= 0)
226 m_imageDevicePixelRatio = 1.0 / candidateDensity;

Completed in 65 milliseconds