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 74 float calculateDevicePixelRatio(LocalFrame*) const;
MediaValuesDynamic.cpp 79 return calculateDevicePixelRatio(m_frame);
MediaValuesCached.cpp 57 m_data.devicePixelRatio = calculateDevicePixelRatio(frame);
MediaValues.cpp 71 float MediaValues::calculateDevicePixelRatio(LocalFrame* frame) const

Completed in 75 milliseconds