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

  /external/webkit/Source/WebCore/rendering/
RenderApplet.cpp 68 int contentHeight = style()->height().isFixed() ? style()->height().value() :
80 setWidget(frame->loader()->subframeLoader()->createJavaAppletWidget(IntSize(contentWidth, contentHeight), element, m_args));
RenderMarquee.cpp 140 int contentHeight = box->maxYLayoutOverflow() - box->borderTop() + box->paddingBottom();
144 return min(contentHeight - clientHeight, 0);
150 return max(contentHeight - clientHeight, 0);
152 return contentHeight;
RenderBox.h 117 IntRect contentBoxRect() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
166 int contentHeight() const { return clientHeight() - paddingTop() - paddingBottom(); }
167 int contentLogicalWidth() const { return style()->isHorizontalWritingMode() ? contentWidth() : contentHeight(); }
168 int contentLogicalHeight() const { return style()->isHorizontalWritingMode() ? contentHeight() : contentWidth(); }
  /frameworks/base/core/java/android/webkit/
ViewStateSerializer.java 59 int contentHeight = dis.readInt();
68 draw.mContentSize = new Point(contentWidth, contentHeight);
71 draw.mInvalRegion = new Region(0, 0, contentWidth, contentHeight);
WebView.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 449 final int contentHeight = b - t - getPaddingTop() - getPaddingBottom();
454 x += positionChild(mClose, x, y, contentHeight);
466 x += positionChild(mTitleLayout, x, y, contentHeight);
470 x += positionChild(mCustomView, x, y, contentHeight);
476 x -= positionChildInverse(mMenuView, x, y, contentHeight);
ActionBarView.java     [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 517 int contentHeight = qMax(fm.lineSpacing(), 14) + 2;
519 &styleOption, QSize(0, contentHeight), 0);
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 232 milliseconds