left 40 Source/core/animation/AnimatableLengthBox.cpp AnimatableValue::interpolate(this->left(), lengthBox->left(), fraction), left 50 Source/core/animation/AnimatableLengthBox.cpp AnimatableValue::add(this->left(), lengthBox->left()), left 59 Source/core/animation/AnimatableLengthBox.cpp return left()->equals(lengthBox->left()) left 41 Source/core/animation/AnimatableLengthBox.h static PassRefPtrWillBeRawPtr<AnimatableLengthBox> create(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) left 43 Source/core/animation/AnimatableLengthBox.h return adoptRefWillBeNoop(new AnimatableLengthBox(left, right, top, bottom)); left 45 Source/core/animation/AnimatableLengthBox.h const AnimatableValue* left() const { return m_left.get(); } left 57 Source/core/animation/AnimatableLengthBox.h AnimatableLengthBox(PassRefPtrWillBeRawPtr<AnimatableValue> left, PassRefPtrWillBeRawPtr<AnimatableValue> right, PassRefPtrWillBeRawPtr<AnimatableValue> top, PassRefPtrWillBeRawPtr<AnimatableValue> bottom) left 58 Source/core/animation/AnimatableLengthBox.h : m_left(left) left 99 Source/core/animation/AnimatableRepeatable.cpp const AnimatableValue* left = m_values[i % m_values.size()].get(); left 101 Source/core/animation/AnimatableRepeatable.cpp addedValues[i] = add(left, right); left 56 Source/core/animation/AnimatableValue.cpp PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableValue::interpolate(const AnimatableValue* left, const AnimatableValue* right, double fraction) left 58 Source/core/animation/AnimatableValue.cpp ASSERT(left); left 60 Source/core/animation/AnimatableValue.cpp ASSERT(!left->isNeutral()); left 63 Source/core/animation/AnimatableValue.cpp if (fraction && fraction != 1 && left->isSameType(right)) left 64 Source/core/animation/AnimatableValue.cpp return left->interpolateTo(right, fraction); left 66 Source/core/animation/AnimatableValue.cpp return defaultInterpolateTo(left, right, fraction); left 69 Source/core/animation/AnimatableValue.cpp PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableValue::add(const AnimatableValue* left, const AnimatableValue* right) left 71 Source/core/animation/AnimatableValue.cpp ASSERT(left); left 74 Source/core/animation/AnimatableValue.cpp if (left->isNeutral()) left 77 Source/core/animation/AnimatableValue.cpp return takeConstRef(left); left 79 Source/core/animation/AnimatableValue.cpp if (left->isSameType(right)) left 80 Source/core/animation/AnimatableValue.cpp return left->addWith(right); left 82 Source/core/animation/AnimatableValue.cpp return defaultAddWith(left, right); left 90 Source/core/animation/AnimatableValue.cpp double AnimatableValue::distance(const AnimatableValue* left, const AnimatableValue* right) left 92 Source/core/animation/AnimatableValue.cpp ASSERT(left); left 95 Source/core/animation/AnimatableValue.cpp if (left->isSameType(right)) left 96 Source/core/animation/AnimatableValue.cpp return left->distanceTo(right); left 121 Source/core/animation/AnimatableValue.h static PassRefPtrWillBeRawPtr<AnimatableValue> defaultInterpolateTo(const AnimatableValue* left, const AnimatableValue* right, double fraction) { return takeConstRef((fraction < 0.5) ? left : right); } left 125 Source/core/animation/AnimatableValue.h static PassRefPtrWillBeRawPtr<AnimatableValue> defaultAddWith(const AnimatableValue* left, const AnimatableValue* right) { return takeConstRef(right); } left 72 Source/core/animation/AnimatableValueTestHelper.cpp PrintTo(*(animLengthBox.left()), os); left 124 Source/core/animation/AnimationTranslationUtil.cpp builder.setCropOffset(FloatSize(outsets.left(), outsets.top())); left 114 Source/core/animation/css/CSSAnimatableValueFactory.cpp createFromLength(lengthBox.left(), style), left 130 Source/core/animation/css/CSSAnimatableValueFactory.cpp createFromBorderImageLength(borderImageLengthBox.left(), style), left 358 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromLength(style.left(), style); left 154 Source/core/animation/css/CSSPropertyEquality.cpp return a.left() == b.left(); left 114 Source/core/css/BasicShapeFunctions.cpp insetValue->setLeft(CSSPrimitiveValue::create(inset->left())); left 253 Source/core/css/BasicShapeFunctions.cpp rect->setLeft(convertToLength(state, rectValue->left())); left 287 Source/core/css/CSSBasicShapes.cpp static String buildInsetString(const String& top, const String& right, const String& bottom, const String& left, left 307 Source/core/css/CSSBasicShapes.cpp if (!left.isNull()) { left 309 Source/core/css/CSSBasicShapes.cpp result.append(left); left 160 Source/core/css/CSSBasicShapes.h CSSPrimitiveValue* left() const { return m_left.get(); } left 170 Source/core/css/CSSBasicShapes.h void setLeft(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> left) { m_left = left; } left 172 Source/core/css/CSSBasicShapes.h void updateShapeSize4Values(CSSPrimitiveValue* top, CSSPrimitiveValue* right, CSSPrimitiveValue* bottom, CSSPrimitiveValue* left) left 177 Source/core/css/CSSBasicShapes.h setLeft(left); left 401 Source/core/css/CSSCalculationValue.cpp OwnPtr<CalcExpressionNode> left(m_leftSide->toCalcValue(conversionData)); left 402 Source/core/css/CSSCalculationValue.cpp if (!left) left 407 Source/core/css/CSSCalculationValue.cpp return adoptPtr(new CalcExpressionBinaryOperation(left.release(), right.release(), m_operator)); left 406 Source/core/css/CSSComputedStyleDeclaration.cpp RefPtrWillBeRawPtr<CSSPrimitiveValue> left = nullptr; left 414 Source/core/css/CSSComputedStyleDeclaration.cpp && image.imageSlices().left() == image.imageSlices().top()) { left 417 Source/core/css/CSSComputedStyleDeclaration.cpp left = top; left 424 Source/core/css/CSSComputedStyleDeclaration.cpp if (image.imageSlices().bottom() == image.imageSlices().top() && image.imageSlices().right() == image.imageSlices().left()) { left 426 Source/core/css/CSSComputedStyleDeclaration.cpp left = right; left 433 Source/core/css/CSSComputedStyleDeclaration.cpp if (image.imageSlices().left() == image.imageSlices().right()) left 434 Source/core/css/CSSComputedStyleDeclaration.cpp left = right; left 436 Source/core/css/CSSComputedStyleDeclaration.cpp if (image.imageSlices().left().isPercent()) left 437 Source/core/css/CSSComputedStyleDeclaration.cpp left = cssValuePool().createValue(image.imageSlices().left().value(), CSSPrimitiveValue::CSS_PERCENTAGE); left 439 Source/core/css/CSSComputedStyleDeclaration.cpp left = cssValuePool().createValue(image.imageSlices().left().value(), CSSPrimitiveValue::CSS_NUMBER); left 448 Source/core/css/CSSComputedStyleDeclaration.cpp quad->setLeft(left); left 459 Source/core/css/CSSComputedStyleDeclaration.cpp RefPtrWillBeRawPtr<CSSPrimitiveValue> left = nullptr; left 466 Source/core/css/CSSComputedStyleDeclaration.cpp if (box.right() == box.top() && box.bottom() == box.top() && box.left() == box.top()) { left 469 Source/core/css/CSSComputedStyleDeclaration.cpp left = top; left 476 Source/core/css/CSSComputedStyleDeclaration.cpp if (box.bottom() == box.top() && box.right() == box.left()) { left 478 Source/core/css/CSSComputedStyleDeclaration.cpp left = right; left 485 Source/core/css/CSSComputedStyleDeclaration.cpp if (box.left() == box.right()) left 486 Source/core/css/CSSComputedStyleDeclaration.cpp left = right; left 488 Source/core/css/CSSComputedStyleDeclaration.cpp if (box.left().isNumber()) left 489 Source/core/css/CSSComputedStyleDeclaration.cpp left = cssValuePool().createValue(box.left().number(), CSSPrimitiveValue::CSS_NUMBER); left 491 Source/core/css/CSSComputedStyleDeclaration.cpp left = cssValuePool().createValue(box.left().length(), style); left 500 Source/core/css/CSSComputedStyleDeclaration.cpp quad->setLeft(left); left 611 Source/core/css/CSSComputedStyleDeclaration.cpp l = style.left(); left 2558 Source/core/css/CSSComputedStyleDeclaration.cpp rect->setLeft(zoomAdjustedPixelValue(style->clip().left().value(), *style)); left 54 Source/core/css/DOMWindowCSS.cpp newValue = newValue.left(bangIndex); left 36 Source/core/css/Rect.h CSSPrimitiveValue* left() const { return m_left.get(); } left 41 Source/core/css/Rect.h void setLeft(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> left) { m_left = left; } left 78 Source/core/css/Rect.h return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText()); left 84 Source/core/css/Rect.h static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) left 86 Source/core/css/Rect.h return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')'; left 102 Source/core/css/Rect.h return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText()); left 108 Source/core/css/Rect.h static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left) left 112 Source/core/css/Rect.h result.reserveCapacity(top.length() + right.length() + bottom.length() + left.length() + 3); left 114 Source/core/css/Rect.h if (right != top || bottom != top || left != top) { left 117 Source/core/css/Rect.h if (bottom != top || right != left) { left 120 Source/core/css/Rect.h if (left != right) { left 122 Source/core/css/Rect.h result.append(left); left 432 Source/core/css/StylePropertySerializer.cpp StylePropertySet::PropertyReference left = m_propertySet.propertyAt(leftValueIndex); left 435 Source/core/css/StylePropertySerializer.cpp if (!top.value() || !right.value() || !bottom.value() || !left.value()) left 438 Source/core/css/StylePropertySerializer.cpp if (top.isInherited() && right.isInherited() && bottom.isInherited() && left.isInherited()) left 441 Source/core/css/StylePropertySerializer.cpp if (top.value()->isInitialValue() || right.value()->isInitialValue() || bottom.value()->isInitialValue() || left.value()->isInitialValue()) { left 442 Source/core/css/StylePropertySerializer.cpp if (top.value()->isInitialValue() && right.value()->isInitialValue() && bottom.value()->isInitialValue() && left.value()->isInitialValue() && !top.isImplicit()) { left 448 Source/core/css/StylePropertySerializer.cpp if (top.isImportant() != right.isImportant() || right.isImportant() != bottom.isImportant() || bottom.isImportant() != left.isImportant()) left 451 Source/core/css/StylePropertySerializer.cpp bool showLeft = !right.value()->equals(*left.value()); left 467 Source/core/css/StylePropertySerializer.cpp result.append(left.value()->cssText()); left 100 Source/core/css/resolver/AnimatedStyleBuilder.cpp animatableValueToLength(animatableLengthBox->left(), state, range)); left 110 Source/core/css/resolver/AnimatedStyleBuilder.cpp animatableValueToBorderImageLength(animatableLengthBox->left(), state)); left 573 Source/core/css/resolver/CSSToStyleMap.cpp if (image.borderSlices().left().isLength() && image.borderSlices().left().length().isFixed()) left 574 Source/core/css/resolver/CSSToStyleMap.cpp mutableStyle->setBorderLeftWidth(image.borderSlices().left().length().value()); left 597 Source/core/css/resolver/CSSToStyleMap.cpp if (slices->left()->isPercentage()) left 598 Source/core/css/resolver/CSSToStyleMap.cpp box.m_left = Length(slices->left()->getDoubleValue(), Percent); left 600 Source/core/css/resolver/CSSToStyleMap.cpp box.m_left = Length(slices->left()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed); left 636 Source/core/css/resolver/CSSToStyleMap.cpp toBorderImageLength(*slices->left(), conversionData)); left 119 Source/core/css/resolver/StyleBuilderCustom.cpp Length left = clipConvertToLength(state, rect->left()); left 120 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setClip(top, right, bottom, left); left 48 Source/core/dom/ClientRect.h float left() const { return m_rect.x(); } left 1005 Source/core/editing/Editor.cpp String transposed = text.right(1) + text.left(1); left 864 Source/core/editing/FrameSelection.cpp pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).left(true); left 277 Source/core/editing/VisiblePosition.cpp VisiblePosition left = VisiblePosition(pos, DOWNSTREAM); left 278 Source/core/editing/VisiblePosition.cpp ASSERT(left != *this); left 281 Source/core/editing/VisiblePosition.cpp return left; left 284 Source/core/editing/VisiblePosition.cpp return honorEditingBoundaryAtOrBefore(left); left 80 Source/core/editing/VisiblePosition.h VisiblePosition left(bool stayInEditableContent = false) const; left 363 Source/core/editing/VisibleUnits.cpp VisiblePosition adjacentCharacterPosition = direction == MoveRight ? current.right(true) : current.left(true); left 697 Source/core/editing/markup.cpp taggedMarkup.append(markup.left(fragmentStart)); left 1362 Source/core/frame/FrameView.cpp if (style->width().isFixed() && (style->left().isAuto() || style->right().isAuto())) left 96 Source/core/html/HTMLEmbedElement.cpp m_serviceType = m_serviceType.left(pos); left 99 Source/core/html/HTMLObjectElement.cpp m_serviceType = m_serviceType.left(pos); left 166 Source/core/html/HTMLObjectElement.cpp serviceType = serviceType.left(pos); left 317 Source/core/html/HTMLTextAreaElement.cpp return proposedValue.left(maxLength); left 2658 Source/core/html/canvas/WebGLRenderingContextBase.cpp info.name = name.left(name.length() - 3); left 245 Source/core/html/forms/ColorInputType.cpp ColorSuggestion suggestion(color, option->label().left(maxSuggestionLabelLength)); left 203 Source/core/html/forms/EmailInputType.cpp String localPart = invalidAddress.left(atIndex); left 375 Source/core/html/forms/RangeInputType.cpp size_t left = 0; left 379 Source/core/html/forms/RangeInputType.cpp ASSERT(left <= right); left 380 Source/core/html/forms/RangeInputType.cpp middle = left + (right - left) / 2; left 391 Source/core/html/forms/RangeInputType.cpp left = middle; left 408 Source/core/html/forms/TextFieldInputType.cpp return string.left(newLength); left 33 Source/core/html/parser/HTMLEntitySearch.cpp static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) left 35 Source/core/html/parser/HTMLEntitySearch.cpp return &left[(right - left) / 2]; left 59 Source/core/html/parser/HTMLEntitySearch.cpp const HTMLEntityTableEntry* left = m_first; left 61 Source/core/html/parser/HTMLEntitySearch.cpp if (left == right) left 62 Source/core/html/parser/HTMLEntitySearch.cpp return left; left 63 Source/core/html/parser/HTMLEntitySearch.cpp CompareResult result = compare(left, nextCharacter); left 65 Source/core/html/parser/HTMLEntitySearch.cpp return left; left 68 Source/core/html/parser/HTMLEntitySearch.cpp while (left + 1 < right) { left 69 Source/core/html/parser/HTMLEntitySearch.cpp const HTMLEntityTableEntry* probe = halfway(left, right); left 72 Source/core/html/parser/HTMLEntitySearch.cpp left = probe; left 78 Source/core/html/parser/HTMLEntitySearch.cpp ASSERT(left + 1 == right); left 84 Source/core/html/parser/HTMLEntitySearch.cpp const HTMLEntityTableEntry* left = m_first; left 86 Source/core/html/parser/HTMLEntitySearch.cpp if (left == right) left 92 Source/core/html/parser/HTMLEntitySearch.cpp return left; left 93 Source/core/html/parser/HTMLEntitySearch.cpp while (left + 1 < right) { left 94 Source/core/html/parser/HTMLEntitySearch.cpp const HTMLEntityTableEntry* probe = halfway(left, right); left 100 Source/core/html/parser/HTMLEntitySearch.cpp left = probe; left 103 Source/core/html/parser/HTMLEntitySearch.cpp ASSERT(left + 1 == right); left 104 Source/core/html/parser/HTMLEntitySearch.cpp return left; left 91 Source/core/html/track/vtt/VTTCue.cpp DEFINE_STATIC_LOCAL(const String, left, ("left")); left 92 Source/core/html/track/vtt/VTTCue.cpp return left; left 73 Source/core/inspector/ContentSearchUtils.cpp line = line.left(line.length() - 1); left 967 Source/core/inspector/InspectorDOMAgent.cpp tagNameQuery = tagNameQuery.left(tagNameQuery.length() - 1); left 971 Source/core/inspector/InspectorDOMAgent.cpp attributeQuery = attributeQuery.left(attributeQuery.length() - 1); left 1508 Source/core/inspector/InspectorDOMAgent.cpp nodeValue = nodeValue.left(maxTextSize) + ellipsisUChar; left 287 Source/core/inspector/InspectorStyleSheet.cpp propertyString = propertyString.left(propertyString.length() - 1); left 291 Source/core/inspector/InspectorStyleSheet.cpp String name = propertyString.left(colonIndex).stripWhiteSpace(); left 256 Source/core/page/PrintContext.cpp int left = box->pixelSnappedOffsetLeft(); left 260 Source/core/page/PrintContext.cpp if (page.x() <= left && left < page.maxX() && page.y() <= top && top < page.maxY()) left 252 Source/core/page/WindowFeatures.cpp String key = featureString.left(separatorPosition).stripWhiteSpace().lower(); left 258 Source/core/page/WindowFeatures.cpp value = value.left(value.find(' ')); left 31 Source/core/rendering/GapRects.h const LayoutRect& left() const { return m_left; } left 38 Source/core/rendering/GapRects.h void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); } left 50 Source/core/rendering/GapRects.h return m_left == other.left() && m_center == other.center() && m_right == other.right(); left 297 Source/core/rendering/InlineBox.cpp IntRect boxRect(left(), 0, m_logicalWidth, 10); left 192 Source/core/rendering/InlineBox.h float left() const { return m_topLeft.x(); } left 204 Source/core/rendering/InlineBox.h float right() const { return left() + width(); } left 210 Source/core/rendering/InlineBox.h void setLogicalLeft(float left) left 213 Source/core/rendering/InlineBox.h setX(left); left 215 Source/core/rendering/InlineBox.h setY(left); left 861 Source/core/rendering/InlineFlowBox.cpp int leftGlyphEdge = glyphOverflow ? glyphOverflow->left : 0; left 1258 Source/core/rendering/InlineFlowBox.cpp clipRect.setX(paintRect.x() - outsets.left()); left 1259 Source/core/rendering/InlineFlowBox.cpp clipRect.setWidth(paintRect.width() + outsets.left()); left 1264 Source/core/rendering/InlineFlowBox.cpp clipRect.setX(paintRect.x() - outsets.left()); left 1265 Source/core/rendering/InlineFlowBox.cpp clipRect.setWidth(paintRect.width() + outsets.left() + outsets.right()); left 3817 Source/core/rendering/RenderBlock.cpp return direction == HorizontalLine ? height() + m_marginBox.bottom() : width() + m_marginBox.left(); left 4353 Source/core/rendering/RenderBlock.cpp void RenderBlock::adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const left 4361 Source/core/rendering/RenderBlock.cpp left = min(left, x + static_cast<LayoutUnit>(box->firstChild()->x())); left 4369 Source/core/rendering/RenderBlock.cpp toRenderBlock(obj)->adjustForBorderFit(x + obj->x(), left, right); left 4372 Source/core/rendering/RenderBlock.cpp left = min(left, x + obj->x()); left 4387 Source/core/rendering/RenderBlock.cpp LayoutUnit left = LayoutUnit::max(); left 4390 Source/core/rendering/RenderBlock.cpp adjustForBorderFit(0, left, right); left 4395 Source/core/rendering/RenderBlock.cpp left = min(rightEdge, max(leftEdge, left)); left 4396 Source/core/rendering/RenderBlock.cpp right = max(left, min(rightEdge, right)); left 4398 Source/core/rendering/RenderBlock.cpp LayoutUnit newContentWidth = right - left; left 443 Source/core/rendering/RenderBlock.h virtual void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const; // Helper function for borderFitAdjust left 2124 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit left = offsetFromFloats; left 2127 Source/core/rendering/RenderBlockFlow.cpp left += textIndentOffset(); left 2129 Source/core/rendering/RenderBlockFlow.cpp return left; left 2567 Source/core/rendering/RenderBlockFlow.cpp void RenderBlockFlow::adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const left 2569 Source/core/rendering/RenderBlockFlow.cpp RenderBlock::adjustForBorderFit(x, left, right); left 2579 Source/core/rendering/RenderBlockFlow.cpp left = min(left, floatLeft); left 300 Source/core/rendering/RenderBlockFlow.h virtual void adjustForBorderFit(LayoutUnit x, LayoutUnit& left, LayoutUnit& right) const OVERRIDE; // Helper function for borderFitAdjust left 500 Source/core/rendering/RenderBlockLineLayout.cpp if ((glyphOverflow.top || glyphOverflow.bottom || glyphOverflow.left || glyphOverflow.right)) { left 203 Source/core/rendering/RenderBox.cpp if (int left = layer()->scrollableArea()->scrollXOffset()) { left 204 Source/core/rendering/RenderBox.cpp left = (left / oldStyle->effectiveZoom()) * newStyle->effectiveZoom(); left 205 Source/core/rendering/RenderBox.cpp layer()->scrollableArea()->scrollToXOffset(left); left 4061 Source/core/rendering/RenderBox.cpp LayoutUnit left = renderer->borderLeft() + renderer->paddingLeft() + (isTableRow() ? LayoutUnit() : renderer->x()); left 4062 Source/core/rendering/RenderBox.cpp LayoutUnit right = left + renderer->contentWidth(); left 4064 Source/core/rendering/RenderBox.cpp if (point.x() <= right && point.x() >= left && point.y() <= top && point.y() >= bottom) { left 4080 Source/core/rendering/RenderBox.cpp } else if (point.x() < left) { left 4082 Source/core/rendering/RenderBox.cpp cmp = LayoutPoint(left, top); left 4084 Source/core/rendering/RenderBox.cpp cmp = LayoutPoint(left, bottom); left 4086 Source/core/rendering/RenderBox.cpp cmp = LayoutPoint(left, point.y()); left 4167 Source/core/rendering/RenderBox.cpp overflowMinX = min(overflowMinX, borderBox.x() - ((!isFlipped || isHorizontal) ? borderOutsets.left() : borderOutsets.right())); left 4168 Source/core/rendering/RenderBox.cpp overflowMaxX = max(overflowMaxX, borderBox.maxX() + ((!isFlipped || isHorizontal) ? borderOutsets.right() : borderOutsets.left())); left 4368 Source/core/rendering/RenderBox.cpp return direction == HorizontalLine ? m_marginBox.top() + height() + m_marginBox.bottom() : m_marginBox.right() + width() + m_marginBox.left(); left 4376 Source/core/rendering/RenderBox.cpp int result = direction == HorizontalLine ? m_marginBox.top() + height() + m_marginBox.bottom() : m_marginBox.right() + width() + m_marginBox.left(); left 4486 Source/core/rendering/RenderBox.cpp LayoutUnit left = borderLeft() + (style()->shouldPlaceBlockDirectionScrollbarOnLogicalLeft() ? scrollBarWidth : 0); left 4490 Source/core/rendering/RenderBox.cpp LayoutRect rect(left, top, width() - left - right, height() - top - bottom); left 101 Source/core/rendering/RenderBox.h LayoutUnit left() const { return topLeftLocation().x(); } left 122 Source/core/rendering/RenderBox.h void setLogicalLeft(LayoutUnit left) left 125 Source/core/rendering/RenderBox.h setX(left); left 127 Source/core/rendering/RenderBox.h setY(left); left 285 Source/core/rendering/RenderBox.h virtual LayoutUnit marginLeft() const OVERRIDE { return m_marginBox.left(); } left 199 Source/core/rendering/RenderBoxModelObject.cpp if (!style()->left().isAuto()) { left 203 Source/core/rendering/RenderBoxModelObject.cpp offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0); left 310 Source/core/rendering/RenderBoxModelObject.cpp if (!style()->left().isAuto()) { left 311 Source/core/rendering/RenderBoxModelObject.cpp constraints.setLeftOffset(floatValueForLength(style()->left(), constrainingRect.width())); left 970 Source/core/rendering/RenderBoxModelObject.cpp LayoutUnit left = 0; left 997 Source/core/rendering/RenderBoxModelObject.cpp left = borderLeft(); left 1002 Source/core/rendering/RenderBoxModelObject.cpp left += paddingLeft(); left 1013 Source/core/rendering/RenderBoxModelObject.cpp positioningAreaSize = pixelSnappedIntSize(toRenderBox(this)->size() - LayoutSize(left + right, top + bottom), toRenderBox(this)->location()); left 1014 Source/core/rendering/RenderBoxModelObject.cpp left += marginLeft(); left 1017 Source/core/rendering/RenderBoxModelObject.cpp positioningAreaSize = pixelSnappedIntSize(paintRect.size() - LayoutSize(left + right, top + bottom), paintRect.location()); left 1056 Source/core/rendering/RenderBoxModelObject.cpp geometry.setPhaseX(geometry.tileSize().width() ? geometry.tileSize().width() - roundToInt(computedXPosition + left) % geometry.tileSize().width() : 0); left 1075 Source/core/rendering/RenderBoxModelObject.cpp geometry.setPhaseX(geometry.tileSize().width() ? geometry.tileSize().width() - roundToInt(computedXPosition + left) % geometry.tileSize().width() : 0); left 1084 Source/core/rendering/RenderBoxModelObject.cpp geometry.setPhaseX(actualWidth ? actualWidth - roundToInt(computedXPosition + left) % actualWidth : 0); left 1091 Source/core/rendering/RenderBoxModelObject.cpp geometry.setNoRepeatX(left + xOffset); left 1163 Source/core/rendering/RenderBoxModelObject.cpp int leftSlice = min<int>(imageWidth, valueForLength(ninePieceImage.imageSlices().left(), imageWidth)) * imageScaleFactor; left 1171 Source/core/rendering/RenderBoxModelObject.cpp int leftWidth = computeBorderImageSide(ninePieceImage.borderSlices().left(), style->borderLeftWidth(), leftSlice, borderImageRect.width()); left 53 Source/core/rendering/RenderScrollbarPart.h virtual LayoutUnit marginLeft() const OVERRIDE { ASSERT(isIntegerValue(m_marginBox.left())); return m_marginBox.left(); } left 332 Source/core/rendering/RenderTableCell.cpp int left = max(borderHalfLeft(true), outlineSize); left 336 Source/core/rendering/RenderTableCell.cpp if ((left && !rtl) || (right && rtl)) { left 342 Source/core/rendering/RenderTableCell.cpp if ((left && rtl) || (right && !rtl)) { left 350 Source/core/rendering/RenderTableCell.cpp left = max(left, above->borderHalfLeft(true)); left 356 Source/core/rendering/RenderTableCell.cpp left = max(left, below->borderHalfLeft(true)); left 360 Source/core/rendering/RenderTableCell.cpp LayoutPoint location(max<LayoutUnit>(left, -visualOverflowRect().x()), max<LayoutUnit>(top, -visualOverflowRect().y())); left 669 Source/core/rendering/RenderText.cpp float left = box->positionForOffset(caretOffset); left 673 Source/core/rendering/RenderText.cpp left -= caretWidthLeftOfOffset; left 676 Source/core/rendering/RenderText.cpp left = roundf(left); left 684 Source/core/rendering/RenderText.cpp *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1); left 715 Source/core/rendering/RenderText.cpp left = max(left, leftEdge); left 716 Source/core/rendering/RenderText.cpp left = min(left, rootRight - caretWidth); left 718 Source/core/rendering/RenderText.cpp left = min(left, rightEdge - caretWidthRightOfOffset); left 719 Source/core/rendering/RenderText.cpp left = max(left, rootLeft); left 722 Source/core/rendering/RenderText.cpp return style()->isHorizontalWritingMode() ? IntRect(left, top, caretWidth, height) : IntRect(top, left, height, caretWidth); left 888 Source/core/rendering/RenderText.cpp if (fallbackFonts.isEmpty() && !glyphOverflow.left && !glyphOverflow.right && !glyphOverflow.top && !glyphOverflow.bottom) left 1011 Source/core/rendering/RenderText.cpp firstGlyphLeftOverflow = glyphOverflow.left; left 1059 Source/core/rendering/RenderText.cpp firstGlyphLeftOverflow = glyphOverflow.left; left 1134 Source/core/rendering/RenderText.cpp glyphOverflow.left = firstGlyphLeftOverflow; left 1513 Source/core/rendering/RenderText.cpp if (fallbackFonts->isEmpty() && !glyphOverflow->left && !glyphOverflow->right && !glyphOverflow->top && !glyphOverflow->bottom) left 150 Source/core/rendering/RenderTheme.cpp if (borderBox.left().value() != static_cast<int>(style->borderLeftWidth())) { left 151 Source/core/rendering/RenderTheme.cpp style->setBorderLeftWidth(borderBox.left().value()); left 152 Source/core/rendering/RenderTheme.cpp if (borderBox.left().value()) left 153 Source/core/rendering/RenderTheme.cpp style->setBorderLeftWidth(borderBox.left().value()); left 410 Source/core/rendering/RenderTreeAsText.cpp int logicalWidth = ceilf(run.left() + run.logicalWidth()) - x; left 155 Source/core/rendering/RenderVTTCue.cpp LayoutUnit left = x(); left 157 Source/core/rendering/RenderVTTCue.cpp LayoutUnit right = left + firstLineBox->width(); left 174 Source/core/rendering/RenderVTTCue.cpp if (m_cue->getWritingDirection() != VTTCue::Horizontal && ((step < 0 && left < 0) || (step > 0 && right > parentWidth))) left 147 Source/core/rendering/shapes/Shape.cpp float left = floatValueForLength(inset.left(), boxWidth); left 151 Source/core/rendering/shapes/Shape.cpp FloatRect rect(left, top, std::max<float>(boxWidth - left - right, 0), std::max<float>(boxHeight - top - bottom, 0)); left 249 Source/core/rendering/style/BasicShapes.cpp float left = floatValueForLength(m_left, boundingBox.width()); left 253 Source/core/rendering/style/BasicShapes.cpp left + boundingBox.x(), left 255 Source/core/rendering/style/BasicShapes.cpp std::max<float>(boundingBox.width() - left - floatValueForLength(m_right, boundingBox.width()), 0), left 255 Source/core/rendering/style/BasicShapes.h const Length& left() const { return m_left; } left 265 Source/core/rendering/style/BasicShapes.h void setLeft(Length left) { m_left = left; } left 115 Source/core/rendering/style/BorderData.h const BorderValue& left() const { return m_left; } left 61 Source/core/rendering/style/BorderImageLengthBox.h const BorderImageLength& bottom, const BorderImageLength& left) left 62 Source/core/rendering/style/BorderImageLengthBox.h : m_left(left) left 69 Source/core/rendering/style/BorderImageLengthBox.h const BorderImageLength& left() const { return m_left; } left 345 Source/core/rendering/style/RenderStyle.cpp if (a.left().type() != b.left().type() left 354 Source/core/rendering/style/RenderStyle.cpp if (!a.left().isIntrinsicOrAuto() && !a.right().isIntrinsicOrAuto()) left 361 Source/core/rendering/style/RenderStyle.cpp && ((!a.left().isIntrinsicOrAuto() && a.left() != b.left()) left 677 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::setClip(Length top, Length right, Length bottom, Length left) left 683 Source/core/rendering/style/RenderStyle.cpp data->clip.m_left = left; left 1284 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::getShadowExtent(const ShadowList* shadowList, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const left 1289 Source/core/rendering/style/RenderStyle.cpp left = 0; left 1301 Source/core/rendering/style/RenderStyle.cpp left = min<LayoutUnit>(left, shadow.x() - blurAndSpread); left 1310 Source/core/rendering/style/RenderStyle.cpp LayoutUnit left = 0; left 1321 Source/core/rendering/style/RenderStyle.cpp left = max<LayoutUnit>(left, shadow.x() + blurAndSpread); left 1324 Source/core/rendering/style/RenderStyle.cpp return LayoutBoxExtent(top, right, bottom, left); left 1327 Source/core/rendering/style/RenderStyle.cpp void RenderStyle::getShadowHorizontalExtent(const ShadowList* shadowList, LayoutUnit &left, LayoutUnit &right) const left 1329 Source/core/rendering/style/RenderStyle.cpp left = 0; left 1339 Source/core/rendering/style/RenderStyle.cpp left = min<LayoutUnit>(left, shadow.x() - blurAndSpread); left 1600 Source/core/rendering/style/RenderStyle.cpp NinePieceImage::computeOutset(image.outset().left(), borderLeftWidth())); left 454 Source/core/rendering/style/RenderStyle.h const Length& left() const { return surround->offset.left(); } left 467 Source/core/rendering/style/RenderStyle.h bool hasAutoLeftAndRight() const { return left().isAuto() && right().isAuto(); } left 493 Source/core/rendering/style/RenderStyle.h const BorderValue& borderLeft() const { return surround->border.left(); } left 516 Source/core/rendering/style/RenderStyle.h EBorderStyle borderLeftStyle() const { return surround->border.left().style(); } left 517 Source/core/rendering/style/RenderStyle.h bool borderLeftIsTransparent() const { return surround->border.left().isTransparent(); } left 554 Source/core/rendering/style/RenderStyle.h const Length& clipLeft() const { return visual->clip.left(); } left 700 Source/core/rendering/style/RenderStyle.h const Length& marginLeft() const { return surround->margin.left(); } left 714 Source/core/rendering/style/RenderStyle.h const Length& paddingLeft() const { return surround->padding.left(); } left 745 Source/core/rendering/style/RenderStyle.h void getTextShadowExtent(LayoutUnit& top, LayoutUnit& right, LayoutUnit& bottom, LayoutUnit& left) const { getShadowExtent(textShadow(), top, right, bottom, left); } left 746 Source/core/rendering/style/RenderStyle.h void getTextShadowHorizontalExtent(LayoutUnit& left, LayoutUnit& right) const { getShadowHorizontalExtent(textShadow(), left, right); } left 805 Source/core/rendering/style/RenderStyle.h void getBoxShadowExtent(LayoutUnit& top, LayoutUnit& right, LayoutUnit& bottom, LayoutUnit& left) const { getShadowExtent(boxShadow(), top, right, bottom, left); } left 807 Source/core/rendering/style/RenderStyle.h void getBoxShadowHorizontalExtent(LayoutUnit& left, LayoutUnit& right) const { getShadowHorizontalExtent(boxShadow(), left, right); } left 1084 Source/core/rendering/style/RenderStyle.h void setClip(Length top, Length right, Length bottom, Length left); left 1714 Source/core/rendering/style/RenderStyle.h void getShadowExtent(const ShadowList*, LayoutUnit& top, LayoutUnit& right, LayoutUnit& bottom, LayoutUnit& left) const; left 1716 Source/core/rendering/style/RenderStyle.h void getShadowHorizontalExtent(const ShadowList*, LayoutUnit& left, LayoutUnit& right) const; left 1739 Source/core/rendering/style/RenderStyle.h StyleColor borderLeftColor() const { return surround->border.left().color(); } left 200 Source/core/rendering/svg/SVGRootInlineBox.cpp if (point.x() < leaf->left() + leaf->logicalWidth()) left 136 Source/core/svg/SVGNumber.cpp SVGNumber::setValueAsString(string.left(string.length() - 1), exceptionState); left 360 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 1).toDouble(&ok) * 60 * 60; left 362 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 3).toDouble(&ok) * 60; left 364 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 2).toDouble(&ok) / 1000; left 366 Source/core/svg/animation/SVGSMILElement.cpp result = parse.left(parse.length() - 1).toDouble(&ok); left 432 Source/core/svg/animation/SVGSMILElement.cpp conditionString = parseString.left(pos).stripWhiteSpace(); left 448 Source/core/svg/animation/SVGSMILElement.cpp baseID = conditionString.left(pos); left 811 Source/core/svg/animation/SVGSMILElement.cpp inline bool compareTimes(const SMILTimeWithOrigin& left, const SMILTimeWithOrigin& right) left 813 Source/core/svg/animation/SVGSMILElement.cpp return left.time() < right.time(); left 497 Source/core/xml/XPathFunctions.cpp return s1.left(i); left 625 Source/core/xml/XPathFunctions.cpp langValue = langValue.left(index); left 455 Source/core/xml/XPathParser.cpp namespaceURI = m_resolver->lookupNamespaceURI(qName.left(colon)); left 15 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java public int compare(MessageRecord left, MessageRecord right) { left 16 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java return left.position - right.position; left 40 Source/platform/CalculationValue.cpp float left = m_leftSide->evaluate(maxValue); left 44 Source/platform/CalculationValue.cpp return left + right; left 46 Source/platform/CalculationValue.cpp return left - right; left 48 Source/platform/CalculationValue.cpp return left * right; left 52 Source/platform/CalculationValue.cpp return left / right; left 74 Source/platform/ContentType.cpp strippedType = strippedType.left(semi).stripWhiteSpace(); left 72 Source/platform/LengthBox.h const Length& left() const { return m_left; } left 167 Source/platform/PODIntervalTree.h IntervalNode* left = node->left(); left 168 Source/platform/PODIntervalTree.h if (left left 171 Source/platform/PODIntervalTree.h && !(left->data().maxHigh() < adapter.lowValue())) left 172 Source/platform/PODIntervalTree.h searchForOverlapsFrom<AdapterType>(left, adapter); left 189 Source/platform/PODIntervalTree.h IntervalNode* left = node->left(); left 190 Source/platform/PODIntervalTree.h if (left) { left 191 Source/platform/PODIntervalTree.h if (*curMax < left->data().maxHigh()) left 192 Source/platform/PODIntervalTree.h curMax = &left->data().maxHigh(); left 213 Source/platform/PODIntervalTree.h IntervalNode* left = node->left(); left 215 Source/platform/PODIntervalTree.h if (left) { left 216 Source/platform/PODIntervalTree.h if (!checkInvariantsFromNode(left, &leftMaxValue)) left 223 Source/platform/PODIntervalTree.h if (!left && !right) { left 230 Source/platform/PODIntervalTree.h if (!left || !right) { left 231 Source/platform/PODIntervalTree.h if (left) left 228 Source/platform/PODIntervalTreeTest.cpp int left = nextRandom(maximumValue); left 230 Source/platform/PODIntervalTreeTest.cpp PODInterval<int> interval(left, left + length); left 283 Source/platform/PODRedBlackTree.h Node* left() const { return m_left; } left 337 Source/platform/PODRedBlackTree.h current = current->left(); left 351 Source/platform/PODRedBlackTree.h return treeSearchFullComparisons(current->left(), data); left 358 Source/platform/PODRedBlackTree.h Node* result = treeSearchFullComparisons(current->left(), data); left 371 Source/platform/PODRedBlackTree.h x = x->left(); left 404 Source/platform/PODRedBlackTree.h while (x->left()) left 405 Source/platform/PODRedBlackTree.h x = x->left(); left 431 Source/platform/PODRedBlackTree.h x->setRight(y->left()); left 432 Source/platform/PODRedBlackTree.h if (y->left()) left 433 Source/platform/PODRedBlackTree.h y->left()->setParent(x); left 440 Source/platform/PODRedBlackTree.h if (x == x->parent()->left()) left 461 Source/platform/PODRedBlackTree.h Node* x = y->left(); left 473 Source/platform/PODRedBlackTree.h if (y == y->parent()->left()) left 502 Source/platform/PODRedBlackTree.h if (x->parent() == x->parent()->parent()->left()) { left 530 Source/platform/PODRedBlackTree.h Node* y = x->parent()->parent()->left(); left 542 Source/platform/PODRedBlackTree.h if (x == x->parent()->left()) { left 569 Source/platform/PODRedBlackTree.h if (x == xParent->left()) { left 583 Source/platform/PODRedBlackTree.h if ((!w->left() || w->left()->color() == Black) left 592 Source/platform/PODRedBlackTree.h w->left()->setColor(Black); left 614 Source/platform/PODRedBlackTree.h Node* w = xParent->left(); left 621 Source/platform/PODRedBlackTree.h w = xParent->left(); left 624 Source/platform/PODRedBlackTree.h && (!w->left() || w->left()->color() == Black)) { left 630 Source/platform/PODRedBlackTree.h if (!w->left() || w->left()->color() == Black) { left 635 Source/platform/PODRedBlackTree.h w = xParent->left(); left 640 Source/platform/PODRedBlackTree.h if (w->left()) left 641 Source/platform/PODRedBlackTree.h w->left()->setColor(Black); left 660 Source/platform/PODRedBlackTree.h if (!z->left() || !z->right()) left 667 Source/platform/PODRedBlackTree.h if (y->left()) left 668 Source/platform/PODRedBlackTree.h x = y->left(); left 684 Source/platform/PODRedBlackTree.h if (y == y->parent()->left()) left 709 Source/platform/PODRedBlackTree.h if (node->left()) left 710 Source/platform/PODRedBlackTree.h visitInorderImpl(node->left(), visitor); left 721 Source/platform/PODRedBlackTree.h if (node->left()) left 722 Source/platform/PODRedBlackTree.h markFree(node->left()); left 767 Source/platform/PODRedBlackTree.h if (!((!node->left() || node->left()->color() == Black))) left 776 Source/platform/PODRedBlackTree.h bool leftValid = checkInvariantsFromNode(node->left(), &leftCount); left 809 Source/platform/PODRedBlackTree.h dumpFromNode(node->left(), indentation + 2); left 57 Source/platform/URLPatternMatcher.cpp m_scheme = pattern.left(schemeEndPos); left 43 Source/platform/exported/WebFloatQuad.cpp int left = static_cast<int>(floorf(min(min(min(p[0].x, p[1].x), p[2].x), p[3].x))); left 48 Source/platform/exported/WebFloatQuad.cpp return WebRect(left, top, right - left, bottom - top); left 758 Source/platform/fonts/Font.cpp glyphOverflow->left = ceilf(it.firstGlyphOverflow()); left 62 Source/platform/fonts/Font.h : left(0) left 70 Source/platform/fonts/Font.h int left; left 167 Source/platform/fonts/SVGGlyph.cpp languagePrefix = language.left(subCodeSeparator); left 224 Source/platform/fonts/harfbuzz/FontHarfBuzz.cpp glyphOverflow->left = std::max<int>(0, ceilf(-shaper.glyphBoundingBox().left())); left 142 Source/platform/fonts/mac/FontComplexTextMac.cpp glyphOverflow->left = max<int>(0, ceilf(-controller.minGlyphBoundingBoxX())); left 47 Source/platform/geometry/FloatBoxExtent.h FloatBoxExtent(float top, float right, float bottom, float left) left 51 Source/platform/geometry/FloatBoxExtent.h , m_left(left) left 64 Source/platform/geometry/FloatBoxExtent.h float left() const { return m_left; } left 65 Source/platform/geometry/FloatBoxExtent.h void setLeft(float left) { m_left = left; } left 67 Source/platform/geometry/FloatBoxExtent.h bool isZero() const { return !left() && !right() && !top() && !bottom(); } left 74 Source/platform/geometry/FloatBoxExtent.h rect.move(-left(), -top()); left 75 Source/platform/geometry/FloatBoxExtent.h rect.expand(left() + right(), top() + bottom()); left 83 Source/platform/geometry/FloatBoxExtent.h m_left = std::min(m_left, other.left()); left 106 Source/platform/geometry/FloatBoxExtent.h && a.left() == b.left(); left 119 Source/platform/geometry/FloatBoxExtent.h a.setLeft(a.left() + b.left()); left 86 Source/platform/geometry/FloatQuad.cpp float left = min4(m_p1.x(), m_p2.x(), m_p3.x(), m_p4.x()); left 92 Source/platform/geometry/FloatQuad.cpp return FloatRect(left, top, right - left, bottom - top); left 88 Source/platform/geometry/FloatRect.cpp float left = std::max(x(), other.x()); left 94 Source/platform/geometry/FloatRect.cpp if (left >= right || top >= bottom) { left 95 Source/platform/geometry/FloatRect.cpp left = 0; left 101 Source/platform/geometry/FloatRect.cpp setLocationAndSizeFromEdges(left, top, right, bottom); left 171 Source/platform/geometry/FloatRect.cpp float left = std::min(p0.x(), p1.x()); left 176 Source/platform/geometry/FloatRect.cpp setLocationAndSizeFromEdges(left, top, right, bottom); left 210 Source/platform/geometry/FloatRect.cpp float left = min3(p0.x(), p1.x(), p2.x()); left 215 Source/platform/geometry/FloatRect.cpp setLocationAndSizeFromEdges(left, top, right, bottom); left 220 Source/platform/geometry/FloatRect.cpp float left = min4(p0.x(), p1.x(), p2.x(), p3.x()); left 225 Source/platform/geometry/FloatRect.cpp setLocationAndSizeFromEdges(left, top, right, bottom); left 181 Source/platform/geometry/FloatRect.h void setLocationAndSizeFromEdges(float left, float top, float right, float bottom) left 183 Source/platform/geometry/FloatRect.h m_location.set(left, top); left 184 Source/platform/geometry/FloatRect.h m_size.setWidth(right - left); left 65 Source/platform/geometry/IntRect.cpp int left = std::max(x(), other.x()); left 71 Source/platform/geometry/IntRect.cpp if (left >= right || top >= bottom) { left 72 Source/platform/geometry/IntRect.cpp left = 0; left 78 Source/platform/geometry/IntRect.cpp m_location.setX(left); left 80 Source/platform/geometry/IntRect.cpp m_size.setWidth(right - left); left 94 Source/platform/geometry/IntRect.cpp int left = std::min(x(), other.x()); left 99 Source/platform/geometry/IntRect.cpp m_location.setX(left); left 101 Source/platform/geometry/IntRect.cpp m_size.setWidth(right - left); left 115 Source/platform/geometry/IntRect.cpp int left = std::min(x(), other.x()); left 120 Source/platform/geometry/IntRect.cpp m_location.setX(left); left 122 Source/platform/geometry/IntRect.cpp m_size.setWidth(right - left); left 47 Source/platform/geometry/IntRectExtent.h IntRectExtent(int top, int right, int bottom, int left) left 51 Source/platform/geometry/IntRectExtent.h , m_left(left) left 64 Source/platform/geometry/IntRectExtent.h int left() const { return m_left; } left 65 Source/platform/geometry/IntRectExtent.h void setLeft(int left) { m_left = left; } left 67 Source/platform/geometry/IntRectExtent.h bool isZero() const { return !left() && !right() && !top() && !bottom(); } left 74 Source/platform/geometry/IntRectExtent.h rect.move(-left(), -top()); left 75 Source/platform/geometry/IntRectExtent.h rect.expand(left() + right(), top() + bottom()); left 90 Source/platform/geometry/IntRectExtent.h && a.left() == b.left(); left 103 Source/platform/geometry/IntRectExtent.h a.setLeft(a.left() + b.left()); left 44 Source/platform/geometry/LayoutBoxExtent.h LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) left 45 Source/platform/geometry/LayoutBoxExtent.h : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { } left 50 Source/platform/geometry/LayoutBoxExtent.h inline LayoutUnit left() const { return m_left; } left 97 Source/platform/geometry/LayoutRect.h m_location.move(-box.left(), -box.top()); left 98 Source/platform/geometry/LayoutRect.h m_size.expand(box.left() + box.right(), box.top() + box.bottom()); left 104 Source/platform/geometry/LayoutRect.h m_location.move(box.left(), box.top()); left 105 Source/platform/geometry/LayoutRect.h m_size.shrink(box.left() + box.right(), box.top() + box.bottom()); left 213 Source/platform/geometry/LayoutRect.h inline IntRect pixelSnappedIntRect(LayoutUnit left, LayoutUnit top, LayoutUnit width, LayoutUnit height) left 215 Source/platform/geometry/LayoutRect.h return IntRect(left.round(), top.round(), snapSizeToPixel(width, left), snapSizeToPixel(height, top)); left 218 Source/platform/geometry/LayoutRect.h inline IntRect pixelSnappedIntRectFromEdges(LayoutUnit left, LayoutUnit top, LayoutUnit right, LayoutUnit bottom) left 220 Source/platform/geometry/LayoutRect.h return IntRect(left.round(), top.round(), snapSizeToPixel(right - left, left), snapSizeToPixel(bottom - top, top)); left 1147 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, const SkPaint* paint) left 1152 Source/platform/graphics/GraphicsContext.cpp m_canvas->drawBitmap(bitmap, left, top, paint); left 1155 Source/platform/graphics/GraphicsContext.cpp SkRect rect = SkRect::MakeXYWH(left, top, bitmap.width(), bitmap.height()); left 1139 Source/platform/graphics/GraphicsLayer.cpp builder.setCropOffset(FloatSize(outsets.left(), outsets.top())); left 54 Source/platform/graphics/PathTraversalState.cpp void split(QuadraticBezier& left, QuadraticBezier& right) const left 56 Source/platform/graphics/PathTraversalState.cpp left.control = midPoint(start, control); left 59 Source/platform/graphics/PathTraversalState.cpp FloatPoint leftControlToRightControl = midPoint(left.control, right.control); left 60 Source/platform/graphics/PathTraversalState.cpp left.end = leftControlToRightControl; left 63 Source/platform/graphics/PathTraversalState.cpp left.start = start; left 87 Source/platform/graphics/PathTraversalState.cpp void split(CubicBezier& left, CubicBezier& right) const left 91 Source/platform/graphics/PathTraversalState.cpp left.start = start; left 92 Source/platform/graphics/PathTraversalState.cpp left.control1 = midPoint(start, control1); left 93 Source/platform/graphics/PathTraversalState.cpp left.control2 = midPoint(left.control1, startToControl1); left 99 Source/platform/graphics/PathTraversalState.cpp FloatPoint leftControl2ToRightControl1 = midPoint(left.control2, right.control1); left 100 Source/platform/graphics/PathTraversalState.cpp left.end = leftControl2ToRightControl1; left 86 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 93 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight); left 94 Source/platform/graphics/filters/FELighting.cpp normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight); left 99 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 104 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-(left << 1) + (center << 1) - bottomLeft + bottom); left 105 Source/platform/graphics/filters/FELighting.cpp normalVector.setY(-left - (center << 1) + bottomLeft + (bottom << 1)); left 124 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 134 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1) - bottomLeft + bottomRight); left 140 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 148 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-topLeft + top - (left << 1) + (center << 1) - bottomLeft + bottom); left 165 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 172 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-topLeft + topRight - (left << 1) + (right << 1)); left 173 Source/platform/graphics/filters/FELighting.cpp normalVector.setY(-topLeft - (top << 1) - topRight + left + (center << 1) + right); left 178 Source/platform/graphics/filters/FELighting.cpp int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset)); left 183 Source/platform/graphics/filters/FELighting.cpp normalVector.setX(-topLeft + top - (left << 1) + (center << 1)); left 184 Source/platform/graphics/filters/FELighting.cpp normalVector.setY(-topLeft - (top << 1) + left + (center << 1)); left 45 Source/platform/graphics/filters/FilterOperationsTest.cpp EXPECT_EQ(57, outsets.left()); left 57 Source/platform/graphics/filters/FilterOperationsTest.cpp EXPECT_EQ(54, outsets.left()); left 53 Source/platform/graphics/skia/OpaqueRegionSkia.cpp int left = SkScalarCeilToInt(m_opaqueRect.fLeft); left 57 Source/platform/graphics/skia/OpaqueRegionSkia.cpp return IntRect(left, top, right-left, bottom-top); left 388 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp const int left = frameRect.x(); left 399 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp uint8_t* row = reinterpret_cast<uint8_t*>(buffer.getAddr(left, canvasY)); left 404 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp const int canvasX = left + x; left 425 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp const int canvasX = left + x; left 443 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp const int canvasX = left + x; left 188 Source/platform/network/HTTPParsers.cpp delay = refresh.left(pos).stripWhiteSpace().toDouble(&ok); left 251 Source/platform/network/HTTPParsers.cpp String key = keyValuePairs[i].left(valueStartPos).stripWhiteSpace(); left 523 Source/platform/network/HTTPParsers.cpp String firstBytePosStr = byteRange.left(index).stripWhiteSpace(); left 482 Source/platform/network/ResourceResponse.cpp value = value.left(loc); left 60 Source/platform/text/LocaleWin.cpp return locale.left(dashPosition); left 68 Source/platform/text/LocaleWin.cpp return name.left(lastSeparator); left 631 Source/platform/transforms/TransformationMatrix.cpp float left = clampEdgeValue(floorf(mappedQuadBounds.x())); left 646 Source/platform/transforms/TransformationMatrix.cpp return LayoutRect(LayoutUnit::clamp(left), LayoutUnit::clamp(top), LayoutUnit::clamp(right - left), LayoutUnit::clamp(bottom - top)); left 173 Source/platform/weborigin/KURL.cpp return string().left(511) + "..." + string().right(510); left 390 Source/platform/weborigin/KURL.cpp return m_string.left(pathAfterLastSlash()); left 212 Source/web/tests/TouchActionTest.cpp WebCore::FloatRect clientFloatRect = WebCore::FloatRect(r->left(), r->top(), r->width(), r->height()); left 252 Source/web/tests/TouchActionTest.cpp << " Got element: \"" << result.innerElement()->outerHTML().stripWhiteSpace().left(80).ascii().data() << "\"" left 76 Source/wtf/ArrayBuffer.h static inline int clampValue(int x, int left, int right); left 83 Source/wtf/ArrayBuffer.h int ArrayBuffer::clampValue(int x, int left, int right) left 85 Source/wtf/ArrayBuffer.h ASSERT(left <= right); left 86 Source/wtf/ArrayBuffer.h if (x < left) left 87 Source/wtf/ArrayBuffer.h x = left; left 319 Source/wtf/text/WTFString.h String left(unsigned len) const { return substring(0, len); }