Home
last modified time | relevance | path

Searched refs:visibleWidth (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp219 int visibleWidth = frame->width(plane); in computeVisibleSize() local
225 --visibleWidth; in computeVisibleSize()
234 visibleWidth = originalWidth - 2; in computeVisibleSize()
238 return IntSize(visibleWidth, visibleHeight); in computeVisibleSize()
/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp99 …pos.x -= max<int>(m_scrollView->visibleWidth() * Scrollbar::minFractionToStepWhenPaging(), m_scrol… in OnScrollWinEvents()
105 …pos.x += max<int>(m_scrollView->visibleWidth() * Scrollbar::minFractionToStepWhenPaging(), m_scrol… in OnScrollWinEvents()
/external/webkit/Source/WebCore/platform/android/
DScrollViewAndroid.cpp75 return platformWidget()->visibleWidth(); in platformActualWidth()
/external/webkit/Source/WebKit/android/jni/
DWebCoreViewBridge.h99 int visibleWidth() const { return m_visibleBounds.width(); } in visibleWidth() function
/external/webkit/Source/WebKit/chromium/src/
DDragScrollTimer.cpp110 IntRect bounds(0, 0, view->visibleWidth(), view->visibleHeight()); in scrollDistanceFor()
DWebFrameImpl.cpp596 return frame()->view()->visibleWidth() > 0 && frame()->view()->visibleHeight() > 0; in hasVisibleContent()
2198 view->x(), view->y(), view->visibleWidth(), view->visibleHeight()); in invalidateArea()
2207 view->x() + view->visibleWidth(), view->y(), in invalidateArea()
/external/webkit/Source/WebCore/platform/
DScrollView.cpp251 …return m_fixedLayoutSize.isEmpty() || !m_useFixedLayout ? visibleWidth() : m_fixedLayoutSize.width… in layoutWidth()
335 …IntPoint maximumOffset(contentsWidth() - visibleWidth() - m_scrollOrigin.x(), contentsHeight() - v… in maximumScrollPosition()
371 horizontalOffset = max(min(horizontalOffset, contentsWidth() - visibleWidth()), 0); in setScrollOffset()
514 newHasHorizontalScrollbar = docSize.width() > visibleWidth(); in updateScrollbars()
571 int clientWidth = visibleWidth(); in updateScrollbars()
638 …IntRect scrollViewRect = convertToContainingWindow(IntRect(0, 0, visibleWidth(), visibleHeight())); in scrollContents()
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/rendering/
DRenderListBox.h117 virtual int visibleWidth() const;
DRenderTableSection.cpp266 int visibleWidth = 0; in setCellLogicalWidths() local
271 visibleWidth = view()->frameView()->textWrapWidth(); in setCellLogicalWidths()
300 … if (w != oldLogicalWidth || (visibleWidth > 0 && visibleWidth != cell->getVisibleWidth())) { in setCellLogicalWidths()
DRenderLayer.h586 virtual int visibleWidth() const;
DRenderListBox.cpp777 int RenderListBox::visibleWidth() const in visibleWidth() function in WebCore::RenderListBox
DRenderBox.cpp1185 …rizontalWritingMode() ? view()->frameView()->visibleHeight() : view()->frameView()->visibleWidth(); in perpendicularContainingBlockLogicalHeight()
2083 …toRenderView(this)->frameView()->visibleHeight() : toRenderView(this)->frameView()->visibleWidth(); in availableLogicalHeightUsing()
DRenderLayer.cpp1817 int RenderLayer::visibleWidth() const in visibleWidth() function in WebCore::RenderLayer
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp1119 return IntRect(0, 0, visibleWidth(), getRowHeight(index)); in getRowBounds()
1121 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index)); in getRowBounds()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm557 …<float>(position, m_scrollableArea->contentsSize().width() - m_scrollableArea->visibleWidth()), 0);
573 …at>(position.x(), m_scrollableArea->contentsSize().width() - m_scrollableArea->visibleWidth()), 0);
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_controller_unittest.mm1213 CGFloat visibleWidth = NSWidth(visibleFrame);
1214 EXPECT_CGFLOAT_EQ(visibleWidth - widthDelta, buttonWidth);
/external/webkit/Source/WebCore/page/
DFrameView.cpp1340 visibleWidth(), visibleHeight()); in scrollContentsSlowPath()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1013447 (WebCore::ScrollView::visibleWidth):
14152 (WebCore::ScrollView::visibleWidth):
15346 (ScrollView::visibleWidth):
16515 (ScrollView::visibleWidth):
16738 (ScrollView::visibleWidth):
18258 (WebCore::ScrollView::visibleWidth):
18355 (WebCore::ScrollView::visibleWidth):
21691 (RenderCanvas::calcWidth): Fix code to set width to visibleWidth(). Removed
DChangeLog-2011-02-162566 (WebCore::RenderLayer::visibleWidth):
2571 (WebCore::RenderListBox::visibleWidth):
2636 (WebCore::RenderLayer::visibleWidth):
2640 (WebCore::RenderListBox::visibleWidth):
2642 Add implementations for visibleHeight/visibleWidth.
9216 (WebCore::ScrollableArea::visibleWidth):
15749 (WebCore::ScrollableArea::visibleWidth):
DChangeLog-2007-10-1411911 (WebCore::ScrollView::visibleWidth):
18429 (WebCore::ScrollView::visibleWidth):
31016 (WebCore::ScrollView::visibleWidth):
32187 (WebCore::ScrollView::visibleWidth):
34536 (WebCore::ScrollView::visibleWidth):
59982 (WebCore::ScrollView::visibleWidth):
61715 (WebCore::ScrollView::visibleWidth):
DChangeLog-2002-12-03594 for document.width and document.height instead of visibleWidth for
10933 (QScrollView::visibleWidth):
DChangeLog-2003-10-251040 (QScrollView::visibleWidth):
DChangeLog-2006-12-3128331 (WebCore::ScrollView::visibleWidth):
38073 (WebCore::ScrollView::visibleWidth):

12