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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoLayerChromium.cpp220 int visibleHeight = frame->height(plane); local
238 return IntSize(visibleWidth, visibleHeight);
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h100 int visibleHeight() const { return m_visibleBounds.height(); } function in class:WebCoreViewBridge
/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h124 virtual int visibleHeight() const { ASSERT_NOT_REACHED(); return 0; } function in class:WebCore::ScrollableArea
H A DScrollView.h156 int visibleHeight() const { return visibleContentRect().height(); } function in class:WebCore::ScrollView
169 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight().
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp772 int RenderListBox::visibleHeight() const function in class:WebCore::RenderListBox
H A DRenderLayer.cpp1841 int RenderLayer::visibleHeight() const function in class:WebCore::RenderLayer

Completed in 1010 milliseconds