Searched defs:osw (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp1190 int osw = m_screenWidth; local
1194 ow, oh, osw, m_scale, width, height, screenWidth, scale);
1206 if (ow != width || (!ignoreHeight && oh != height) || osw != screenWidth) {
1218 if (osw && screenWidth && osw != screenWidth) {
1254 const bool leftAlign = (osw != m_screenWidth)

Completed in 49 milliseconds