Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h150 static int screenHeightInDocCoord(const FrameView*);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp153 int PlatformBridge::screenHeightInDocCoord(const WebCore::FrameView* frameView) in screenHeightInDocCoord() function in WebCore::PlatformBridge
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp2186 return PlatformBridge::screenHeightInDocCoord(view->frameView()); in containingBlockLogicalHeightForPositioned()