Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h535 float textWrapScale() const { return m_screenWidth * m_scale / m_textWrapWidth; } in textWrapScale()
563 int screenWidth() const { return m_screenWidth; } in screenWidth()
687 int m_screenWidth; // width of the visible rect in document coordinates variable
DWebViewCore.cpp377 , m_screenWidth(320) in WebViewCore()
1333 int osw = m_screenWidth; in setSizeScreenWidthAndScale()
1339 m_screenWidth = screenWidth; in setSizeScreenWidthAndScale()
2053 visibleRect.right = m_scrollOffsetX + m_screenWidth; in getVisibleScreen()