HomeSort by relevance Sort by last modified time
    Searched refs:setHeight (Results 76 - 100 of 275) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 316 stretch.setHeight(currentScrollPosition.y() - minScrollPosition.y());
318 stretch.setHeight(currentScrollPosition.y() - maxScrollPosition.y());
523 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
917 horizontalOverhangRect.setHeight(-physicalScrollY);
    [all...]
ScrollbarThemeOverlay.cpp 127 thumbRect.setHeight(thumbRect.height() - m_scrollbarMargin);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 177 placeholderBox->style()->setHeight(Length(innerEditorSize.height() - placeholderBox->borderAndPaddingHeight(), Fixed));
228 viewPortRenderer->style()->setHeight(Length());
233 containerRenderer->style()->setHeight(Length());
RenderThemeChromiumSkia.cpp 207 style->setHeight(Length(cancelButtonSize, Fixed));
254 style->setHeight(Length(emptySize.height(), Fixed));
264 style->setHeight(Length(magnifierSize, Fixed));
RenderScrollbarTheme.cpp 106 result.setHeight(forwardRect.maxY() - backRect.y());
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
PastePopupMenu.java 57 mContainer.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelectionTest.cpp 134 frameRect.setHeight(frameRect.height() + 1);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 264 resultSize.setHeight(floorf(resultSize.width() * ratio));
268 resultSize.setHeight(floorf(expectedSize.height()));
655 paintingRect.setHeight(paintingRect.height() * deviceScaleFactor);
684 paintingRect.setHeight(paintingRect.height() * deviceScaleFactor);
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 158 clipRect.setHeight(paintRect.height() + outsets.top() + outsets.bottom());
170 clipRect.setHeight(paintRect.height() + outsets.top());
173 clipRect.setHeight(clipRect.height() + outsets.bottom());
339 rect.setHeight(logicalHeight);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShadowList.cpp 72 rect.setHeight(rect.height() - shadowTop + shadowBottom);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEGaussianBlur.cpp 95 kernelSize.setHeight(std::min(size, gMaxKernelSize));
FETile.cpp 107 result.setHeight(boundaries.height());
FilterOperations.cpp 42 outset.setHeight(3 * kernelSize.height() * 0.5f);
  /external/chromium_org/third_party/angle/tests/angle_tests/
ANGLETest.cpp 122 mEGLWindow->setHeight(height);
  /external/chromium_org/third_party/skia/src/views/animated/
SkStaticTextView.cpp 47 this->setHeight(lines * fPaint.getFontSpacing() + fMargin.fY * 2);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
DropdownAdapter.java 85 divider.setHeight(dividerHeight);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 114 public void setHeight(int height) {
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 179 public void setHeight(int height) {
FadeDrawableComponent.java 118 bitmap.setHeight((int)parentObject.height);
SpriteComponent.java 112 bitmap.setHeight(mHeight);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java 86 shadowBitmap.setHeight(widthAndHeight.y);
  /external/skia/src/views/animated/
SkStaticTextView.cpp 47 this->setHeight(lines * fPaint.getFontSpacing() + fMargin.fY * 2);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 94 void setHeight(uint32_t h) { _h = h; }
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationFooterView.java 117 if (mFooterItem.setHeight(h)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 107 fd[i].setHeight(FONT_SIZE);

Completed in 925 milliseconds

1 2 34 5 6 7 8 91011