Home
last modified time | relevance | path

Searched refs:m_textWrapScale (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/history/android/
DAndroidWebHistoryBridge.h39 , m_textWrapScale(0) in AndroidWebHistoryBridge()
46 void setTextWrapScale(float s) { m_textWrapScale = s; } in setTextWrapScale()
48 float textWrapScale() const { return m_textWrapScale; } in textWrapScale()
55 float m_textWrapScale; variable