Home
last modified time | relevance | path

Searched defs:textWrapScale (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/history/android/
DAndroidWebHistoryBridge.h48 float textWrapScale() const { return m_textWrapScale; } in textWrapScale() function
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h535 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale() function
DWebHistory.cpp422 const float textWrapScale = bridge->textWrapScale(); in write_item() local
DWebViewCore.cpp1174 void WebViewCore::restoreScale(float scale, float textWrapScale) in restoreScale()