HomeSort by relevance Sort by last modified time
    Searched defs:visibleSize (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.h 48 IntSize visibleSize;
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarPart.cpp 93 int visibleSize = m_scrollbar->owningRenderer()->width() - m_scrollbar->owningRenderer()->borderLeft() - m_scrollbar->owningRenderer()->borderRight();
94 int w = calcScrollbarThicknessUsing(style()->width(), visibleSize);
95 int minWidth = calcScrollbarThicknessUsing(style()->minWidth(), visibleSize);
96 int maxWidth = style()->maxWidth().isUndefined() ? w : calcScrollbarThicknessUsing(style()->maxWidth(), visibleSize);
100 m_marginLeft = style()->marginLeft().calcMinValue(visibleSize);
101 m_marginRight = style()->marginRight().calcMinValue(visibleSize);
108 int visibleSize = m_scrollbar->owningRenderer()->height() - m_scrollbar->owningRenderer()->borderTop() - m_scrollbar->owningRenderer()->borderBottom();
109 int h = calcScrollbarThicknessUsing(style()->height(), visibleSize);
110 int minHeight = calcScrollbarThicknessUsing(style()->minHeight(), visibleSize);
111 int maxHeight = style()->maxHeight().isUndefined() ? h : calcScrollbarThicknessUsing(style()->maxHeight(), visibleSize);
    [all...]
  /external/webkit/Source/WebKit/chromium/public/mac/
WebThemeEngine.h 69 int visibleSize;
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 66 int visibleSize() const { return m_visibleSize; }
81 void setProportion(int visibleSize, int totalSize);
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 394 int visibleSize;
  /prebuilt/common/ecj/
ecj.jar 

Completed in 195 milliseconds