Home
last modified time | relevance | path

Searched defs:visibleWidth (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebCoreViewBridge.h99 int visibleWidth() const { return m_visibleBounds.width(); } in visibleWidth() function
/external/webkit/Source/WebCore/platform/
DScrollableArea.h125 virtual int visibleWidth() const { ASSERT_NOT_REACHED(); return 0; } in visibleWidth() function
DScrollView.h151 int visibleWidth() const { return visibleContentRect().width(); } in visibleWidth() function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp219 int visibleWidth = frame->width(plane); in computeVisibleSize() local
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp777 int RenderListBox::visibleWidth() const in visibleWidth() function in WebCore::RenderListBox
DRenderTableSection.cpp266 int visibleWidth = 0; in setCellLogicalWidths() local
DRenderLayer.cpp1817 int RenderLayer::visibleWidth() const in visibleWidth() function in WebCore::RenderLayer