Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h454 int screenHeight() const { return m_screenHeight; } in screenHeight()
538 int m_screenHeight;// height of the visible rect in document coordinates variable
DWebViewCore.cpp443 m_screenHeight = 0; in reset()
1192 int osh = m_screenHeight; in setSizeScreenWidthAndScale()
1196 m_screenHeight = screenHeight; in setSizeScreenWidthAndScale()
1559 visibleRect.bottom = m_scrollOffsetY + m_screenHeight; in sendPluginVisibleScreen()