Home
last modified time | relevance | path

Searched defs:screenWidth (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/android/
DWidgetAndroid.cpp110 int Widget::screenWidth() const in screenWidth() function in WebCore::Widget
/external/webkit/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp62 int PlatformBridge::screenWidth(const WebCore::FrameView* view) in screenWidth() function in WebCore::PlatformBridge
/external/webkit/WebKit/android/jni/
DWebViewCore.h453 int screenWidth() const { return m_screenWidth; } in screenWidth() function
DWebViewCore.cpp1183 int screenWidth, float scale, int realScreenWidth, int screenHeight, in setSizeScreenWidthAndScale()
2589 jint screenWidth, jfloat scale, jint realScreenWidth, jint screenHeight, in SetSize()
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp677 int screenWidth = view()->frameView()->screenWidth(); in layoutInlineChildren() local