Home
last modified time | relevance | path

Searched refs:platformActualWidth (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/android/
DScrollViewAndroid.cpp71 int ScrollView::platformActualWidth() const in platformActualWidth() function in WebCore::ScrollView
/external/webkit/Source/WebCore/platform/
DScrollView.h404 int platformActualWidth() const;
DScrollView.cpp307 return platformActualWidth(); in actualWidth()