Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/android/
DPlatformBridge.h149 static int screenWidthInDocCoord(const FrameView*);
/external/webkit/Source/WebKit/android/WebCoreSupport/
DPlatformBridge.cpp147 int PlatformBridge::screenWidthInDocCoord(const WebCore::FrameView* frameView) in screenWidthInDocCoord() function in WebCore::PlatformBridge
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp2146 return PlatformBridge::screenWidthInDocCoord(view->frameView()); in containingBlockLogicalWidthForPositioned()