HomeSort by relevance Sort by last modified time
    Searched full:layoutsize (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 133 void resize(const PlatformEvent&, const LayoutSize&);
RenderTableCell.h 238 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const;
RootInlineBox.cpp 342 LayoutSize lineGridOffset = layoutState->lineGridOffset();
423 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
456 logicalRect.move(renderer()->isHorizontalWritingMode() ? offsetFromRootBlock : LayoutSize(offsetFromRootBlock.height(), offsetFromRootBlock.width()));
553 LayoutSize offsetToBlockBefore;
    [all...]
RenderImage.cpp 197 bool RenderImage::updateIntrinsicSizeIfNeeded(const LayoutSize& newSize, bool imageSizeChanged)
326 LayoutSize imageOffset;
348 imageOffset = LayoutSize(leftBorder + leftPad + centerX + borderWidth, topBorder + topPad + centerY + borderWidth);
RenderTableRow.cpp 166 LayoutStateMaintainer statePusher(view(), this, LayoutSize(), style()->isFlippedBlocksWritingMode());
RenderBox.cpp 839 scrollRectToVisible(LayoutRect(currentDocumentPosition, LayoutSize(1, 1)), ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);
    [all...]
RenderLayer.h 172 const LayoutSize& offsetForInFlowPosition() const { return m_offsetForInFlowPosition; }
    [all...]
RenderObject.cpp     [all...]
TextAutosizer.cpp 146 windowInfo.minLayoutSize = mainFrame->view()->layoutSize();
148 windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(frame->view()->layoutSize());
RenderFlowThread.cpp 331 LayoutSize renderFlowThreadOffset;
    [all...]
FloatingObjects.cpp 88 PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, bool isDescendant) const
RenderTextControlSingleLine.cpp 183 LayoutSize innerTextSize;
RenderThemeChromiumSkia.cpp 218 LayoutSize offsetFromInputRenderer = -partRenderer->offsetFromAncestorContainer(inputRenderer);
RenderBlockLineLayout.cpp     [all...]
CompositedLayerMapping.cpp     [all...]
InlineTextBox.cpp 234 return LayoutRect(topPoint, LayoutSize(width, height));
512 LayoutSize truncationOffset(isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText, 0);
526 FloatRect boxRect(boxOrigin, LayoutSize(logicalWidth(), logicalHeight()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 166 bool RectangleShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
RasterShape.cpp 305 bool RasterShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
PolygonShape.cpp 446 bool PolygonShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit& result) const
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 737 int layoutSize = (int)(50 * mContext.getResources().getDisplayMetrics().density);
738 imageView.setLayoutParams(new GridView.LayoutParams(layoutSize, layoutSize));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 248 LayoutPoint layoutSize = imageSize.toLayout();
251 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 411 LayoutSize minimumSizeForResizing() const;
412 void setMinimumSizeForResizing(const LayoutSize&);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.cpp 449 IntSize contentSize = roundedIntSize(LayoutSize(renderer->contentWidth(), renderer->contentHeight()));

Completed in 1337 milliseconds

1 2 3 45 6