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

1 23 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp 36 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
51 m_paintOffset = LayoutSize(fixedOffset.x(), fixedOffset.y()) + offset;
88 m_pageOffset = LayoutSize(m_layoutOffset.width() + (!isFlipped ? renderer->borderLeft() + renderer->paddingLeft() : renderer->borderRight() + renderer->paddingRight()),
153 m_paintOffset = LayoutSize(absContentPoint.x(), absContentPoint.y());
RenderGeometryMap.cpp 245 void RenderGeometryMap::push(const RenderObject* renderer, const LayoutSize& offsetFromContainer, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform, LayoutSize offsetForFixedPosition)
262 void RenderGeometryMap::push(const RenderObject* renderer, const TransformationMatrix& t, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform, LayoutSize offsetForFixedPosition)
276 step.m_offset = LayoutSize(t.e(), t.f());
HitTestLocation.cpp 84 HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset, RenderRegion* region)
124 void HitTestLocation::move(const LayoutSize& offset)
RenderInline.h 59 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const OVERRIDE FINAL;
82 LayoutSize offsetForInFlowPositionedInline(const RenderBox* child) const;
RenderImage.h 109 bool updateIntrinsicSizeIfNeeded(const LayoutSize&, bool imageSizeChanged);
RenderInputSpeech.cpp 79 LayoutSize offsetFromInputRenderer = -(object->offsetFromAncestorContainer(inputRenderBox));
RenderReplica.cpp 87 LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(), 0, paintInfo.renderRegion);
RenderView.cpp 189 ASSERT(layoutDeltaMatches(LayoutSize()));
236 LayoutSize layoutOffset = seamlessLayoutState->layoutOffset();
237 LayoutSize iFrameOffset(layoutOffset.width() + seamlessAncestor->x() + (!isFlipped ? seamlessAncestor->borderLeft() + seamlessAncestor->paddingLeft() :
242 LayoutSize offsetDelta = seamlessLayoutState->m_pageOffset - iFrameOffset;
370 getTransformFromContainer(0, LayoutSize(), t);
397 LayoutSize offsetForFixedPosition;
398 LayoutSize offset;
418 getTransformFromContainer(container, LayoutSize(), t);
434 getTransformFromContainer(0, LayoutSize(), t);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.h 56 virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE;
ShapeOutsideInfo.h 34 #include "platform/geometry/LayoutSize.h"
Shape.cpp 113 PassOwnPtr<Shape> Shape::createShape(const BasicShape* basicShape, const LayoutSize& logicalBoxSize, WritingMode writingMode, Length margin, Length padding)
215 PassOwnPtr<Shape> Shape::createShape(const StyleImage* styleImage, float threshold, const LayoutSize&, WritingMode writingMode, Length margin, Length padding)
255 PassOwnPtr<Shape> Shape::createLayoutBoxShape(const LayoutSize& logicalSize, WritingMode writingMode, const Length& margin, const Length& padding)
BoxShape.cpp 122 bool BoxShape::firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize&, LayoutUnit& result) const
PolygonShape.h 98 virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE;
RasterShape.h 102 virtual bool firstIncludedIntervalLogicalTop(LayoutUnit minLogicalIntervalTop, const LayoutSize& minLogicalIntervalSize, LayoutUnit&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedImage.cpp 64 LayoutSize StyleFetchedImage::imageSize(const RenderObject* renderer, float multiplier) const
StyleFetchedImage.h 48 virtual LayoutSize imageSize(const RenderObject*, float multiplier) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterOperation.h 33 #include "platform/geometry/LayoutSize.h"
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformOperations.h 28 #include "platform/geometry/LayoutSize.h"
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 174 result.layoutSize.setWidth(resultWidth);
175 result.layoutSize.setHeight(resultHeight);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.h 30 #include "platform/geometry/LayoutSize.h"
79 LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPoint.cpp 33 #include "platform/geometry/LayoutSize.h"
75 void FloatPoint::move(const LayoutSize& size)
FloatSize.h 48 class LayoutSize;
55 FloatSize(const LayoutSize&);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 45 static RectsAlignment alignmentForRects(FocusDirection, const LayoutRect&, const LayoutRect&, const LayoutSize& viewSize);
48 static bool areRectsMoreThanFullScreenApart(FocusDirection, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize);
95 static RectsAlignment alignmentForRects(FocusDirection direction, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize)
238 static bool areRectsMoreThanFullScreenApart(FocusDirection direction, const LayoutRect& curRect, const LayoutRect& targetRect, const LayoutSize& viewSize)
482 LayoutSize size = frame->view()->contentsSize();
483 LayoutSize offset = frame->view()->scrollOffset();
673 LayoutSize viewSize = candidate.visibleNode->document().page()->mainFrame()->view()->visibleContentRect().size();
EventHandler.h 110 const LayoutSize& padding = LayoutSize());
345 LayoutSize m_offsetFromResizeCorner; // In the coords of m_resizeScrollableArea.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMapElement.cpp 54 bool HTMLMapElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& result)

Completed in 595 milliseconds

1 23 4 5 6