HomeSort by relevance Sort by last modified time
    Searched defs:m_deviceScaleFactor (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h 68 float deviceScaleFactor() const { return m_deviceScaleFactor; }
69 void setDeviceScaleFactor(float deviceScaleFactor) { m_deviceScaleFactor = deviceScaleFactor; }
76 float m_deviceScaleFactor;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 177 float deviceScaleFactor() const { return m_deviceScaleFactor; }
286 float m_deviceScaleFactor;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 197 void setDeviceScaleFactor(float factor) { m_deviceScaleFactor = factor; }
198 float deviceScaleFactor() const { return m_deviceScaleFactor; }
535 float m_deviceScaleFactor;

Completed in 101 milliseconds