HomeSort by relevance Sort by last modified time
    Searched refs:calculateDevicePixelRatio (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.h 69 float calculateDevicePixelRatio(LocalFrame*) const;
MediaValuesDynamic.cpp 87 return calculateDevicePixelRatio(m_frame);
MediaValuesCached.cpp 54 m_data.devicePixelRatio = calculateDevicePixelRatio(frame);
MediaValues.cpp 72 float MediaValues::calculateDevicePixelRatio(LocalFrame* frame) const

Completed in 31 milliseconds