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

  /external/webkit/WebCore/history/android/
AndroidWebHistoryBridge.h 39 , m_screenWidthScale(0)
46 void setScreenWidthScale(int s) { m_screenWidthScale = s; }
48 int screenWidthScale() const { return m_screenWidthScale; }
55 int m_screenWidthScale;
  /external/webkit/WebKit/android/jni/
WebViewCore.h 456 float screenWidthScale() const { return m_screenWidthScale; }
540 float m_screenWidthScale;

Completed in 2171 milliseconds