offset             32 LayoutTests/http/tests/media/resources/serve-video.php     $offset = $start;
offset             35 LayoutTests/http/tests/media/resources/serve-video.php     fseek($fn, $offset, 0);
offset             37 LayoutTests/http/tests/media/resources/serve-video.php     while (!feof($fn) && $offset <= $end && connection_status() == 0) {
offset             38 LayoutTests/http/tests/media/resources/serve-video.php         $readSize = min($chunkSize, ($end - $offset) + 1);
offset             42 LayoutTests/http/tests/media/resources/serve-video.php         $offset += $chunkSize;
offset             46 ManualTests/NPN_Invoke/main.c int32_t NPP_Write(NPP instance, NPStream* stream, int32_t offset, int32_t len, void* buffer);
offset            199 ManualTests/NPN_Invoke/main.c int32_t NPP_Write(NPP instance, NPStream* stream, int32_t offset, int32_t len, void* buffer)
offset            204 Source/bindings/v8/ScriptProfiler.cpp             int offset = i * 3;
offset            205 Source/bindings/v8/ScriptProfiler.cpp             rawData[offset] = updateData[i].index;
offset            206 Source/bindings/v8/ScriptProfiler.cpp             rawData[offset + 1] = updateData[i].count;
offset            207 Source/bindings/v8/ScriptProfiler.cpp             rawData[offset + 2] = updateData[i].size;
offset            147 Source/bindings/v8/WrapperTypeInfo.h     template<typename T, int offset>
offset            152 Source/bindings/v8/WrapperTypeInfo.h         ASSERT(offset < object->InternalFieldCount());
offset            153 Source/bindings/v8/WrapperTypeInfo.h         return static_cast<T*>(object->GetAlignedPointerFromInternalField(offset));
offset            156 Source/bindings/v8/WrapperTypeInfo.h     template<typename T, int offset>
offset            159 Source/bindings/v8/WrapperTypeInfo.h         ASSERT(offset < wrapper->InternalFieldCount());
offset            160 Source/bindings/v8/WrapperTypeInfo.h         return static_cast<T*>(wrapper->GetAlignedPointerFromInternalField(offset));
offset            918 Source/core/accessibility/AXObjectCache.cpp     VisiblePosition visiblePos = VisiblePosition(createLegacyEditingPosition(textMarkerData.node, textMarkerData.offset), textMarkerData.affinity);
offset            931 Source/core/accessibility/AXObjectCache.cpp     if (deepPos.deprecatedNode() != textMarkerData.node || deepPos.deprecatedEditingOffset() != textMarkerData.offset)
offset            961 Source/core/accessibility/AXObjectCache.cpp     textMarkerData.offset = deepPos.deprecatedEditingOffset();
offset             52 Source/core/accessibility/AXObjectCache.h     int offset;
offset           2095 Source/core/accessibility/AXRenderObject.cpp     IntSize offset = point - roundedIntPoint(elementRect().location());
offset           2096 Source/core/accessibility/AXRenderObject.cpp     return remote->accessibilityHitTest(IntPoint(offset));
offset             36 Source/core/animation/AnimatableValueKeyframe.cpp     return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), easing(), propertyValue(property), composite()));
offset             45 Source/core/animation/AnimatableValueKeyframe.cpp AnimatableValueKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const AnimatableValue* value, AnimationEffect::CompositeOperation op)
offset             46 Source/core/animation/AnimatableValueKeyframe.cpp     : Keyframe::PropertySpecificKeyframe(offset, easing, op)
offset             50 Source/core/animation/AnimatableValueKeyframe.cpp AnimatableValueKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, PassRefPtrWillBeRawPtr<AnimatableValue> value)
offset             51 Source/core/animation/AnimatableValueKeyframe.cpp     : Keyframe::PropertySpecificKeyframe(offset, easing, AnimationEffect::CompositeReplace)
offset             57 Source/core/animation/AnimatableValueKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const
offset             59 Source/core/animation/AnimatableValueKeyframe.cpp     Keyframe::PropertySpecificKeyframe* theClone = new PropertySpecificKeyframe(offset, m_easing, m_value);
offset             69 Source/core/animation/AnimatableValueKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const
offset             71 Source/core/animation/AnimatableValueKeyframe.cpp     return adoptPtrWillBeNoop(new AnimatableValueKeyframe::PropertySpecificKeyframe(offset, easing, AnimatableValue::neutralValue(), AnimationEffect::CompositeAdd));
offset             35 Source/core/animation/AnimatableValueKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const AnimatableValue*, AnimationEffect::CompositeOperation);
offset             39 Source/core/animation/AnimatableValueKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
offset             45 Source/core/animation/AnimatableValueKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, PassRefPtrWillBeRawPtr<AnimatableValue>);
offset             47 Source/core/animation/AnimatableValueKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const OVERRIDE;
offset             93 Source/core/animation/AnimationTest.cpp     EXPECT_EQ(0, keyframes[0]->offset());
offset             94 Source/core/animation/AnimationTest.cpp     EXPECT_EQ(1, keyframes[1]->offset());
offset             68 Source/core/animation/CompositorAnimations.cpp             double offset = (1 - group[i]->offset()) * scale;
offset             69 Source/core/animation/CompositorAnimations.cpp             values.append(group[i]->cloneWithOffset(offset));
offset             73 Source/core/animation/CompositorAnimations.cpp             double offset = group[i]->offset() * scale;
offset             74 Source/core/animation/CompositorAnimations.cpp             values.append(group[i]->cloneWithOffset(offset));
offset            191 Source/core/animation/CompositorAnimations.cpp         ASSERT(frames[0]->offset() == 0.0 && frames[1]->offset() == 1.0);
offset            418 Source/core/animation/CompositorAnimations.cpp             blink::WebFilterKeyframe filterKeyframe(keyframes[i]->offset(), ops.release());
offset            424 Source/core/animation/CompositorAnimations.cpp             blink::WebFloatKeyframe floatKeyframe(keyframes[i]->offset(), toAnimatableDouble(value)->toDouble());
offset            433 Source/core/animation/CompositorAnimations.cpp             blink::WebTransformKeyframe transformKeyframe(keyframes[i]->offset(), ops.release());
offset            116 Source/core/animation/CompositorAnimationsTest.cpp         EXPECT_EQ(frame->offset(), 0);
offset            119 Source/core/animation/CompositorAnimationsTest.cpp         EXPECT_EQ((*m_keyframeVector2)[1]->offset(), 1.0);
offset            141 Source/core/animation/CompositorAnimationsTest.cpp     PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> createReplaceOpKeyframe(CSSPropertyID id, AnimatableValue* value, double offset = 0)
offset            146 Source/core/animation/CompositorAnimationsTest.cpp         keyframe->setOffset(offset);
offset            151 Source/core/animation/CompositorAnimationsTest.cpp     PassRefPtrWillBeRawPtr<AnimatableValueKeyframe> createDefaultKeyframe(CSSPropertyID id, AnimationEffect::CompositeOperation op, double offset = 0)
offset            159 Source/core/animation/CompositorAnimationsTest.cpp         RefPtrWillBeRawPtr<AnimatableValueKeyframe> keyframe = createReplaceOpKeyframe(id, value.get(), offset);
offset            177 Source/core/animation/CompositorAnimationsTest.cpp             double offset = 1.0 / (values.size() - 1) * i;
offset            179 Source/core/animation/CompositorAnimationsTest.cpp             frames->append(createReplaceOpKeyframe(CSSPropertyOpacity, value.get(), offset).get());
offset            191 Source/core/animation/CompositorAnimationsTest.cpp         EXPECT_EQ(from->offset(), 0);
offset            194 Source/core/animation/CompositorAnimationsTest.cpp         EXPECT_LE(from->offset(), to->offset());
offset            197 Source/core/animation/CompositorAnimationsTest.cpp             EXPECT_LE(to->offset(), c->offset());
offset            202 Source/core/animation/CompositorAnimationsTest.cpp             EXPECT_LE(c->offset(), d->offset());
offset            203 Source/core/animation/CompositorAnimationsTest.cpp             EXPECT_EQ(d->offset(), 1.0);
offset            205 Source/core/animation/CompositorAnimationsTest.cpp             EXPECT_EQ(to->offset(), 1.0);
offset             71 Source/core/animation/EffectInput.cpp         double offset;
offset             72 Source/core/animation/EffectInput.cpp         if (keyframeDictionaryVector[i].get("offset", offset))
offset             73 Source/core/animation/EffectInput.cpp             keyframe->setOffset(offset);
offset             21 Source/core/animation/Keyframe.h     void setOffset(double offset) { m_offset = offset; }
offset             22 Source/core/animation/Keyframe.h     double offset() const { return m_offset; }
offset             34 Source/core/animation/Keyframe.h     PassRefPtrWillBeRawPtr<Keyframe> cloneWithOffset(double offset) const
offset             37 Source/core/animation/Keyframe.h         theClone->setOffset(offset);
offset             49 Source/core/animation/Keyframe.h         double offset() const { return m_offset; }
offset             52 Source/core/animation/Keyframe.h         virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> cloneWithOffset(double offset) const = 0;
offset             57 Source/core/animation/Keyframe.h         virtual PassOwnPtrWillBeRawPtr<PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const = 0;
offset             63 Source/core/animation/Keyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::CompositeOperation);
offset             79 Source/core/animation/Keyframe.h     Keyframe(double offset, AnimationEffect::CompositeOperation composite, PassRefPtr<TimingFunction> easing)
offset             80 Source/core/animation/Keyframe.h         : m_offset(offset)
offset             41 Source/core/animation/KeyframeEffectModel.cpp     return a->offset() < b->offset();
offset             82 Source/core/animation/KeyframeEffectModel.cpp         double offset = keyframes[i]->offset();
offset             83 Source/core/animation/KeyframeEffectModel.cpp         if (!isNull(offset)) {
offset             84 Source/core/animation/KeyframeEffectModel.cpp             if (lastIndex < i && offset < lastOffset) {
offset             90 Source/core/animation/KeyframeEffectModel.cpp             if (offset < 0) {
offset             93 Source/core/animation/KeyframeEffectModel.cpp             } else if (offset > 1) {
offset            100 Source/core/animation/KeyframeEffectModel.cpp             lastOffset = offset;
offset            111 Source/core/animation/KeyframeEffectModel.cpp         if (isNull(result[result.size() - 1]->offset()))
offset            114 Source/core/animation/KeyframeEffectModel.cpp         if (result.size() > 1 && isNull(result[0]->offset()))
offset            118 Source/core/animation/KeyframeEffectModel.cpp         lastOffset = result[0]->offset();
offset            120 Source/core/animation/KeyframeEffectModel.cpp             double offset = result[i]->offset();
offset            121 Source/core/animation/KeyframeEffectModel.cpp             if (!isNull(offset)) {
offset            124 Source/core/animation/KeyframeEffectModel.cpp                         result[lastIndex + j]->setOffset(lastOffset + (offset - lastOffset) * j / (i - lastIndex));
offset            127 Source/core/animation/KeyframeEffectModel.cpp                 lastOffset = offset;
offset            177 Source/core/animation/KeyframeEffectModel.cpp             double applyFrom = i ? keyframes[i]->offset() : (-std::numeric_limits<double>::infinity());
offset            178 Source/core/animation/KeyframeEffectModel.cpp             double applyTo = i == keyframes.size() - 2 ? std::numeric_limits<double>::infinity() : keyframes[i + 1]->offset();
offset            183 Source/core/animation/KeyframeEffectModel.cpp                 keyframes[i]->easing(), keyframes[i]->offset(), keyframes[i + 1]->offset(), applyFrom, applyTo);
offset            210 Source/core/animation/KeyframeEffectModel.cpp Keyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, AnimationEffect::CompositeOperation composite)
offset            211 Source/core/animation/KeyframeEffectModel.cpp     : m_offset(offset)
offset            219 Source/core/animation/KeyframeEffectModel.cpp     ASSERT(m_keyframes.isEmpty() || m_keyframes.last()->offset() <= keyframe->offset());
offset            233 Source/core/animation/KeyframeEffectModel.cpp         double offset = m_keyframes[i]->offset();
offset            234 Source/core/animation/KeyframeEffectModel.cpp         bool hasSameOffsetAsPreviousNeighbor = !i || m_keyframes[i - 1]->offset() == offset;
offset            235 Source/core/animation/KeyframeEffectModel.cpp         bool hasSameOffsetAsNextNeighbor = i == static_cast<int>(m_keyframes.size() - 1) || m_keyframes[i + 1]->offset() == offset;
offset            245 Source/core/animation/KeyframeEffectModel.cpp     if (m_keyframes.first()->offset() != 0.0)
offset            247 Source/core/animation/KeyframeEffectModel.cpp     if (m_keyframes.last()->offset() != 1.0)
offset            414 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.0, propertySpecificKeyframes[0]->offset());
offset            415 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.5, propertySpecificKeyframes[1]->offset());
offset            416 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(1.0, propertySpecificKeyframes[2]->offset());
offset            465 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(1.0, result[0]->offset());
offset            479 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.0, result[0]->offset());
offset            480 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.25, result[1]->offset());
offset            496 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.125, result[0]->offset());
offset            497 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.25, result[1]->offset());
offset            498 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.375, result[2]->offset());
offset            499 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.5, result[3]->offset());
offset            500 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.625, result[4]->offset());
offset            520 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.0, result[0]->offset());
offset            521 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.25, result[1]->offset());
offset            522 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.5, result[2]->offset());
offset            523 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.75, result[3]->offset());
offset            524 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.875, result[4]->offset());
offset            525 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(1.0, result[5]->offset());
offset            549 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.0, result[0]->offset());
offset            550 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.125, result[1]->offset());
offset            551 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.25, result[2]->offset());
offset            552 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.375, result[3]->offset());
offset            553 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.5, result[4]->offset());
offset            554 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.6, result[5]->offset());
offset            555 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.7, result[6]->offset());
offset            556 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.8, result[7]->offset());
offset            557 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.85, result[8]->offset());
offset            558 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.9, result[9]->offset());
offset            559 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(0.95, result[10]->offset());
offset            560 Source/core/animation/KeyframeEffectModelTest.cpp     EXPECT_DOUBLE_EQ(1.0, result[11]->offset());
offset             35 Source/core/animation/StringKeyframe.cpp     return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), easing(), propertyValue(property), composite()));
offset             43 Source/core/animation/StringKeyframe.cpp StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value, AnimationEffect::CompositeOperation op)
offset             44 Source/core/animation/StringKeyframe.cpp     : Keyframe::PropertySpecificKeyframe(offset, easing, op)
offset             48 Source/core/animation/StringKeyframe.cpp StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value)
offset             49 Source/core/animation/StringKeyframe.cpp     : Keyframe::PropertySpecificKeyframe(offset, easing, AnimationEffect::CompositeReplace)
offset             62 Source/core/animation/StringKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::PropertySpecificKeyframe::neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const
offset             64 Source/core/animation/StringKeyframe.cpp     return adoptPtrWillBeNoop(new StringKeyframe::PropertySpecificKeyframe(offset, easing, emptyString(), AnimationEffect::CompositeAdd));
offset             67 Source/core/animation/StringKeyframe.cpp PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> StringKeyframe::PropertySpecificKeyframe::cloneWithOffset(double offset) const
offset             69 Source/core/animation/StringKeyframe.cpp     Keyframe::PropertySpecificKeyframe *theClone = new PropertySpecificKeyframe(offset, m_easing, m_value);
offset             35 Source/core/animation/StringKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value, AnimationEffect::CompositeOperation);
offset             39 Source/core/animation/StringKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> neutralKeyframe(double offset, PassRefPtr<TimingFunction> easing) const OVERRIDE FINAL;
offset             45 Source/core/animation/StringKeyframe.h         PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const String& value);
offset             47 Source/core/animation/StringKeyframe.h         virtual PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> cloneWithOffset(double offset) const;
offset            151 Source/core/animation/css/CSSAnimations.cpp         if (keyframes[i]->offset() != keyframes[targetIndex]->offset())
offset            160 Source/core/animation/css/CSSAnimations.cpp     if (startKeyframe->offset()) {
offset            166 Source/core/animation/css/CSSAnimations.cpp     if (endKeyframe->offset() != 1) {
offset            172 Source/core/animation/css/CSSAnimations.cpp     ASSERT(!keyframes.first()->offset());
offset            173 Source/core/animation/css/CSSAnimations.cpp     ASSERT(keyframes.last()->offset() == 1);
offset            150 Source/core/css/BasicShapeFunctions.cpp     Length offset = Length(0, Fixed);
offset            159 Source/core/css/BasicShapeFunctions.cpp         offset = convertToLength(state, pair->second());
offset            161 Source/core/css/BasicShapeFunctions.cpp         offset = convertToLength(state, value);
offset            175 Source/core/css/BasicShapeFunctions.cpp         offset = Length(50, Percent);
offset            183 Source/core/css/BasicShapeFunctions.cpp     return BasicShapeCenterCoordinate(direction, offset);
offset            273 Source/core/css/BasicShapeFunctions.cpp     float offset = floatValueForLength(centerX.length(), boxSize.width());
offset            274 Source/core/css/BasicShapeFunctions.cpp     p.setX(centerX.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.width() - offset);
offset            275 Source/core/css/BasicShapeFunctions.cpp     offset = floatValueForLength(centerY.length(), boxSize.height());
offset            276 Source/core/css/BasicShapeFunctions.cpp     p.setY(centerY.direction() == BasicShapeCenterCoordinate::TopLeft ? offset : boxSize.height() - offset);
offset             70 Source/core/css/CSSBasicShapes.cpp static String serializePositionOffset(const Pair& offset, const Pair& other)
offset             72 Source/core/css/CSSBasicShapes.cpp     if ((offset.first()->getValueID() == CSSValueLeft && other.first()->getValueID() == CSSValueTop)
offset             73 Source/core/css/CSSBasicShapes.cpp         || (offset.first()->getValueID() == CSSValueTop && other.first()->getValueID() == CSSValueLeft))
offset             74 Source/core/css/CSSBasicShapes.cpp         return offset.second()->cssText();
offset             75 Source/core/css/CSSBasicShapes.cpp     return offset.cssText();
offset             78 Source/core/css/CSSBasicShapes.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> buildSerializablePositionOffset(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, CSSValueID defaultSide)
offset             83 Source/core/css/CSSBasicShapes.cpp     if (!offset) {
offset             85 Source/core/css/CSSBasicShapes.cpp     } else if (offset->isValueID()) {
offset             86 Source/core/css/CSSBasicShapes.cpp         side = offset->getValueID();
offset             87 Source/core/css/CSSBasicShapes.cpp     } else if (Pair* pair = offset->getPairValue()) {
offset             91 Source/core/css/CSSBasicShapes.cpp         amount = offset;
offset            565 Source/core/css/CSSComputedStyleDeclaration.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> offset = nullptr;
offset            566 Source/core/css/CSSComputedStyleDeclaration.cpp     if (reflection->offset().isPercent())
offset            567 Source/core/css/CSSComputedStyleDeclaration.cpp         offset = cssValuePool().createValue(reflection->offset().percent(), CSSPrimitiveValue::CSS_PERCENTAGE);
offset            569 Source/core/css/CSSComputedStyleDeclaration.cpp         offset = zoomAdjustedPixelValue(reflection->offset().value(), style);
offset            587 Source/core/css/CSSComputedStyleDeclaration.cpp     return CSSReflectValue::create(direction.release(), offset.release(), valueForNinePieceImage(reflection->mask(), style));
offset            106 Source/core/css/CSSGradientValue.cpp     float offset;
offset            110 Source/core/css/CSSGradientValue.cpp         : offset(0)
offset            151 Source/core/css/CSSGradientValue.cpp             float offset;
offset            153 Source/core/css/CSSGradientValue.cpp                 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
offset            155 Source/core/css/CSSGradientValue.cpp                 offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_NUMBER);
offset            157 Source/core/css/CSSGradientValue.cpp             gradient->addColorStop(offset, stop.m_resolvedColor);
offset            184 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = stop.m_position->getFloatValue(CSSPrimitiveValue::CSS_PERCENTAGE) / 100;
offset            195 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = (gradientLength > 0) ? length / gradientLength : 0;
offset            198 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = 0;
offset            205 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = 0;
offset            208 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = 1;
offset            223 Source/core/css/CSSGradientValue.cpp             if (stops[i].offset < stops[prevSpecifiedIndex].offset)
offset            224 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = stops[prevSpecifiedIndex].offset;
offset            245 Source/core/css/CSSGradientValue.cpp                     float lastSpecifiedOffset = stops[unspecifiedRunStart - 1].offset;
offset            246 Source/core/css/CSSGradientValue.cpp                     float nextSpecifiedOffset = stops[unspecifiedRunEnd].offset;
offset            250 Source/core/css/CSSGradientValue.cpp                         stops[j].offset = lastSpecifiedOffset + (j - unspecifiedRunStart + 1) * delta;
offset            264 Source/core/css/CSSGradientValue.cpp         float gradientRange = stops[numStops - 1].offset - stops[0].offset;
offset            266 Source/core/css/CSSGradientValue.cpp             stops.first().offset = 0;
offset            288 Source/core/css/CSSGradientValue.cpp             float firstOffset = stops[0].offset;
offset            295 Source/core/css/CSSGradientValue.cpp                     newStop.offset = currOffset;
offset            302 Source/core/css/CSSGradientValue.cpp                         currOffset -= stops[originalFirstStopIndex + srcStopOrdinal].offset - stops[originalFirstStopIndex + srcStopOrdinal - 1].offset;
offset            308 Source/core/css/CSSGradientValue.cpp             float lastOffset = stops[stops.size() - 1].offset;
offset            316 Source/core/css/CSSGradientValue.cpp                     newStop.offset = currOffset;
offset            321 Source/core/css/CSSGradientValue.cpp                         currOffset += stops[srcStopIndex + 1].offset - stops[srcStopIndex].offset;
offset            331 Source/core/css/CSSGradientValue.cpp     if (numStops > 1 && (stops[0].offset < 0 || stops[numStops - 1].offset > 1)) {
offset            333 Source/core/css/CSSGradientValue.cpp             float firstOffset = stops[0].offset;
offset            334 Source/core/css/CSSGradientValue.cpp             float lastOffset = stops[numStops - 1].offset;
offset            338 Source/core/css/CSSGradientValue.cpp                 stops[i].offset = (stops[i].offset - firstOffset) / scale;
offset            347 Source/core/css/CSSGradientValue.cpp             float lastOffset = stops[numStops - 1].offset;
offset            353 Source/core/css/CSSGradientValue.cpp                 if (stops[i].offset >= 0) {
offset            360 Source/core/css/CSSGradientValue.cpp                 if (firstZeroOrGreaterIndex < numStops && stops[firstZeroOrGreaterIndex].offset > 0) {
offset            361 Source/core/css/CSSGradientValue.cpp                     float prevOffset = stops[firstZeroOrGreaterIndex - 1].offset;
offset            362 Source/core/css/CSSGradientValue.cpp                     float nextOffset = stops[firstZeroOrGreaterIndex].offset;
offset            370 Source/core/css/CSSGradientValue.cpp                         stops[i].offset = 0;
offset            376 Source/core/css/CSSGradientValue.cpp                         stops[i].offset = 0;
offset            381 Source/core/css/CSSGradientValue.cpp                 stops[i].offset /= scale;
offset            389 Source/core/css/CSSGradientValue.cpp         gradient->addColorStop(stops[i].offset, stops[i].color);
offset             40 Source/core/css/CSSReflectValue.h         PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask)
offset             42 Source/core/css/CSSReflectValue.h         return adoptRefWillBeRefCountedGarbageCollected(new CSSReflectValue(direction, offset, mask));
offset             46 Source/core/css/CSSReflectValue.h     CSSPrimitiveValue* offset() const { return m_offset.get(); }
offset             56 Source/core/css/CSSReflectValue.h     CSSReflectValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> direction, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> offset, PassRefPtrWillBeRawPtr<CSSValue> mask)
offset             59 Source/core/css/CSSReflectValue.h         , m_offset(offset)
offset            338 Source/core/css/CSSTokenizer-in.cpp     location.offset = tokenStart<CharacterType>() - dataStart<CharacterType>();
offset           1806 Source/core/css/parser/BisonCSSParser-in.cpp     location.offset = m_ruleHeaderStartOffset;
offset           1833 Source/core/css/parser/BisonCSSParser-in.cpp         TextPosition tokenPosition = TextPosition::fromOffsetAndLineEndings(location.offset, *m_lineEndings);
offset             75 Source/core/css/parser/BisonCSSParser.h     unsigned offset;
offset             54 Source/core/css/parser/CSSParserObserver.h     virtual void startRuleHeader(CSSRuleSourceData::Type, unsigned offset) = 0;
offset             55 Source/core/css/parser/CSSParserObserver.h     virtual void endRuleHeader(unsigned offset) = 0;
offset             56 Source/core/css/parser/CSSParserObserver.h     virtual void startSelector(unsigned offset) = 0;
offset             57 Source/core/css/parser/CSSParserObserver.h     virtual void endSelector(unsigned offset) = 0;
offset             58 Source/core/css/parser/CSSParserObserver.h     virtual void startRuleBody(unsigned offset) = 0;
offset             59 Source/core/css/parser/CSSParserObserver.h     virtual void endRuleBody(unsigned offset, bool error) = 0;
offset             61 Source/core/css/parser/CSSParserObserver.h     virtual void startProperty(unsigned offset) = 0;
offset             62 Source/core/css/parser/CSSParserObserver.h     virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserError) = 0;
offset             63 Source/core/css/parser/CSSParserObserver.h     virtual void startComment(unsigned offset) = 0;
offset             64 Source/core/css/parser/CSSParserObserver.h     virtual void endComment(unsigned offset) = 0;
offset           5601 Source/core/css/parser/CSSPropertyParser.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> offset = nullptr;
offset           5603 Source/core/css/parser/CSSPropertyParser.cpp         offset = cssValuePool().createValue(0, CSSPrimitiveValue::CSS_PX);
offset           5607 Source/core/css/parser/CSSPropertyParser.cpp         offset = createPrimitiveNumericValue(val);
offset           5619 Source/core/css/parser/CSSPropertyParser.cpp     RefPtrWillBeRawPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction.release(), offset.release(), mask.release());
offset             26 Source/core/css/parser/MediaQueryInputStream.cpp void MediaQueryInputStream::advance(unsigned offset)
offset             28 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(m_offset + offset <= maxLength());
offset             29 Source/core/css/parser/MediaQueryInputStream.cpp     m_offset += offset;
offset             42 Source/core/css/parser/MediaQueryInputStream.h     unsigned skipWhilePredicate(unsigned offset)
offset             44 Source/core/css/parser/MediaQueryInputStream.h         while ((m_offset + offset) < m_string.length() && characterPredicate(m_string[m_offset + offset]))
offset             45 Source/core/css/parser/MediaQueryInputStream.h             ++offset;
offset             46 Source/core/css/parser/MediaQueryInputStream.h         return offset;
offset             57 Source/core/css/parser/MediaQueryTokenizer.cpp void MediaQueryTokenizer::consume(unsigned offset)
offset             59 Source/core/css/parser/MediaQueryTokenizer.cpp     m_input.advance(offset);
offset            223 Source/core/css/parser/MediaQueryTokenizer.cpp static int getSign(MediaQueryInputStream& input, unsigned& offset)
offset            227 Source/core/css/parser/MediaQueryTokenizer.cpp         ++offset;
offset            228 Source/core/css/parser/MediaQueryTokenizer.cpp     } else if (input.peek(offset) == '-') {
offset            230 Source/core/css/parser/MediaQueryTokenizer.cpp         ++offset;
offset            235 Source/core/css/parser/MediaQueryTokenizer.cpp static unsigned long long getInteger(MediaQueryInputStream& input, unsigned& offset)
offset            237 Source/core/css/parser/MediaQueryTokenizer.cpp     unsigned intStartPos = offset;
offset            238 Source/core/css/parser/MediaQueryTokenizer.cpp     offset = input.skipWhilePredicate<isASCIIDigit>(offset);
offset            239 Source/core/css/parser/MediaQueryTokenizer.cpp     unsigned intEndPos = offset;
offset            243 Source/core/css/parser/MediaQueryTokenizer.cpp static double getFraction(MediaQueryInputStream& input, unsigned& offset, unsigned& digitsNumber)
offset            247 Source/core/css/parser/MediaQueryTokenizer.cpp     if (input.peek(offset) == '.' && isASCIIDigit(input.peek(++offset))) {
offset            248 Source/core/css/parser/MediaQueryTokenizer.cpp         fractionStartPos = offset - 1;
offset            249 Source/core/css/parser/MediaQueryTokenizer.cpp         offset = input.skipWhilePredicate<isASCIIDigit>(offset);
offset            250 Source/core/css/parser/MediaQueryTokenizer.cpp         fractionEndPos = offset;
offset            256 Source/core/css/parser/MediaQueryTokenizer.cpp static unsigned long long getExponent(MediaQueryInputStream& input, unsigned& offset, int sign)
offset            260 Source/core/css/parser/MediaQueryTokenizer.cpp     if ((input.peek(offset) == 'E' || input.peek(offset) == 'e')) {
offset            261 Source/core/css/parser/MediaQueryTokenizer.cpp         int offsetBeforeExponent = offset;
offset            262 Source/core/css/parser/MediaQueryTokenizer.cpp         ++offset;
offset            263 Source/core/css/parser/MediaQueryTokenizer.cpp         if (input.peek(offset) == '+') {
offset            264 Source/core/css/parser/MediaQueryTokenizer.cpp             ++offset;
offset            265 Source/core/css/parser/MediaQueryTokenizer.cpp         } else if (input.peek(offset) =='-') {
offset            267 Source/core/css/parser/MediaQueryTokenizer.cpp             ++offset;
offset            269 Source/core/css/parser/MediaQueryTokenizer.cpp         exponentStartPos = offset;
offset            270 Source/core/css/parser/MediaQueryTokenizer.cpp         offset = input.skipWhilePredicate<isASCIIDigit>(offset);
offset            271 Source/core/css/parser/MediaQueryTokenizer.cpp         exponentEndPos = offset;
offset            273 Source/core/css/parser/MediaQueryTokenizer.cpp             offset = offsetBeforeExponent;
offset            286 Source/core/css/parser/MediaQueryTokenizer.cpp     unsigned offset = 0;
offset            289 Source/core/css/parser/MediaQueryTokenizer.cpp     int sign = getSign(m_input, offset);
offset            290 Source/core/css/parser/MediaQueryTokenizer.cpp     unsigned long long integerPart = getInteger(m_input, offset);
offset            291 Source/core/css/parser/MediaQueryTokenizer.cpp     double fractionPart = getFraction(m_input, offset, fractionDigits);
offset            292 Source/core/css/parser/MediaQueryTokenizer.cpp     unsigned long long exponentPart = getExponent(m_input, offset, exponentSign);
offset            296 Source/core/css/parser/MediaQueryTokenizer.cpp     m_input.advance(offset);
offset            439 Source/core/css/parser/MediaQueryTokenizer.cpp bool MediaQueryTokenizer::nextTwoCharsAreValidEscape(unsigned offset)
offset            441 Source/core/css/parser/MediaQueryTokenizer.cpp     if (m_input.leftChars() < offset + 1)
offset            443 Source/core/css/parser/MediaQueryTokenizer.cpp     return twoCharsAreValidEscape(m_input.peek(offset), m_input.peek(offset + 1));
offset             44 Source/core/css/parser/MediaQueryTokenizer.h     bool nextTwoCharsAreValidEscape(unsigned offset);
offset           1487 Source/core/css/resolver/StyleBuilderCustom.cpp         if (reflectValue->offset())
offset           1488 Source/core/css/resolver/StyleBuilderCustom.cpp             reflection->setOffset(reflectValue->offset()->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData()));
offset             59 Source/core/dom/CharacterData.cpp String CharacterData::substringData(unsigned offset, unsigned count, ExceptionState& exceptionState)
offset             61 Source/core/dom/CharacterData.cpp     if (offset > length()) {
offset             62 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
offset             66 Source/core/dom/CharacterData.cpp     return m_data.substring(offset, count);
offset             93 Source/core/dom/CharacterData.cpp void CharacterData::insertData(unsigned offset, const String& data, ExceptionState& exceptionState, RecalcStyleBehavior recalcStyleBehavior)
offset             95 Source/core/dom/CharacterData.cpp     if (offset > length()) {
offset             96 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
offset            101 Source/core/dom/CharacterData.cpp     newStr.insert(data, offset);
offset            103 Source/core/dom/CharacterData.cpp     setDataAndUpdate(newStr, offset, 0, data.length(), recalcStyleBehavior);
offset            105 Source/core/dom/CharacterData.cpp     document().didInsertText(this, offset, data.length());
offset            108 Source/core/dom/CharacterData.cpp void CharacterData::deleteData(unsigned offset, unsigned count, ExceptionState& exceptionState, RecalcStyleBehavior recalcStyleBehavior)
offset            110 Source/core/dom/CharacterData.cpp     if (offset > length()) {
offset            111 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
offset            116 Source/core/dom/CharacterData.cpp     if (offset + count > length())
offset            117 Source/core/dom/CharacterData.cpp         realCount = length() - offset;
offset            122 Source/core/dom/CharacterData.cpp     newStr.remove(offset, realCount);
offset            124 Source/core/dom/CharacterData.cpp     setDataAndUpdate(newStr, offset, count, 0, recalcStyleBehavior);
offset            126 Source/core/dom/CharacterData.cpp     document().didRemoveText(this, offset, realCount);
offset            129 Source/core/dom/CharacterData.cpp void CharacterData::replaceData(unsigned offset, unsigned count, const String& data, ExceptionState& exceptionState)
offset            131 Source/core/dom/CharacterData.cpp     if (offset > length()) {
offset            132 Source/core/dom/CharacterData.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
offset            137 Source/core/dom/CharacterData.cpp     if (offset + count > length())
offset            138 Source/core/dom/CharacterData.cpp         realCount = length() - offset;
offset            143 Source/core/dom/CharacterData.cpp     newStr.remove(offset, realCount);
offset            144 Source/core/dom/CharacterData.cpp     newStr.insert(data, offset);
offset            146 Source/core/dom/CharacterData.cpp     setDataAndUpdate(newStr, offset, count, data.length());
offset            149 Source/core/dom/CharacterData.cpp     document().didRemoveText(this, offset, realCount);
offset            150 Source/core/dom/CharacterData.cpp     document().didInsertText(this, offset, data.length());
offset             39 Source/core/dom/CharacterData.h     String substringData(unsigned offset, unsigned count, ExceptionState&);
offset             41 Source/core/dom/CharacterData.h     void replaceData(unsigned offset, unsigned count, const String&, ExceptionState&);
offset             44 Source/core/dom/CharacterData.h     void insertData(unsigned offset, const String&, ExceptionState&, RecalcStyleBehavior = DoNotRecalcStyle);
offset             45 Source/core/dom/CharacterData.h     void deleteData(unsigned offset, unsigned count, ExceptionState&, RecalcStyleBehavior = DoNotRecalcStyle);
offset             52 Source/core/dom/ChildNodeList.cpp Node* ChildNodeList::traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const
offset             54 Source/core/dom/ChildNodeList.cpp     ASSERT(currentOffset < offset);
offset             57 Source/core/dom/ChildNodeList.cpp         if (++currentOffset == offset)
offset             56 Source/core/dom/ChildNodeList.h     Node* traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
offset           1245 Source/core/dom/Document.cpp         unsigned offset = shadowAncestorNode->nodeIndex();
offset           1247 Source/core/dom/Document.cpp         return Range::create(*this, container, offset, container, offset);
offset           3677 Source/core/dom/Document.cpp void Document::didInsertText(Node* text, unsigned offset, unsigned length)
offset           3682 Source/core/dom/Document.cpp             (*it)->didInsertText(text, offset, length);
offset           3686 Source/core/dom/Document.cpp     m_markers->shiftMarkers(text, offset, length);
offset           3689 Source/core/dom/Document.cpp void Document::didRemoveText(Node* text, unsigned offset, unsigned length)
offset           3694 Source/core/dom/Document.cpp             (*it)->didRemoveText(text, offset, length);
offset           3698 Source/core/dom/Document.cpp     m_markers->removeMarkers(text, offset, length);
offset           3699 Source/core/dom/Document.cpp     m_markers->shiftMarkers(text, offset + length, 0 - length);
offset           3702 Source/core/dom/Document.cpp void Document::didMergeTextNodes(Text& oldNode, unsigned offset)
offset           3708 Source/core/dom/Document.cpp             (*it)->didMergeTextNodes(oldNodeWithIndex, offset);
offset           3712 Source/core/dom/Document.cpp         m_frame->selection().didMergeTextNodes(oldNode, offset);
offset            679 Source/core/dom/Document.h     void didInsertText(Node*, unsigned offset, unsigned length);
offset            680 Source/core/dom/Document.h     void didRemoveText(Node*, unsigned offset, unsigned length);
offset            681 Source/core/dom/Document.h     void didMergeTextNodes(Text& oldNode, unsigned offset);
offset            117 Source/core/dom/DocumentMarker.h     void setStartOffset(unsigned offset) { m_startOffset = offset; }
offset            118 Source/core/dom/DocumentMarker.h     void setEndOffset(unsigned offset) { m_endOffset = offset; }
offset             53 Source/core/dom/LiveNodeList.cpp Element* LiveNodeList::traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const
offset             55 Source/core/dom/LiveNodeList.cpp     return traverseMatchingElementsForwardToOffset(*this, offset, currentNode, currentOffset);
offset             45 Source/core/dom/LiveNodeList.h     virtual Node* item(unsigned offset) const OVERRIDE FINAL { return m_collectionIndexCache.nodeAt(*this, offset); }
offset             55 Source/core/dom/LiveNodeList.h     Element* traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const;
offset             94 Source/core/dom/LiveNodeListBase.h     static Element* traverseMatchingElementsForwardToOffset(const NodeListType&, unsigned offset, Element& currentElement, unsigned& currentOffset);
offset            198 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(const NodeListType& nodeList, unsigned offset, Element& currentElement, unsigned& currentOffset)
offset            200 Source/core/dom/LiveNodeListBase.h     ASSERT(currentOffset < offset);
offset            203 Source/core/dom/LiveNodeListBase.h         if (++currentOffset == offset)
offset             82 Source/core/dom/Position.cpp Position::Position(PassRefPtr<Node> anchorNode, LegacyEditingOffset offset)
offset             84 Source/core/dom/Position.cpp     , m_offset(offset.value())
offset            104 Source/core/dom/Position.cpp Position::Position(PassRefPtr<Node> anchorNode, int offset, AnchorType anchorType)
offset            106 Source/core/dom/Position.cpp     , m_offset(offset)
offset            115 Source/core/dom/Position.cpp Position::Position(PassRefPtr<Text> textNode, unsigned offset)
offset            117 Source/core/dom/Position.cpp     , m_offset(static_cast<int>(offset))
offset            124 Source/core/dom/Position.cpp void Position::moveToPosition(PassRefPtr<Node> node, int offset)
offset            129 Source/core/dom/Position.cpp     m_offset = offset;
offset            133 Source/core/dom/Position.cpp void Position::moveToOffset(int offset)
offset            136 Source/core/dom/Position.cpp     m_offset = offset;
offset            269 Source/core/dom/Position.cpp Position::AnchorType Position::anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset)
offset            272 Source/core/dom/Position.cpp         if (offset == 0)
offset            302 Source/core/dom/Position.cpp     int offset = deprecatedEditingOffset();
offset            304 Source/core/dom/Position.cpp     ASSERT(offset >= 0);
offset            306 Source/core/dom/Position.cpp     if (offset > 0) {
offset            307 Source/core/dom/Position.cpp         if (Node* child = node->traverseToChildAt(offset - 1))
offset            317 Source/core/dom/Position.cpp             return createLegacyEditingPosition(node, offset - 1);
offset            319 Source/core/dom/Position.cpp             return createLegacyEditingPosition(node, uncheckedPreviousOffset(node, offset));
offset            321 Source/core/dom/Position.cpp             return createLegacyEditingPosition(node, uncheckedPreviousOffsetForBackwardDeletion(node, offset));
offset            338 Source/core/dom/Position.cpp     int offset = deprecatedEditingOffset();
offset            340 Source/core/dom/Position.cpp     ASSERT(offset >= 0);
offset            342 Source/core/dom/Position.cpp     if (Node* child = node->traverseToChildAt(offset))
offset            345 Source/core/dom/Position.cpp     if (!node->hasChildren() && offset < lastOffsetForEditing(node)) {
offset            351 Source/core/dom/Position.cpp         return createLegacyEditingPosition(node, (moveType == Character) ? uncheckedNextOffset(node, offset) : offset + 1);
offset             76 Source/core/dom/Position.h         explicit LegacyEditingOffset(int offset) : m_offset(offset) { }
offset             78 Source/core/dom/Position.h         friend Position createLegacyEditingPosition(PassRefPtr<Node>, int offset);
offset             86 Source/core/dom/Position.h     Position(PassRefPtr<Text> textNode, unsigned offset);
offset             90 Source/core/dom/Position.h     Position(PassRefPtr<Node> anchorNode, int offset, AnchorType);
offset            140 Source/core/dom/Position.h     void moveToPosition(PassRefPtr<Node> anchorNode, int offset);
offset            141 Source/core/dom/Position.h     void moveToOffset(int offset);
offset            215 Source/core/dom/Position.h     static AnchorType anchorTypeForLegacyEditingPosition(Node* anchorNode, int offset);
offset            226 Source/core/dom/Position.h inline Position createLegacyEditingPosition(PassRefPtr<Node> node, int offset)
offset            228 Source/core/dom/Position.h     return Position(node, Position::LegacyEditingOffset(offset));
offset            295 Source/core/dom/Position.h inline int minOffsetForNode(Node* anchorNode, int offset)
offset            298 Source/core/dom/Position.h         return std::min(offset, anchorNode->maxCharacterOffset());
offset            301 Source/core/dom/Position.h     for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling())
offset            307 Source/core/dom/Position.h inline bool offsetIsBeforeLastNodeOffset(int offset, Node* anchorNode)
offset            310 Source/core/dom/Position.h         return offset < anchorNode->maxCharacterOffset();
offset            313 Source/core/dom/Position.h     for (Node* node = anchorNode->firstChild(); node && currentOffset < offset; node = node->nextSibling())
offset            317 Source/core/dom/Position.h     return offset < currentOffset;
offset            145 Source/core/dom/Range.cpp     return m_start.offset();
offset            165 Source/core/dom/Range.cpp     return m_end.offset();
offset            211 Source/core/dom/Range.cpp void Range::setStart(PassRefPtr<Node> refNode, int offset, ExceptionState& exceptionState)
offset            229 Source/core/dom/Range.cpp     Node* childNode = checkNodeWOffset(refNode.get(), offset, exceptionState);
offset            233 Source/core/dom/Range.cpp     m_start.set(refNode, offset, childNode);
offset            239 Source/core/dom/Range.cpp void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionState& exceptionState)
offset            257 Source/core/dom/Range.cpp     Node* childNode = checkNodeWOffset(refNode.get(), offset, exceptionState);
offset            261 Source/core/dom/Range.cpp     m_end.set(refNode, offset, childNode);
offset            292 Source/core/dom/Range.cpp bool Range::isPointInRange(Node* refNode, int offset, ExceptionState& exceptionState)
offset            308 Source/core/dom/Range.cpp     checkNodeWOffset(refNode, offset, exceptionState);
offset            312 Source/core/dom/Range.cpp     return compareBoundaryPoints(refNode, offset, m_start.container(), m_start.offset(), exceptionState) >= 0 && !exceptionState.hadException()
offset            313 Source/core/dom/Range.cpp         && compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), exceptionState) <= 0 && !exceptionState.hadException();
offset            316 Source/core/dom/Range.cpp short Range::comparePoint(Node* refNode, int offset, ExceptionState& exceptionState) const
offset            342 Source/core/dom/Range.cpp     checkNodeWOffset(refNode, offset, exceptionState);
offset            347 Source/core/dom/Range.cpp     if (compareBoundaryPoints(refNode, offset, m_start.container(), m_start.offset(), exceptionState) < 0)
offset            354 Source/core/dom/Range.cpp     if (compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), exceptionState) > 0 && !exceptionState.hadException())
offset            553 Source/core/dom/Range.cpp     return compareBoundaryPoints(boundaryA.container(), boundaryA.offset(), boundaryB.container(), boundaryB.offset(), exceptionState);
offset            627 Source/core/dom/Range.cpp static inline Node* childOfCommonRootBeforeOffset(Node* container, unsigned offset, Node* commonRoot)
offset            637 Source/core/dom/Range.cpp         for (unsigned i = 0; container && i < offset; i++)
offset            688 Source/core/dom/Range.cpp         processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offset(), exceptionState);
offset            722 Source/core/dom/Range.cpp         leftContents = processContentsBetweenOffsets(action, nullptr, originalStart.container(), originalStart.offset(), lengthOfContentsInNode(originalStart.container()), exceptionState);
offset            728 Source/core/dom/Range.cpp         rightContents = processContentsBetweenOffsets(action, nullptr, originalEnd.container(), 0, originalEnd.offset(), exceptionState);
offset            733 Source/core/dom/Range.cpp     RefPtr<Node> processStart = childOfCommonRootBeforeOffset(originalStart.container(), originalStart.offset(), commonRoot.get());
offset            736 Source/core/dom/Range.cpp     RefPtr<Node> processEnd = childOfCommonRootBeforeOffset(originalEnd.container(), originalEnd.offset(), commonRoot.get());
offset           1026 Source/core/dom/Range.cpp         RefPtr<Text> newText = toText(container)->splitText(m_start.offset(), exceptionState);
offset           1049 Source/core/dom/Range.cpp         container->insertBefore(newNode.release(), container->traverseToChildAt(m_start.offset()), exceptionState);
offset           1056 Source/core/dom/Range.cpp             m_end.set(m_start.container(), m_start.offset() + numNewChildren, lastChild.get());
offset           1074 Source/core/dom/Range.cpp             int start = (n == m_start.container()) ? min(max(0, m_start.offset()), length) : 0;
offset           1075 Source/core/dom/Range.cpp             int end = (n == m_end.container()) ? min(max(start, m_end.offset()), length) : length;
offset           1135 Source/core/dom/Range.cpp Node* Range::checkNodeWOffset(Node* n, int offset, ExceptionState& exceptionState) const
offset           1144 Source/core/dom/Range.cpp             if (static_cast<unsigned>(offset) > toCharacterData(n)->length())
offset           1145 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to the node's length (" + String::number(toCharacterData(n)->length()) + ").");
offset           1148 Source/core/dom/Range.cpp             if (static_cast<unsigned>(offset) > toProcessingInstruction(n)->data().length())
offset           1149 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than or equal to than the node's length (" + String::number(toProcessingInstruction(n)->data().length()) + ").");
offset           1155 Source/core/dom/Range.cpp             if (!offset)
offset           1157 Source/core/dom/Range.cpp             Node* childBefore = n->traverseToChildAt(offset - 1);
offset           1159 Source/core/dom/Range.cpp                 exceptionState.throwDOMException(IndexSizeError, "There is no child at offset " + String::number(offset) + ".");
offset           1230 Source/core/dom/Range.cpp     return Range::create(*m_ownerDocument.get(), m_start.container(), m_start.offset(), m_end.container(), m_end.offset());
offset           1480 Source/core/dom/Range.cpp     if (Node* child = m_start.container()->traverseToChildAt(m_start.offset()))
offset           1482 Source/core/dom/Range.cpp     if (!m_start.offset())
offset           1498 Source/core/dom/Range.cpp     if (Node* child = m_end.container()->traverseToChildAt(m_end.offset()))
offset           1534 Source/core/dom/Range.cpp         int startOffset = node == startContainer ? m_start.offset() : 0;
offset           1535 Source/core/dom/Range.cpp         int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max();
offset           1566 Source/core/dom/Range.cpp         int startOffset = node == startContainer ? m_start.offset() : 0;
offset           1567 Source/core/dom/Range.cpp         int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max();
offset           1590 Source/core/dom/Range.cpp         result.appendNumber(m_start.offset());
offset           1595 Source/core/dom/Range.cpp         result.appendNumber(m_end.offset());
offset           1709 Source/core/dom/Range.cpp static inline void boundaryTextInserted(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length)
offset           1713 Source/core/dom/Range.cpp     unsigned boundaryOffset = boundary.offset();
offset           1714 Source/core/dom/Range.cpp     if (offset >= boundaryOffset)
offset           1719 Source/core/dom/Range.cpp void Range::didInsertText(Node* text, unsigned offset, unsigned length)
offset           1723 Source/core/dom/Range.cpp     boundaryTextInserted(m_start, text, offset, length);
offset           1724 Source/core/dom/Range.cpp     boundaryTextInserted(m_end, text, offset, length);
offset           1727 Source/core/dom/Range.cpp static inline void boundaryTextRemoved(RangeBoundaryPoint& boundary, Node* text, unsigned offset, unsigned length)
offset           1731 Source/core/dom/Range.cpp     unsigned boundaryOffset = boundary.offset();
offset           1732 Source/core/dom/Range.cpp     if (offset >= boundaryOffset)
offset           1734 Source/core/dom/Range.cpp     if (offset + length >= boundaryOffset)
offset           1735 Source/core/dom/Range.cpp         boundary.setOffset(offset);
offset           1740 Source/core/dom/Range.cpp void Range::didRemoveText(Node* text, unsigned offset, unsigned length)
offset           1744 Source/core/dom/Range.cpp     boundaryTextRemoved(m_start, text, offset, length);
offset           1745 Source/core/dom/Range.cpp     boundaryTextRemoved(m_end, text, offset, length);
offset           1748 Source/core/dom/Range.cpp static inline void boundaryTextNodesMerged(RangeBoundaryPoint& boundary, const NodeWithIndex& oldNode, unsigned offset)
offset           1751 Source/core/dom/Range.cpp         boundary.set(oldNode.node().previousSibling(), boundary.offset() + offset, 0);
offset           1752 Source/core/dom/Range.cpp     else if (boundary.container() == oldNode.node().parentNode() && boundary.offset() == oldNode.index())
offset           1753 Source/core/dom/Range.cpp         boundary.set(oldNode.node().previousSibling(), offset, 0);
offset           1756 Source/core/dom/Range.cpp void Range::didMergeTextNodes(const NodeWithIndex& oldNode, unsigned offset)
offset           1763 Source/core/dom/Range.cpp     boundaryTextNodesMerged(m_start, oldNode, offset);
offset           1764 Source/core/dom/Range.cpp     boundaryTextNodesMerged(m_end, oldNode, offset);
offset           1770 Source/core/dom/Range.cpp     unsigned boundaryOffset = boundary.offset();
offset           1855 Source/core/dom/Range.cpp                 int startOffset = (node == startContainer) ? m_start.offset() : 0;
offset           1856 Source/core/dom/Range.cpp                 int endOffset = (node == endContainer) ? m_end.offset() : INT_MAX;
offset             60 Source/core/dom/Range.h     int startOffset() const { return m_start.offset(); }
offset             62 Source/core/dom/Range.h     int endOffset() const { return m_end.offset(); }
offset             72 Source/core/dom/Range.h     void setStart(PassRefPtr<Node> container, int offset, ExceptionState& = ASSERT_NO_EXCEPTION);
offset             73 Source/core/dom/Range.h     void setEnd(PassRefPtr<Node> container, int offset, ExceptionState& = ASSERT_NO_EXCEPTION);
offset             75 Source/core/dom/Range.h     bool isPointInRange(Node* refNode, int offset, ExceptionState&);
offset             76 Source/core/dom/Range.h     short comparePoint(Node* refNode, int offset, ExceptionState&) const;
offset            136 Source/core/dom/Range.h     void didInsertText(Node*, unsigned offset, unsigned length);
offset            137 Source/core/dom/Range.h     void didRemoveText(Node*, unsigned offset, unsigned length);
offset            138 Source/core/dom/Range.h     void didMergeTextNodes(const NodeWithIndex& oldNode, unsigned offset);
offset            161 Source/core/dom/Range.h     Node* checkNodeWOffset(Node*, int offset, ExceptionState&) const;
offset             43 Source/core/dom/RangeBoundaryPoint.h     int offset() const;
offset             48 Source/core/dom/RangeBoundaryPoint.h     void set(PassRefPtr<Node> container, int offset, Node* childBefore);
offset             49 Source/core/dom/RangeBoundaryPoint.h     void setOffset(int offset);
offset             77 Source/core/dom/RangeBoundaryPoint.h     , m_offsetInContainer(other.offset())
offset            107 Source/core/dom/RangeBoundaryPoint.h inline int RangeBoundaryPoint::offset() const
offset            120 Source/core/dom/RangeBoundaryPoint.h inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore)
offset            123 Source/core/dom/RangeBoundaryPoint.h     ASSERT(offset >= 0);
offset            124 Source/core/dom/RangeBoundaryPoint.h     ASSERT(childBefore == (offset ? container->traverseToChildAt(offset - 1) : 0));
offset            126 Source/core/dom/RangeBoundaryPoint.h     m_offsetInContainer = offset;
offset            130 Source/core/dom/RangeBoundaryPoint.h inline void RangeBoundaryPoint::setOffset(int offset)
offset            136 Source/core/dom/RangeBoundaryPoint.h     m_offsetInContainer = offset;
offset            189 Source/core/dom/RangeBoundaryPoint.h         if (a.offset() != b.offset())
offset             83 Source/core/dom/Text.cpp         unsigned offset = length();
offset             93 Source/core/dom/Text.cpp         document().didMergeTextNodes(*nextText, offset);
offset            107 Source/core/dom/Text.cpp PassRefPtr<Text> Text::splitText(unsigned offset, ExceptionState& exceptionState)
offset            111 Source/core/dom/Text.cpp     if (offset > length()) {
offset            112 Source/core/dom/Text.cpp         exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is larger than the Text node's length.");
offset            118 Source/core/dom/Text.cpp     RefPtr<Text> newText = cloneWithData(oldStr.substring(offset));
offset            119 Source/core/dom/Text.cpp     setDataWithoutUpdate(oldStr.substring(0, offset));
offset             44 Source/core/dom/Text.h     PassRefPtr<Text> splitText(unsigned offset, ExceptionState&);
offset            159 Source/core/editing/ApplyBlockElementCommand.cpp     int offset = position.offsetInContainerNode();
offset            160 Source/core/editing/ApplyBlockElementCommand.cpp     if (!textNode || !textNode->isTextNode() || offset < 0 || offset >= textNode->maxCharacterOffset())
offset            164 Source/core/editing/ApplyBlockElementCommand.cpp     String textAtPosition = toText(textNode)->substringData(offset, 1, exceptionState);
offset            323 Source/core/editing/CompositeEditCommand.cpp     int offset = p.deprecatedEditingOffset();
offset            327 Source/core/editing/CompositeEditCommand.cpp         for (int i = 0; child && i < offset; i++)
offset            333 Source/core/editing/CompositeEditCommand.cpp     } else if (caretMinOffset(refChild) >= offset)
offset            335 Source/core/editing/CompositeEditCommand.cpp     else if (refChild->isTextNode() && caretMaxOffset(refChild) > offset) {
offset            336 Source/core/editing/CompositeEditCommand.cpp         splitTextNode(toText(refChild), offset);
offset            400 Source/core/editing/CompositeEditCommand.cpp     int offset = (position.anchorType() == Position::PositionIsOffsetInAnchor) ? position.offsetInContainerNode() : 0;
offset            402 Source/core/editing/CompositeEditCommand.cpp     if (offset)
offset            403 Source/core/editing/CompositeEditCommand.cpp         position.moveToOffset(offset);
offset            426 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::splitTextNode(PassRefPtr<Text> node, unsigned offset)
offset            428 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SplitTextNodeCommand::create(node, offset));
offset            453 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::splitTextNodeContainingElement(PassRefPtr<Text> text, unsigned offset)
offset            455 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(SplitTextNodeContainingElementCommand::create(text, offset));
offset            458 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::insertTextIntoNode(PassRefPtr<Text> node, unsigned offset, const String& text)
offset            461 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(InsertIntoTextNodeCommand::create(node, offset, text));
offset            464 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::deleteTextFromNode(PassRefPtr<Text> node, unsigned offset, unsigned count)
offset            466 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(DeleteFromTextNodeCommand::create(node, offset, count));
offset            469 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::replaceTextInNode(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
offset            472 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(DeleteFromTextNodeCommand::create(node, offset, count));
offset            474 Source/core/editing/CompositeEditCommand.cpp         applyCommandToComposite(InsertIntoTextNodeCommand::create(node, offset, replacementText));
offset            498 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::replaceTextInNodePreservingMarkers(PassRefPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
offset            503 Source/core/editing/CompositeEditCommand.cpp     copyMarkers(markerController.markersInRange(Range::create(document(), node.get(), offset, node.get(), offset + count).get(), DocumentMarker::AllMarkers()), markers);
offset            504 Source/core/editing/CompositeEditCommand.cpp     replaceTextInNode(node, offset, count, replacementText);
offset            505 Source/core/editing/CompositeEditCommand.cpp     RefPtrWillBeRawPtr<Range> newRange = Range::create(document(), node.get(), offset, node.get(), offset + replacementText.length());
offset            614 Source/core/editing/CompositeEditCommand.cpp     int offset = position.deprecatedEditingOffset();
offset            616 Source/core/editing/CompositeEditCommand.cpp     if (!isWhitespace(text[offset])) {
offset            617 Source/core/editing/CompositeEditCommand.cpp         offset--;
offset            618 Source/core/editing/CompositeEditCommand.cpp         if (offset < 0 || !isWhitespace(text[offset]))
offset            100 Source/core/editing/CompositeEditCommand.h     virtual void deleteTextFromNode(PassRefPtr<Text>, unsigned offset, unsigned count);
offset            107 Source/core/editing/CompositeEditCommand.h     void insertTextIntoNode(PassRefPtr<Text>, unsigned offset, const String& text);
offset            126 Source/core/editing/CompositeEditCommand.h     void replaceTextInNode(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText);
offset            128 Source/core/editing/CompositeEditCommand.h     void replaceTextInNodePreservingMarkers(PassRefPtr<Text>, unsigned offset, unsigned count, const String& replacementText);
offset            132 Source/core/editing/CompositeEditCommand.h     void splitTextNode(PassRefPtr<Text>, unsigned offset);
offset            133 Source/core/editing/CompositeEditCommand.h     void splitTextNodeContainingElement(PassRefPtr<Text>, unsigned offset);
offset             36 Source/core/editing/DeleteFromTextNodeCommand.cpp DeleteFromTextNodeCommand::DeleteFromTextNodeCommand(PassRefPtr<Text> node, unsigned offset, unsigned count)
offset             39 Source/core/editing/DeleteFromTextNodeCommand.cpp     , m_offset(offset)
offset             37 Source/core/editing/DeleteFromTextNodeCommand.h     static PassRefPtr<DeleteFromTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, unsigned count)
offset             39 Source/core/editing/DeleteFromTextNodeCommand.h         return adoptRef(new DeleteFromTextNodeCommand(node, offset, count));
offset             43 Source/core/editing/DeleteFromTextNodeCommand.h     DeleteFromTextNodeCommand(PassRefPtr<Text>, unsigned offset, unsigned count);
offset            397 Source/core/editing/DeleteSelectionCommand.cpp static void updatePositionForTextRemoval(Node* node, int offset, int count, Position& position)
offset            402 Source/core/editing/DeleteSelectionCommand.cpp     if (position.offsetInContainerNode() > offset + count)
offset            404 Source/core/editing/DeleteSelectionCommand.cpp     else if (position.offsetInContainerNode() > offset)
offset            405 Source/core/editing/DeleteSelectionCommand.cpp         position.moveToOffset(offset);
offset            408 Source/core/editing/DeleteSelectionCommand.cpp void DeleteSelectionCommand::deleteTextFromNode(PassRefPtr<Text> node, unsigned offset, unsigned count)
offset            411 Source/core/editing/DeleteSelectionCommand.cpp     updatePositionForTextRemoval(node.get(), offset, count, m_endingPosition);
offset            412 Source/core/editing/DeleteSelectionCommand.cpp     updatePositionForTextRemoval(node.get(), offset, count, m_leadingWhitespace);
offset            413 Source/core/editing/DeleteSelectionCommand.cpp     updatePositionForTextRemoval(node.get(), offset, count, m_trailingWhitespace);
offset            414 Source/core/editing/DeleteSelectionCommand.cpp     updatePositionForTextRemoval(node.get(), offset, count, m_downstreamEnd);
offset            416 Source/core/editing/DeleteSelectionCommand.cpp     CompositeEditCommand::deleteTextFromNode(node, offset, count);
offset            547 Source/core/editing/DeleteSelectionCommand.cpp                     int offset = 0;
offset            553 Source/core/editing/DeleteSelectionCommand.cpp                             offset = n->nodeIndex() + 1;
offset            555 Source/core/editing/DeleteSelectionCommand.cpp                     removeChildrenInRange(m_downstreamEnd.deprecatedNode(), offset, m_downstreamEnd.deprecatedEditingOffset());
offset            556 Source/core/editing/DeleteSelectionCommand.cpp                     m_downstreamEnd = createLegacyEditingPosition(m_downstreamEnd.deprecatedNode(), offset);
offset            376 Source/core/editing/FrameSelection.cpp static Position updatePositionAfterAdoptingTextReplacement(const Position& position, CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)
offset            385 Source/core/editing/FrameSelection.cpp     if (positionOffset >= offset && positionOffset <= offset + oldLength)
offset            386 Source/core/editing/FrameSelection.cpp         positionOffset = offset;
offset            390 Source/core/editing/FrameSelection.cpp     if (positionOffset > offset + oldLength)
offset            399 Source/core/editing/FrameSelection.cpp void FrameSelection::didUpdateCharacterData(CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)
offset            405 Source/core/editing/FrameSelection.cpp     Position base = updatePositionAfterAdoptingTextReplacement(m_selection.base(), node, offset, oldLength, newLength);
offset            406 Source/core/editing/FrameSelection.cpp     Position extent = updatePositionAfterAdoptingTextReplacement(m_selection.extent(), node, offset, oldLength, newLength);
offset            407 Source/core/editing/FrameSelection.cpp     Position start = updatePositionAfterAdoptingTextReplacement(m_selection.start(), node, offset, oldLength, newLength);
offset            408 Source/core/editing/FrameSelection.cpp     Position end = updatePositionAfterAdoptingTextReplacement(m_selection.end(), node, offset, oldLength, newLength);
offset            412 Source/core/editing/FrameSelection.cpp static Position updatePostionAfterAdoptingTextNodesMerged(const Position& position, const Text& oldNode, unsigned offset)
offset            421 Source/core/editing/FrameSelection.cpp         return Position(toText(oldNode.previousSibling()), positionOffset + offset);
offset            423 Source/core/editing/FrameSelection.cpp     if (position.anchorNode() == oldNode.parentNode() && positionOffset == offset)
offset            424 Source/core/editing/FrameSelection.cpp         return Position(toText(oldNode.previousSibling()), offset);
offset            429 Source/core/editing/FrameSelection.cpp void FrameSelection::didMergeTextNodes(const Text& oldNode, unsigned offset)
offset            433 Source/core/editing/FrameSelection.cpp     Position base = updatePostionAfterAdoptingTextNodesMerged(m_selection.base(), oldNode, offset);
offset            434 Source/core/editing/FrameSelection.cpp     Position extent = updatePostionAfterAdoptingTextNodesMerged(m_selection.extent(), oldNode, offset);
offset            435 Source/core/editing/FrameSelection.cpp     Position start = updatePostionAfterAdoptingTextNodesMerged(m_selection.start(), oldNode, offset);
offset            436 Source/core/editing/FrameSelection.cpp     Position end = updatePostionAfterAdoptingTextNodesMerged(m_selection.end(), oldNode, offset);
offset            155 Source/core/editing/FrameSelection.h     void didUpdateCharacterData(CharacterData*, unsigned offset, unsigned oldLength, unsigned newLength);
offset            156 Source/core/editing/FrameSelection.h     void didMergeTextNodes(const Text& oldNode, unsigned offset);
offset             37 Source/core/editing/InsertIntoTextNodeCommand.cpp InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text)
offset             40 Source/core/editing/InsertIntoTextNodeCommand.cpp     , m_offset(offset)
offset             37 Source/core/editing/InsertIntoTextNodeCommand.h     static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text)
offset             39 Source/core/editing/InsertIntoTextNodeCommand.h         return adoptRef(new InsertIntoTextNodeCommand(node, offset, text));
offset             43 Source/core/editing/InsertIntoTextNodeCommand.h     InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);
offset            198 Source/core/editing/InsertTextCommand.cpp         const unsigned offset = startPosition.offsetInContainerNode();
offset            200 Source/core/editing/InsertTextCommand.cpp         insertTextIntoNode(textNode, offset, m_text);
offset            201 Source/core/editing/InsertTextCommand.cpp         endPosition = Position(textNode, offset + m_text.length());
offset            234 Source/core/editing/InsertTextCommand.cpp     unsigned offset = node->isTextNode() ? insertPos.offsetInContainerNode() : 0;
offset            239 Source/core/editing/InsertTextCommand.cpp         insertTextIntoNode(textNode, offset, "\t");
offset            240 Source/core/editing/InsertTextCommand.cpp         return Position(textNode.release(), offset + 1);
offset            251 Source/core/editing/InsertTextCommand.cpp         if (offset >= textNode->length())
offset            258 Source/core/editing/InsertTextCommand.cpp             if (offset > 0)
offset            259 Source/core/editing/InsertTextCommand.cpp                 splitTextNode(textNode, offset);
offset             73 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCharactersReplacingEntities(StringBuilder& result, const String& source, unsigned offset, unsigned length, EntityMask entityMask)
offset             89 Source/core/editing/MarkupAccumulator.cpp     if (!(offset + length))
offset             92 Source/core/editing/MarkupAccumulator.cpp     ASSERT(offset + length <= source.length());
offset             94 Source/core/editing/MarkupAccumulator.cpp         appendCharactersReplacingEntitiesInternal(result, source.characters8() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask);
offset             96 Source/core/editing/MarkupAccumulator.cpp         appendCharactersReplacingEntitiesInternal(result, source.characters16() + offset, length, entityMaps, WTF_ARRAY_LENGTH(entityMaps), entityMask);
offset            123 Source/core/editing/PlainTextRange.cpp                 int offset = start() - docTextPosition;
offset            124 Source/core/editing/PlainTextRange.cpp                 resultRange->setStart(textRunRange->startContainer(), offset + textRunRange->startOffset(), IGNORE_EXCEPTION);
offset            135 Source/core/editing/PlainTextRange.cpp                 int offset = end() - docTextPosition;
offset            136 Source/core/editing/PlainTextRange.cpp                 resultRange->setEnd(textRunRange->startContainer(), offset + textRunRange->startOffset(), IGNORE_EXCEPTION);
offset             74 Source/core/editing/RenderedPosition.h     explicit RenderedPosition(RenderObject*, InlineBox*, int offset);
offset            103 Source/core/editing/RenderedPosition.h inline RenderedPosition::RenderedPosition(RenderObject* renderer, InlineBox* box, int offset)
offset            106 Source/core/editing/RenderedPosition.h     , m_offset(offset)
offset             38 Source/core/editing/SplitTextNodeCommand.cpp SplitTextNodeCommand::SplitTextNodeCommand(PassRefPtr<Text> text, int offset)
offset             41 Source/core/editing/SplitTextNodeCommand.cpp     , m_offset(offset)
offset             37 Source/core/editing/SplitTextNodeCommand.h     static PassRefPtr<SplitTextNodeCommand> create(PassRefPtr<Text> node, int offset)
offset             39 Source/core/editing/SplitTextNodeCommand.h         return adoptRef(new SplitTextNodeCommand(node, offset));
offset             43 Source/core/editing/SplitTextNodeCommand.h     SplitTextNodeCommand(PassRefPtr<Text>, int offset);
offset             36 Source/core/editing/SplitTextNodeContainingElementCommand.cpp SplitTextNodeContainingElementCommand::SplitTextNodeContainingElementCommand(PassRefPtr<Text> text, int offset)
offset             37 Source/core/editing/SplitTextNodeContainingElementCommand.cpp     : CompositeEditCommand(text->document()), m_text(text), m_offset(offset)
offset             35 Source/core/editing/SplitTextNodeContainingElementCommand.h     static PassRefPtr<SplitTextNodeContainingElementCommand> create(PassRefPtr<Text> node, int offset)
offset             37 Source/core/editing/SplitTextNodeContainingElementCommand.h         return adoptRef(new SplitTextNodeContainingElementCommand(node, offset));
offset             41 Source/core/editing/SplitTextNodeContainingElementCommand.h     SplitTextNodeContainingElementCommand(PassRefPtr<Text>, int offset);
offset             54 Source/core/editing/TextInsertionBaseCommand.h     unsigned offset = 0;
offset             56 Source/core/editing/TextInsertionBaseCommand.h     while ((newline = string.find('\n', offset)) != kNotFound) {
offset             57 Source/core/editing/TextInsertionBaseCommand.h         operation(offset, newline - offset, false);
offset             58 Source/core/editing/TextInsertionBaseCommand.h         offset = newline + 1;
offset             60 Source/core/editing/TextInsertionBaseCommand.h     if (!offset)
offset             64 Source/core/editing/TextInsertionBaseCommand.h         if (length != offset)
offset             65 Source/core/editing/TextInsertionBaseCommand.h             operation(offset, length - offset, true);
offset            963 Source/core/editing/TextIterator.cpp     int offset = caretMaxOffset(node);
offset            966 Source/core/editing/TextIterator.cpp         offset += collapsedSpaceLength(toRenderText(node->renderer()), offset);
offset            968 Source/core/editing/TextIterator.cpp     return offset;
offset           1513 Source/core/editing/TextIterator.cpp             int offset = r->startOffset() + m_runOffset;
offset           1514 Source/core/editing/TextIterator.cpp             r->setStart(n, offset, ASSERT_NO_EXCEPTION);
offset           1515 Source/core/editing/TextIterator.cpp             r->setEnd(n, offset + 1, ASSERT_NO_EXCEPTION);
offset           1566 Source/core/editing/TextIterator.cpp static PassRefPtrWillBeRawPtr<Range> characterSubrange(CharacterIterator& it, int offset, int length)
offset           1568 Source/core/editing/TextIterator.cpp     it.advance(offset);
offset           1599 Source/core/editing/TextIterator.cpp             int offset = r->endOffset() - m_runOffset;
offset           1600 Source/core/editing/TextIterator.cpp             r->setStart(n, offset - 1, ASSERT_NO_EXCEPTION);
offset           1601 Source/core/editing/TextIterator.cpp             r->setEnd(n, offset, ASSERT_NO_EXCEPTION);
offset           1916 Source/core/editing/TextIterator.cpp     int offset = start;
offset           1918 Source/core/editing/TextIterator.cpp     U16_GET(m_buffer.data(), 0, offset, size, firstCharacter);
offset           1922 Source/core/editing/TextIterator.cpp         U16_PREV(m_buffer.data(), 0, offset, previousCharacter);
offset           1934 Source/core/editing/TextIterator.cpp             offset = start;
offset           1935 Source/core/editing/TextIterator.cpp             U16_FWD_1(m_buffer.data(), offset, size);
offset           1937 Source/core/editing/TextIterator.cpp             if (offset < size)
offset           1938 Source/core/editing/TextIterator.cpp                 U16_GET(m_buffer.data(), 0, offset, size, nextCharacter);
offset            133 Source/core/editing/VisiblePosition.cpp         int offset;
offset            134 Source/core/editing/VisiblePosition.cpp         p.getInlineBoxAndOffset(m_affinity, primaryDirection, box, offset);
offset            141 Source/core/editing/VisiblePosition.cpp             if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretRightmostOffset())
offset            149 Source/core/editing/VisiblePosition.cpp                 offset = box->caretRightmostOffset();
offset            153 Source/core/editing/VisiblePosition.cpp             offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
offset            158 Source/core/editing/VisiblePosition.cpp             if (offset > caretMinOffset && offset < caretMaxOffset)
offset            161 Source/core/editing/VisiblePosition.cpp             if (box->isLeftToRightDirection() ? offset < caretMinOffset : offset > caretMaxOffset) {
offset            180 Source/core/editing/VisiblePosition.cpp                 offset = prevBox->caretRightmostOffset();
offset            184 Source/core/editing/VisiblePosition.cpp             ASSERT(offset == box->caretLeftmostOffset());
offset            195 Source/core/editing/VisiblePosition.cpp                         offset = primaryDirection == LTR ? box->caretMinOffset() : box->caretMaxOffset();
offset            214 Source/core/editing/VisiblePosition.cpp                 offset = box->caretRightmostOffset();
offset            226 Source/core/editing/VisiblePosition.cpp                 offset = box->caretRightmostOffset();
offset            256 Source/core/editing/VisiblePosition.cpp                 offset = primaryDirection == LTR ? box->caretMinOffset() : box->caretMaxOffset();
offset            261 Source/core/editing/VisiblePosition.cpp         p = createLegacyEditingPosition(renderer->node(), offset);
offset            298 Source/core/editing/VisiblePosition.cpp         int offset;
offset            299 Source/core/editing/VisiblePosition.cpp         p.getInlineBoxAndOffset(m_affinity, primaryDirection, box, offset);
offset            306 Source/core/editing/VisiblePosition.cpp             if ((renderer->isReplaced() || renderer->isBR()) && offset == box->caretLeftmostOffset())
offset            314 Source/core/editing/VisiblePosition.cpp                 offset = box->caretLeftmostOffset();
offset            318 Source/core/editing/VisiblePosition.cpp             offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
offset            323 Source/core/editing/VisiblePosition.cpp             if (offset > caretMinOffset && offset < caretMaxOffset)
offset            326 Source/core/editing/VisiblePosition.cpp             if (box->isLeftToRightDirection() ? offset > caretMaxOffset : offset < caretMinOffset) {
offset            345 Source/core/editing/VisiblePosition.cpp                 offset = nextBox->caretLeftmostOffset();
offset            349 Source/core/editing/VisiblePosition.cpp             ASSERT(offset == box->caretRightmostOffset());
offset            360 Source/core/editing/VisiblePosition.cpp                         offset = primaryDirection == LTR ? box->caretMaxOffset() : box->caretMinOffset();
offset            381 Source/core/editing/VisiblePosition.cpp                 offset = box->caretLeftmostOffset();
offset            393 Source/core/editing/VisiblePosition.cpp                 offset = box->caretLeftmostOffset();
offset            424 Source/core/editing/VisiblePosition.cpp                 offset = primaryDirection == LTR ? box->caretMaxOffset() : box->caretMinOffset();
offset            429 Source/core/editing/VisiblePosition.cpp         p = createLegacyEditingPosition(renderer->node(), offset);
offset            641 Source/core/editing/VisiblePosition.cpp     unsigned offset = static_cast<unsigned>(pos.offsetInContainerNode());
offset            644 Source/core/editing/VisiblePosition.cpp     if (offset >= length)
offset            647 Source/core/editing/VisiblePosition.cpp     return textNode->data().characterStartingAt(offset);
offset            448 Source/core/editing/VisibleUnits.cpp typedef unsigned (*BoundarySearchFunction)(const UChar*, unsigned length, unsigned offset, BoundarySearchContextAvailability, bool& needMoreContext);
offset            617 Source/core/editing/VisibleUnits.cpp static unsigned startWordBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext)
offset            619 Source/core/editing/VisibleUnits.cpp     ASSERT(offset);
offset            620 Source/core/editing/VisibleUnits.cpp     if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) {
offset            626 Source/core/editing/VisibleUnits.cpp     U16_BACK_1(characters, 0, offset);
offset            627 Source/core/editing/VisibleUnits.cpp     findWordBoundary(characters, length, offset, &start, &end);
offset            648 Source/core/editing/VisibleUnits.cpp static unsigned endWordBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext)
offset            650 Source/core/editing/VisibleUnits.cpp     ASSERT(offset <= length);
offset            651 Source/core/editing/VisibleUnits.cpp     if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
offset            657 Source/core/editing/VisibleUnits.cpp     findWordBoundary(characters, length, offset, &start, &end);
offset            677 Source/core/editing/VisibleUnits.cpp static unsigned previousWordPositionBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext)
offset            679 Source/core/editing/VisibleUnits.cpp     if (mayHaveMoreContext && !startOfLastWordBoundaryContext(characters, offset)) {
offset            684 Source/core/editing/VisibleUnits.cpp     return findNextWordFromIndex(characters, length, offset, false);
offset            693 Source/core/editing/VisibleUnits.cpp static unsigned nextWordPositionBoundary(const UChar* characters, unsigned length, unsigned offset, BoundarySearchContextAvailability mayHaveMoreContext, bool& needMoreContext)
offset            695 Source/core/editing/VisibleUnits.cpp     if (mayHaveMoreContext && endOfFirstWordBoundaryContext(characters + offset, length - offset) == static_cast<int>(length - offset)) {
offset            700 Source/core/editing/VisibleUnits.cpp     return findNextWordFromIndex(characters, length, offset, true);
offset           1097 Source/core/editing/VisibleUnits.cpp     int offset = p.deprecatedEditingOffset();
offset           1131 Source/core/editing/VisibleUnits.cpp                 int o = offset;
offset           1140 Source/core/editing/VisibleUnits.cpp             offset = 0;
offset           1152 Source/core/editing/VisibleUnits.cpp         ASSERT(type == Position::PositionIsOffsetInAnchor || !offset);
offset           1153 Source/core/editing/VisibleUnits.cpp         return VisiblePosition(Position(node, offset, type), DOWNSTREAM);
offset           1175 Source/core/editing/VisibleUnits.cpp     int offset = p.deprecatedEditingOffset();
offset           1211 Source/core/editing/VisibleUnits.cpp                 int o = n == startNode ? offset : 0;
offset           1218 Source/core/editing/VisibleUnits.cpp             offset = r->caretMaxOffset();
offset           1230 Source/core/editing/VisibleUnits.cpp         return VisiblePosition(Position(node, offset, type), DOWNSTREAM);
offset            965 Source/core/editing/htmlediting.cpp     unsigned offset = position.offsetInContainerNode();
offset            966 Source/core/editing/htmlediting.cpp     return offset < textNode->length() && textNode->data()[offset] == '\n';
offset            489 Source/core/frame/FrameView.cpp IntPoint FrameView::clampOffsetAtScale(const IntPoint& offset, float scale) const
offset            496 Source/core/frame/FrameView.cpp     IntPoint clampedOffset = offset;
offset           2362 Source/core/frame/FrameView.cpp     LayoutSize offset = scrollOffset();
offset           2364 Source/core/frame/FrameView.cpp     if (offset != scrollOffset()) {
offset           2415 Source/core/frame/FrameView.cpp void FrameView::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFactor)
offset           2417 Source/core/frame/FrameView.cpp     m_inputEventsOffsetForEmulation = offset;
offset             86 Source/core/frame/FrameView.h     IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const;
offset            300 Source/core/frame/PinchViewport.cpp void PinchViewport::setScrollOffset(const IntPoint& offset)
offset            302 Source/core/frame/PinchViewport.cpp     setLocation(offset);
offset            351 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const
offset            353 Source/core/html/HTMLCollection.cpp     ASSERT(currentOffset < offset);
offset            356 Source/core/html/HTMLCollection.cpp         return traverseMatchingElementsForwardToOffset(static_cast<const HTMLTagCollection&>(*this), offset, currentElement, currentOffset);
offset            358 Source/core/html/HTMLCollection.cpp         return traverseMatchingElementsForwardToOffset(static_cast<const ClassCollection&>(*this), offset, currentElement, currentOffset);
offset            363 Source/core/html/HTMLCollection.cpp                 if (++currentOffset == offset)
offset            371 Source/core/html/HTMLCollection.cpp                 if (++currentOffset == offset)
offset            376 Source/core/html/HTMLCollection.cpp         return traverseMatchingElementsForwardToOffset(*this, offset, currentElement, currentOffset);
offset             49 Source/core/html/HTMLCollection.h     Element* item(unsigned offset) const { return m_collectionIndexCache.nodeAt(*this, offset); }
offset             63 Source/core/html/HTMLCollection.h     Element* traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const;
offset             86 Source/core/html/HTMLFormControlsCollection.cpp     unsigned offset;
offset             88 Source/core/html/HTMLFormControlsCollection.cpp         offset = 0;
offset             90 Source/core/html/HTMLFormControlsCollection.cpp         offset = m_cachedElementOffsetInArray + 1;
offset             92 Source/core/html/HTMLFormControlsCollection.cpp         offset = findFormAssociatedElement(associatedElements, previous) + 1;
offset             94 Source/core/html/HTMLFormControlsCollection.cpp     for (unsigned i = offset; i < associatedElements.size(); ++i) {
offset            413 Source/core/html/HTMLTextFormControlElement.cpp static inline void setContainerAndOffsetForRange(Node* node, int offset, Node*& containerNode, int& offsetInContainer)
offset            417 Source/core/html/HTMLTextFormControlElement.cpp         offsetInContainer = offset;
offset            420 Source/core/html/HTMLTextFormControlElement.cpp         offsetInContainer = node->nodeIndex() + offset;
offset            440 Source/core/html/HTMLTextFormControlElement.cpp     int offset = 0;
offset            448 Source/core/html/HTMLTextFormControlElement.cpp         if (offset <= start && start <= offset + length)
offset            449 Source/core/html/HTMLTextFormControlElement.cpp             setContainerAndOffsetForRange(node, start - offset, startNode, start);
offset            451 Source/core/html/HTMLTextFormControlElement.cpp         if (offset <= end && end <= offset + length) {
offset            452 Source/core/html/HTMLTextFormControlElement.cpp             setContainerAndOffsetForRange(node, end - offset, endNode, end);
offset            456 Source/core/html/HTMLTextFormControlElement.cpp         offset += length;
offset            105 Source/core/html/MediaFragmentURIParser.cpp     unsigned offset = 0;
offset            107 Source/core/html/MediaFragmentURIParser.cpp     while (offset < end) {
offset            113 Source/core/html/MediaFragmentURIParser.cpp         size_t parameterStart = offset;
offset            114 Source/core/html/MediaFragmentURIParser.cpp         size_t parameterEnd = fragmentString.find('&', offset);
offset            118 Source/core/html/MediaFragmentURIParser.cpp         size_t equalOffset = fragmentString.find('=', offset);
offset            120 Source/core/html/MediaFragmentURIParser.cpp             offset = parameterEnd + 1;
offset            148 Source/core/html/MediaFragmentURIParser.cpp         offset = parameterEnd + 1;
offset            199 Source/core/html/MediaFragmentURIParser.cpp     unsigned offset = 0;
offset            201 Source/core/html/MediaFragmentURIParser.cpp             offset += nptIdentiferLength;
offset            203 Source/core/html/MediaFragmentURIParser.cpp     if (offset == length)
offset            209 Source/core/html/MediaFragmentURIParser.cpp     if (timeString[offset] == ',')
offset            212 Source/core/html/MediaFragmentURIParser.cpp         if (!parseNPTTime(timeString, length, offset, startTime))
offset            216 Source/core/html/MediaFragmentURIParser.cpp     if (offset == length)
offset            219 Source/core/html/MediaFragmentURIParser.cpp     if (timeString[offset] != ',')
offset            221 Source/core/html/MediaFragmentURIParser.cpp     if (++offset == length)
offset            224 Source/core/html/MediaFragmentURIParser.cpp     if (!parseNPTTime(timeString, length, offset, endTime))
offset            227 Source/core/html/MediaFragmentURIParser.cpp     if (offset != length)
offset            236 Source/core/html/MediaFragmentURIParser.cpp bool MediaFragmentURIParser::parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time)
offset            241 Source/core/html/MediaFragmentURIParser.cpp     if (offset >= length || !isASCIIDigit(timeString[offset]))
offset            263 Source/core/html/MediaFragmentURIParser.cpp     String digits1 = collectDigits(timeString, length, offset);
offset            265 Source/core/html/MediaFragmentURIParser.cpp     if (offset >= length || timeString[offset] == ',') {
offset            271 Source/core/html/MediaFragmentURIParser.cpp     if (timeString[offset] == '.') {
offset            272 Source/core/html/MediaFragmentURIParser.cpp         if (offset == length)
offset            274 Source/core/html/MediaFragmentURIParser.cpp         String digits = collectFraction(timeString, length, offset);
offset            286 Source/core/html/MediaFragmentURIParser.cpp     if (offset >= length || timeString[offset++] != ':')
offset            288 Source/core/html/MediaFragmentURIParser.cpp     if (offset >= length || !isASCIIDigit(timeString[(offset)]))
offset            290 Source/core/html/MediaFragmentURIParser.cpp     String digits2 = collectDigits(timeString, length, offset);
offset            297 Source/core/html/MediaFragmentURIParser.cpp     if (mode == hours || (offset < length && timeString[offset] == ':')) {
offset            298 Source/core/html/MediaFragmentURIParser.cpp         if (offset >= length || timeString[offset++] != ':')
offset            300 Source/core/html/MediaFragmentURIParser.cpp         if (offset >= length || !isASCIIDigit(timeString[offset]))
offset            302 Source/core/html/MediaFragmentURIParser.cpp         String digits3 = collectDigits(timeString, length, offset);
offset            312 Source/core/html/MediaFragmentURIParser.cpp     if (offset < length && timeString[offset] == '.')
offset            313 Source/core/html/MediaFragmentURIParser.cpp         fraction = collectFraction(timeString, length, offset).toDouble();
offset             53 Source/core/html/MediaFragmentURIParser.h     bool parseNPTTime(const LChar*, unsigned length, unsigned& offset, double& time);
offset             78 Source/core/html/canvas/ANGLEInstancedArrays.cpp void ANGLEInstancedArrays::drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount)
offset             83 Source/core/html/canvas/ANGLEInstancedArrays.cpp     m_context->drawElementsInstancedANGLE(mode, count, type, offset, primcount);
offset             51 Source/core/html/canvas/ANGLEInstancedArrays.h     void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount);
offset            618 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setLineDashOffset(float offset)
offset            620 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (!std::isfinite(offset) || state().m_lineDashOffset == offset)
offset            624 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_lineDashOffset = offset;
offset           1418 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::setShadow(const FloatSize& offset, float blur, RGBA32 color)
offset           1420 Source/core/html/canvas/CanvasRenderingContext2D.cpp     if (state().m_shadowOffset == offset && state().m_shadowBlur == blur && state().m_shadowColor == color)
offset           1424 Source/core/html/canvas/CanvasRenderingContext2D.cpp     modifiableState().m_shadowOffset = offset;
offset           1468 Source/core/html/canvas/CanvasRenderingContext2D.cpp     FloatSize offset = dstRect->location() - scaledSrcLocation;
offset           1475 Source/core/html/canvas/CanvasRenderingContext2D.cpp     dstRect->move(offset);
offset            289 Source/core/html/canvas/CanvasRenderingContext2D.h     void setShadow(const FloatSize& offset, float blur, RGBA32 color);
offset           1210 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::bufferSubData(GLenum target, long long offset, ArrayBuffer* data)
offset           1217 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (offset < 0) {
offset           1224 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferSubData(target, static_cast<GLintptr>(offset), data->byteLength(), data->data());
offset           1227 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::bufferSubData(GLenum target, long long offset, ArrayBufferView* data)
offset           1234 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (offset < 0) {
offset           1241 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->bufferSubData(target, static_cast<GLintptr>(offset), data->byteLength(), data->baseAddress());
offset           1775 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawElements(GLenum mode, GLsizei count, GLenum type, long long offset)
offset           1777 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateDrawElements("drawElements", mode, count, type, offset))
offset           1783 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawElements(mode, count, type, static_cast<GLintptr>(offset));
offset           1804 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount)
offset           1806 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateDrawElements("drawElementsInstancedANGLE", mode, count, type, offset))
offset           1815 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawElementsInstancedANGLE(mode, count, type, static_cast<GLintptr>(offset), primcount);
offset           4062 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::vertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, long long offset)
offset           4081 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (size < 1 || size > 4 || stride < 0 || stride > 255 || offset < 0) {
offset           4095 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if ((stride % typeSize) || (static_cast<GLintptr>(offset) % typeSize)) {
offset           4101 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_boundVertexArrayObject->setVertexAttribState(index, bytesPerElement, size, type, normalized, stride, static_cast<GLintptr>(offset), m_boundArrayBuffer);
offset           4102 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->vertexAttribPointer(index, size, type, normalized, stride, static_cast<GLintptr>(offset));
offset           5193 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset)
offset           5215 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (count < 0 || offset < 0) {
offset            128 Source/core/html/canvas/WebGLRenderingContextBase.h     void bufferSubData(GLenum target, long long offset, ArrayBuffer* data);
offset            129 Source/core/html/canvas/WebGLRenderingContextBase.h     void bufferSubData(GLenum target, long long offset, ArrayBufferView* data);
offset            168 Source/core/html/canvas/WebGLRenderingContextBase.h     void drawElements(GLenum mode, GLsizei count, GLenum type, long long offset);
offset            171 Source/core/html/canvas/WebGLRenderingContextBase.h     void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, GLintptr offset, GLsizei primcount);
offset            306 Source/core/html/canvas/WebGLRenderingContextBase.h         GLsizei stride, long long offset);
offset            835 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateDrawElements(const char* functionName, GLenum mode, GLsizei count, GLenum type, long long offset);
offset             93 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     GLuint index, GLsizei bytesPerElement, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLintptr offset, PassRefPtr<WebGLBuffer> buffer)
offset            111 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     state.offset = offset;
offset             57 Source/core/html/canvas/WebGLVertexArrayObjectOES.h             , offset(0)
offset             70 Source/core/html/canvas/WebGLVertexArrayObjectOES.h         GLintptr offset;
offset             97 Source/core/html/forms/BaseDateAndTimeInputType.cpp     int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
offset             98 Source/core/html/forms/BaseDateAndTimeInputType.cpp     return Decimal::fromDouble(ms + (offset * msPerMinute));
offset             92 Source/core/html/forms/MonthInputType.cpp     int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
offset             93 Source/core/html/forms/MonthInputType.cpp     current += offset * msPerMinute;
offset             79 Source/core/html/forms/TimeInputType.cpp     int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
offset             80 Source/core/html/forms/TimeInputType.cpp     current += offset * msPerMinute;
offset            169 Source/core/html/parser/CSSPreloadScanner.cpp     size_t offset = 0;
offset            172 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset])) {
offset            173 Source/core/html/parser/CSSPreloadScanner.cpp         ++offset;
offset            176 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset + reducedLength - 1]))
offset            180 Source/core/html/parser/CSSPreloadScanner.cpp         && (string[offset] == 'u' || string[offset] == 'U')
offset            181 Source/core/html/parser/CSSPreloadScanner.cpp         && (string[offset + 1] == 'r' || string[offset + 1] == 'R')
offset            182 Source/core/html/parser/CSSPreloadScanner.cpp         && (string[offset + 2] == 'l' || string[offset + 2] == 'L')
offset            183 Source/core/html/parser/CSSPreloadScanner.cpp         && string[offset + 3] == '('
offset            184 Source/core/html/parser/CSSPreloadScanner.cpp         && string[offset + reducedLength - 1] == ')') {
offset            185 Source/core/html/parser/CSSPreloadScanner.cpp         offset += 4;
offset            189 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset])) {
offset            190 Source/core/html/parser/CSSPreloadScanner.cpp         ++offset;
offset            193 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset + reducedLength - 1]))
offset            196 Source/core/html/parser/CSSPreloadScanner.cpp     if (reducedLength < 2 || string[offset] != string[offset + reducedLength - 1] || !(string[offset] == '\'' || string[offset] == '"'))
offset            198 Source/core/html/parser/CSSPreloadScanner.cpp     offset++;
offset            201 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset])) {
offset            202 Source/core/html/parser/CSSPreloadScanner.cpp         ++offset;
offset            205 Source/core/html/parser/CSSPreloadScanner.cpp     while (reducedLength && isHTMLSpace<UChar>(string[offset + reducedLength - 1]))
offset            208 Source/core/html/parser/CSSPreloadScanner.cpp     return string.substring(offset, reducedLength);
offset            128 Source/core/html/parser/HTMLToken.h     void setBaseOffset(int offset)
offset            130 Source/core/html/parser/HTMLToken.h         m_baseOffset = offset;
offset            303 Source/core/html/parser/HTMLToken.h     void beginAttributeName(int offset)
offset            305 Source/core/html/parser/HTMLToken.h         m_currentAttribute->nameRange.start = offset - m_baseOffset;
offset            308 Source/core/html/parser/HTMLToken.h     void endAttributeName(int offset)
offset            310 Source/core/html/parser/HTMLToken.h         int index = offset - m_baseOffset;
offset            316 Source/core/html/parser/HTMLToken.h     void beginAttributeValue(int offset)
offset            318 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.start = offset - m_baseOffset;
offset            324 Source/core/html/parser/HTMLToken.h     void endAttributeValue(int offset)
offset            326 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.end = offset - m_baseOffset;
offset            595 Source/core/html/shadow/DateTimeFieldElements.cpp     int offset = static_cast<int>((utcOffset + dstOffset) / msPerMinute);
offset            596 Source/core/html/shadow/DateTimeFieldElements.cpp     current += offset * msPerMinute;
offset            173 Source/core/html/shadow/SliderThumbElement.cpp     LayoutUnit offset = percentageOffset * availableExtent;
offset            176 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setY(thumbLocation.y() + track->contentHeight() - thumb->height() - offset);
offset            178 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setX(thumbLocation.x() + offset);
offset            180 Source/core/html/shadow/SliderThumbElement.cpp         thumbLocation.setX(thumbLocation.x() - offset);
offset            257 Source/core/html/shadow/SliderThumbElement.cpp     LayoutPoint offset = roundedLayoutPoint(input->renderer()->absoluteToLocal(point, UseTransforms));
offset            273 Source/core/html/shadow/SliderThumbElement.cpp         position = offset.y() - renderBox()->height() / 2 - trackBoundingBox.y() + inputBoundingBox.y() - renderBox()->marginBottom();
offset            277 Source/core/html/shadow/SliderThumbElement.cpp         position = offset.x() - renderBox()->width() / 2 - trackBoundingBox.x() + inputBoundingBox.x();
offset            506 Source/core/html/track/vtt/VTTCue.cpp     VTTTextRunIterator(const TextRun* textRun, unsigned offset) : TextRunIterator(textRun, offset) { }
offset            116 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startRuleHeader(CSSRuleSourceData::Type type, unsigned offset)
offset            123 Source/core/inspector/InspectorStyleSheet.cpp     data->ruleHeaderRange.start = offset;
offset            143 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::endRuleHeader(unsigned offset)
offset            148 Source/core/inspector/InspectorStyleSheet.cpp         setRuleHeaderEnd<LChar>(m_parsedText.characters8(), offset);
offset            150 Source/core/inspector/InspectorStyleSheet.cpp         setRuleHeaderEnd<UChar>(m_parsedText.characters16(), offset);
offset            153 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startSelector(unsigned offset)
offset            155 Source/core/inspector/InspectorStyleSheet.cpp     m_selectorRangeStart = offset;
offset            158 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::endSelector(unsigned offset)
offset            161 Source/core/inspector/InspectorStyleSheet.cpp     m_currentRuleDataStack.last()->selectorRanges.append(SourceRange(m_selectorRangeStart, offset));
offset            165 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startRuleBody(unsigned offset)
offset            169 Source/core/inspector/InspectorStyleSheet.cpp     if (m_parsedText[offset] == '{')
offset            170 Source/core/inspector/InspectorStyleSheet.cpp         ++offset; // Skip the rule body opening brace.
offset            171 Source/core/inspector/InspectorStyleSheet.cpp     m_currentRuleDataStack.last()->ruleBodyRange.start = offset;
offset            174 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::endRuleBody(unsigned offset, bool error)
offset            177 Source/core/inspector/InspectorStyleSheet.cpp     m_currentRuleDataStack.last()->ruleBodyRange.end = offset;
offset            262 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startProperty(unsigned offset)
offset            266 Source/core/inspector/InspectorStyleSheet.cpp     m_propertyRangeStart = offset;
offset            269 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserError errorType)
offset            278 Source/core/inspector/InspectorStyleSheet.cpp     ASSERT(offset <= m_parsedText.length());
offset            279 Source/core/inspector/InspectorStyleSheet.cpp     if (offset < m_parsedText.length() && m_parsedText[offset] == ';') // Include semicolon into the property text.
offset            280 Source/core/inspector/InspectorStyleSheet.cpp         ++offset;
offset            283 Source/core/inspector/InspectorStyleSheet.cpp     const unsigned end = offset;
offset            300 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::startComment(unsigned offset)
offset            303 Source/core/inspector/InspectorStyleSheet.cpp     m_commentRangeStart = offset;
offset            306 Source/core/inspector/InspectorStyleSheet.cpp void StyleSheetHandler::endComment(unsigned offset)
offset            308 Source/core/inspector/InspectorStyleSheet.cpp     ASSERT(offset <= m_parsedText.length());
offset            324 Source/core/inspector/InspectorStyleSheet.cpp     String commentText = m_parsedText.substring(startOffset, offset - startOffset);
offset            353 Source/core/inspector/InspectorStyleSheet.cpp         CSSPropertySourceData(propertyData.name, propertyData.value, false, true, true, SourceRange(startOffset - topRuleBodyRangeStart, offset - topRuleBodyRangeStart)));
offset            898 Source/core/inspector/InspectorStyleSheet.cpp bool InspectorStyleSheetBase::lineNumberAndColumnToOffset(unsigned lineNumber, unsigned columnNumber, unsigned* offset)
offset            907 Source/core/inspector/InspectorStyleSheet.cpp     *offset = position.toOffset(*endings).zeroBasedInt();
offset           1178 Source/core/inspector/InspectorStyleSheet.cpp         int offset = 0;
offset           1179 Source/core/inspector/InspectorStyleSheet.cpp         while ((offset = comment.match(selector, offset, &matchLength)) >= 0)
offset           1180 Source/core/inspector/InspectorStyleSheet.cpp             selector.replace(offset, matchLength, "");
offset            193 Source/core/inspector/InspectorStyleSheet.h     bool lineNumberAndColumnToOffset(unsigned lineNumber, unsigned columnNumber, unsigned* offset);
offset            229 Source/core/loader/EmptyClients.h     virtual bool navigateBackForward(int offset) const OVERRIDE { return false; }
offset            131 Source/core/loader/FrameLoaderClient.h         virtual bool navigateBackForward(int offset) const = 0;
offset            155 Source/core/page/AutoscrollController.cpp     IntSize offset = scrollable->calculateAutoscrollDirection(eventPosition);
offset            156 Source/core/page/AutoscrollController.cpp     if (offset.isZero()) {
offset            161 Source/core/page/AutoscrollController.cpp     m_dragAndDropAutoscrollReferencePosition = eventPosition + offset;
offset            197 Source/core/page/DOMSelection.cpp void DOMSelection::collapse(Node* node, int offset, ExceptionState& exceptionState)
offset            202 Source/core/page/DOMSelection.cpp     if (offset < 0) {
offset            203 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
offset            211 Source/core/page/DOMSelection.cpp     m_frame->selection().moveTo(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM));
offset            326 Source/core/page/DOMSelection.cpp void DOMSelection::extend(Node* node, int offset, ExceptionState& exceptionState)
offset            336 Source/core/page/DOMSelection.cpp     if (offset < 0) {
offset            337 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
offset            340 Source/core/page/DOMSelection.cpp     if (offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->countChildren())) {
offset            341 Source/core/page/DOMSelection.cpp         exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length.");
offset            349 Source/core/page/DOMSelection.cpp     m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM));
offset            368 Source/core/page/DOMSelection.cpp         int offset = shadowAncestor->nodeIndex();
offset            369 Source/core/page/DOMSelection.cpp         return Range::create(shadowAncestor->document(), container, offset, container, offset);
offset             82 Source/core/page/DOMSelection.h     void collapse(Node*, int offset, ExceptionState&);
offset             85 Source/core/page/DOMSelection.h     void extend(Node*, int offset, ExceptionState&);
offset            485 Source/core/page/SpatialNavigation.cpp     LayoutSize offset = frame->view()->scrollOffset();
offset            490 Source/core/page/SpatialNavigation.cpp         return offset.width() > 0;
offset            492 Source/core/page/SpatialNavigation.cpp         return offset.height() > 0;
offset            494 Source/core/page/SpatialNavigation.cpp         return rect.width() + offset.width() < size.width();
offset            496 Source/core/page/SpatialNavigation.cpp         return rect.height() + offset.height() < size.height();
offset            163 Source/core/page/TouchAdjustment.cpp         int offset;
offset            164 Source/core/page/TouchAdjustment.cpp         while ((offset = wordIterator->next()) != -1) {
offset            167 Source/core/page/TouchAdjustment.cpp                 textRenderer->absoluteQuadsForRange(quads, lastOffset, offset);
offset            170 Source/core/page/TouchAdjustment.cpp             lastOffset = offset;
offset             33 Source/core/page/scrolling/ScrollingConstraints.cpp     FloatSize offset;
offset             36 Source/core/page/scrolling/ScrollingConstraints.cpp         offset.setWidth(viewportRect.x() - m_viewportRectAtLastLayout.x());
offset             38 Source/core/page/scrolling/ScrollingConstraints.cpp         offset.setWidth(viewportRect.maxX() - m_viewportRectAtLastLayout.maxX());
offset             41 Source/core/page/scrolling/ScrollingConstraints.cpp         offset.setHeight(viewportRect.y() - m_viewportRectAtLastLayout.y());
offset             43 Source/core/page/scrolling/ScrollingConstraints.cpp         offset.setHeight(viewportRect.maxY() - m_viewportRectAtLastLayout.maxY());
offset             45 Source/core/page/scrolling/ScrollingConstraints.cpp     return m_layerPositionAtLastLayout + offset;
offset             97 Source/core/page/scrolling/ScrollingConstraints.cpp     FloatSize offset = computeStickyOffset(viewportRect);
offset             98 Source/core/page/scrolling/ScrollingConstraints.cpp     return m_layerPositionAtLastLayout + offset - m_stickyOffsetAtLastLayout;
offset             65 Source/core/page/scrolling/ScrollingConstraints.h     void setAlignmentOffset(const FloatSize& offset) { m_alignmentOffset = offset; }
offset            137 Source/core/page/scrolling/ScrollingConstraints.h     void setStickyOffsetAtLastLayout(const FloatSize& offset) { m_stickyOffsetAtLastLayout = offset; }
offset            149 Source/core/page/scrolling/ScrollingConstraints.h     void setLeftOffset(float offset) { m_leftOffset = offset; }
offset            150 Source/core/page/scrolling/ScrollingConstraints.h     void setRightOffset(float offset) { m_rightOffset = offset; }
offset            151 Source/core/page/scrolling/ScrollingConstraints.h     void setTopOffset(float offset) { m_topOffset = offset; }
offset            152 Source/core/page/scrolling/ScrollingConstraints.h     void setBottomOffset(float offset) { m_bottomOffset = offset; }
offset            681 Source/core/page/scrolling/ScrollingCoordinator.cpp     IntPoint offset = frameLocation;
offset            682 Source/core/page/scrolling/ScrollingCoordinator.cpp     offset.moveBy(frameView->frameRect().location());
offset            691 Source/core/page/scrolling/ScrollingCoordinator.cpp             box.moveBy(offset);
offset            705 Source/core/page/scrolling/ScrollingCoordinator.cpp             corner.moveBy(offset);
offset            723 Source/core/page/scrolling/ScrollingCoordinator.cpp         shouldHandleScrollGestureOnMainThreadRegion.unite(computeShouldHandleScrollGestureOnMainThreadRegion(subFrame, offset));
offset            241 Source/core/rendering/ClipRect.h     void moveBy(const LayoutPoint& offset)
offset            243 Source/core/rendering/ClipRect.h         layerBounds.moveBy(offset);
offset            244 Source/core/rendering/ClipRect.h         backgroundRect.moveBy(offset);
offset            245 Source/core/rendering/ClipRect.h         foregroundRect.moveBy(offset);
offset            246 Source/core/rendering/ClipRect.h         outlineRect.moveBy(offset);
offset            247 Source/core/rendering/ClipRect.h         paginationClip.moveBy(offset);
offset             74 Source/core/rendering/EllipsisBox.cpp             FloatSize offset(shadowX, shadowY);
offset             75 Source/core/rendering/EllipsisBox.cpp             drawLooperBuilder->addShadow(offset, shadow.blur(), shadow.color(),
offset            380 Source/core/rendering/FilterEffectRenderer.cpp     FloatPoint offset = filter->sourceImageRect().location();
offset            381 Source/core/rendering/FilterEffectRenderer.cpp     sourceGraphicsContext->translate(-offset.x(), -offset.y());
offset             88 Source/core/rendering/FloatingObjects.cpp PassOwnPtr<FloatingObject> FloatingObject::copyToNewContainer(LayoutSize offset, bool shouldPaint, bool isDescendant) const
offset             90 Source/core/rendering/FloatingObjects.cpp     return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
offset            106 Source/core/rendering/FloatingObjects.cpp     ComputeFloatOffsetAdapter(const RenderBlockFlow* renderer, int lineTop, int lineBottom, LayoutUnit offset)
offset            110 Source/core/rendering/FloatingObjects.cpp         , m_offset(offset)
offset            136 Source/core/rendering/FloatingObjects.cpp     ComputeFloatOffsetForFloatLayoutAdapter(const RenderBlockFlow* renderer, LayoutUnit lineTop, LayoutUnit lineBottom, LayoutUnit offset)
offset            137 Source/core/rendering/FloatingObjects.cpp         : ComputeFloatOffsetAdapter<FloatTypeValue>(renderer, lineTop, lineBottom, offset)
offset            152 Source/core/rendering/FloatingObjects.cpp     ComputeFloatOffsetForLineLayoutAdapter(const RenderBlockFlow* renderer, LayoutUnit lineTop, LayoutUnit lineBottom, LayoutUnit offset)
offset            153 Source/core/rendering/FloatingObjects.cpp         : ComputeFloatOffsetAdapter<FloatTypeValue>(renderer, lineTop, lineBottom, offset)
offset            388 Source/core/rendering/FloatingObjects.cpp     return adapter.offset();
offset            400 Source/core/rendering/FloatingObjects.cpp     return min(fixedOffset, adapter.offset());
offset            408 Source/core/rendering/FloatingObjects.cpp     return adapter.offset();
offset            416 Source/core/rendering/FloatingObjects.cpp     return min(fixedOffset, adapter.offset());
offset             79 Source/core/rendering/HitTestLocation.cpp HitTestLocation::HitTestLocation(const HitTestLocation& other, const LayoutSize& offset)
offset             87 Source/core/rendering/HitTestLocation.cpp     move(offset);
offset            116 Source/core/rendering/HitTestLocation.cpp void HitTestLocation::move(const LayoutSize& offset)
offset            118 Source/core/rendering/HitTestLocation.cpp     m_point.move(offset);
offset            119 Source/core/rendering/HitTestLocation.cpp     m_transformedPoint.move(offset);
offset            120 Source/core/rendering/HitTestLocation.cpp     m_transformedRect.move(offset);
offset             52 Source/core/rendering/HitTestLocation.h     HitTestLocation(const HitTestLocation&, const LayoutSize& offset);
offset             81 Source/core/rendering/HitTestLocation.h     void move(const LayoutSize& offset);
offset             66 Source/core/rendering/InlineIterator.h     void moveTo(RenderObject* object, unsigned offset, int nextBreak = -1)
offset             69 Source/core/rendering/InlineIterator.h         m_pos = offset;
offset             79 Source/core/rendering/InlineIterator.h     unsigned offset() const { return m_pos; }
offset            113 Source/core/rendering/InlineIterator.h     return it1.offset() == it2.offset() && it1.object() == it2.object();
offset            118 Source/core/rendering/InlineIterator.h     return it1.offset() != it2.offset() || it1.object() != it2.object();
offset            447 Source/core/rendering/InlineIterator.h         m_current.moveTo(m_current.object(), end.offset(), m_current.nextBreakablePosition());
offset            645 Source/core/rendering/InlineIterator.h         start = nextMidpoint.offset();
offset            657 Source/core/rendering/InlineIterator.h         if (nextMidpoint.offset() + 1 <= end) {
offset            660 Source/core/rendering/InlineIterator.h             if (nextMidpoint.offset() != UINT_MAX) { // UINT_MAX means stop at the object and don't nclude any of it.
offset            661 Source/core/rendering/InlineIterator.h                 if (nextMidpoint.offset() + 1 > start)
offset            662 Source/core/rendering/InlineIterator.h                     appendRunObjectIfNecessary(obj, start, nextMidpoint.offset() + 1, resolver, behavior, tracker);
offset            663 Source/core/rendering/InlineIterator.h                 return adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, nextMidpoint.offset() + 1, end, resolver, behavior, tracker);
offset            685 Source/core/rendering/InlineIterator.h         int start = m_sor.offset();
offset            696 Source/core/rendering/InlineIterator.h         bool isEndOfLine = obj == m_endOfLine.object() && !m_endOfLine.offset();
offset            698 Source/core/rendering/InlineIterator.h             unsigned pos = obj == m_eor.object() ? m_eor.offset() : INT_MAX;
offset            699 Source/core/rendering/InlineIterator.h             if (obj == m_endOfRunAtEndOfLine.object() && m_endOfRunAtEndOfLine.offset() <= pos) {
offset            701 Source/core/rendering/InlineIterator.h                 pos = m_endOfRunAtEndOfLine.offset();
offset            293 Source/core/rendering/InlineTextBox.cpp         int offset = offsetForPosition(ellipsisX, false);
offset            294 Source/core/rendering/InlineTextBox.cpp         if (offset == 0) {
offset            303 Source/core/rendering/InlineTextBox.cpp         m_truncation = offset;
offset            307 Source/core/rendering/InlineTextBox.cpp         float widthOfVisibleText = toRenderText(renderer()).width(m_start, offset, textPos(), flowIsLTR ? LTR : RTL, isFirstLineStyle());
offset            404 Source/core/rendering/InlineTextBox.cpp             FloatSize offset(shadowX, shadowY);
offset            405 Source/core/rendering/InlineTextBox.cpp             drawLooperBuilder->addShadow(offset, shadow.blur(), shadow.color(),
offset            876 Source/core/rendering/InlineTextBox.cpp     int offset = m_start;
offset            877 Source/core/rendering/InlineTextBox.cpp     int sPos = max(startPos - offset, 0);
offset            878 Source/core/rendering/InlineTextBox.cpp     int ePos = min(endPos - offset, (int)m_len);
offset            931 Source/core/rendering/InlineTextBox.cpp         const float offset = inlineTextBox->root().maxLogicalTop() - inlineTextBox->logicalTop();
offset            932 Source/core/rendering/InlineTextBox.cpp         if (offset > 0)
offset            933 Source/core/rendering/InlineTextBox.cpp             return inlineTextBox->logicalHeight() + gap + offset;
offset           1437 Source/core/rendering/InlineTextBox.cpp float InlineTextBox::positionForOffset(int offset) const
offset           1439 Source/core/rendering/InlineTextBox.cpp     ASSERT(offset >= m_start);
offset           1440 Source/core/rendering/InlineTextBox.cpp     ASSERT(offset <= m_start + m_len);
offset           1451 Source/core/rendering/InlineTextBox.cpp     int from = !isLeftToRightDirection() ? offset - m_start : 0;
offset           1452 Source/core/rendering/InlineTextBox.cpp     int to = !isLeftToRightDirection() ? m_len : offset - m_start;
offset           1457 Source/core/rendering/InlineTextBox.cpp bool InlineTextBox::containsCaretOffset(int offset) const
offset           1460 Source/core/rendering/InlineTextBox.cpp     if (offset < m_start)
offset           1466 Source/core/rendering/InlineTextBox.cpp     if (offset < pastEnd)
offset           1470 Source/core/rendering/InlineTextBox.cpp     if (offset > pastEnd)
offset            161 Source/core/rendering/InlineTextBox.h     virtual float positionForOffset(int offset) const;
offset            163 Source/core/rendering/InlineTextBox.h     bool containsCaretOffset(int offset) const; // false for offset after line break
offset             36 Source/core/rendering/LayoutState.cpp LayoutState::LayoutState(LayoutState* prev, RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
offset             49 Source/core/rendering/LayoutState.cpp         m_paintOffset = LayoutSize(fixedOffset.x(), fixedOffset.y()) + offset;
offset             51 Source/core/rendering/LayoutState.cpp         m_paintOffset = prev->m_paintOffset + offset;
offset             62 Source/core/rendering/LayoutState.h     LayoutState(LayoutState*, RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageHeightLogicalChanged, ColumnInfo*);
offset           1867 Source/core/rendering/RenderBlock.cpp         LayoutSize offset = isHorizontalWritingMode() ? LayoutSize(logicalLeftOffset, currLogicalTopOffset) : LayoutSize(currLogicalTopOffset, logicalLeftOffset);
offset           1870 Source/core/rendering/RenderBlock.cpp                 offset.expand(0, colRect.y() - borderTop() - paddingTop());
offset           1872 Source/core/rendering/RenderBlock.cpp                 offset.expand(colRect.x() - borderLeft() - paddingLeft(), 0);
offset           1895 Source/core/rendering/RenderBlock.cpp             LayoutPoint adjustedPaintOffset = paintOffset + offset;
offset           2248 Source/core/rendering/RenderBlock.cpp static void clipOutPositionedObjects(const PaintInfo* paintInfo, const LayoutPoint& offset, TrackedRendererListHashSet* positionedObjects)
offset           2256 Source/core/rendering/RenderBlock.cpp         paintInfo->context->clipOut(IntRect(offset.x() + r->x(), offset.y() + r->y(), r->width(), r->height()));
offset           2467 Source/core/rendering/RenderBlock.cpp RenderBlock* RenderBlock::blockBeforeWithinSelectionRoot(LayoutSize& offset) const
offset           2479 Source/core/rendering/RenderBlock.cpp         offset -= LayoutSize(toRenderBlock(object)->logicalLeft(), toRenderBlock(object)->logicalTop());
offset           2488 Source/core/rendering/RenderBlock.cpp     offset += LayoutSize(beforeBlock->logicalLeft(), beforeBlock->logicalTop());
offset           2493 Source/core/rendering/RenderBlock.cpp         offset += LayoutSize(beforeBlock->logicalLeft(), beforeBlock->logicalTop());
offset           2838 Source/core/rendering/RenderBlock.cpp     void adjust(LayoutSize& offset) const
offset           2841 Source/core/rendering/RenderBlock.cpp         offset += m_isHorizontal ? LayoutSize(currLogicalLeftOffset, m_currLogicalTopOffset) : LayoutSize(m_currLogicalTopOffset, currLogicalLeftOffset);
offset           2844 Source/core/rendering/RenderBlock.cpp                 offset.expand(0, m_colRect.y() - m_block.borderTop() - m_block.paddingTop());
offset           2846 Source/core/rendering/RenderBlock.cpp                 offset.expand(m_colRect.x() - m_block.borderLeft() - m_block.paddingLeft(), 0);
offset           2884 Source/core/rendering/RenderBlock.cpp             LayoutSize offset;
offset           2885 Source/core/rendering/RenderBlock.cpp             it.adjust(offset);
offset           2886 Source/core/rendering/RenderBlock.cpp             LayoutPoint finalLocation = accumulatedOffset + offset;
offset           2897 Source/core/rendering/RenderBlock.cpp void RenderBlock::adjustForColumnRect(LayoutSize& offset, const LayoutPoint& locationInContainer) const
offset           2902 Source/core/rendering/RenderBlock.cpp             it.adjust(offset);
offset           3134 Source/core/rendering/RenderBlock.cpp void RenderBlock::offsetForContents(LayoutPoint& offset) const
offset           3136 Source/core/rendering/RenderBlock.cpp     offset = flipForWritingMode(offset);
offset           3139 Source/core/rendering/RenderBlock.cpp         offset += scrolledContentOffset();
offset           3142 Source/core/rendering/RenderBlock.cpp         adjustPointToColumnContents(offset);
offset           3144 Source/core/rendering/RenderBlock.cpp     offset = flipForWritingMode(offset);
offset           3458 Source/core/rendering/RenderBlock.cpp void RenderBlock::adjustForColumns(LayoutSize& offset, const LayoutPoint& point) const
offset           3482 Source/core/rendering/RenderBlock.cpp                     offset.expand(columnRectAt(colInfo, i).x() - logicalLeft, -logicalOffset);
offset           3484 Source/core/rendering/RenderBlock.cpp                     offset.expand(0, columnRectAt(colInfo, i).y() - logicalOffset - borderBefore() - paddingBefore());
offset           3490 Source/core/rendering/RenderBlock.cpp                     offset.expand(-logicalOffset, columnRectAt(colInfo, i).y() - logicalLeft);
offset           3492 Source/core/rendering/RenderBlock.cpp                     offset.expand(columnRectAt(colInfo, i).x() - logicalOffset - borderBefore() - paddingBefore(), 0);
offset           4675 Source/core/rendering/RenderBlock.cpp LayoutUnit RenderBlock::pageLogicalTopForOffset(LayoutUnit offset) const
offset           4681 Source/core/rendering/RenderBlock.cpp     LayoutUnit cumulativeOffset = offset + blockLogicalTop;
offset           4692 Source/core/rendering/RenderBlock.cpp LayoutUnit RenderBlock::pageLogicalHeightForOffset(LayoutUnit offset) const
offset           4698 Source/core/rendering/RenderBlock.cpp     return flowThread->pageLogicalHeightForOffset(offset + offsetFromLogicalTopOfFirstPage());
offset           4701 Source/core/rendering/RenderBlock.cpp LayoutUnit RenderBlock::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule) const
offset           4704 Source/core/rendering/RenderBlock.cpp     offset += offsetFromLogicalTopOfFirstPage();
offset           4709 Source/core/rendering/RenderBlock.cpp         LayoutUnit remainingHeight = pageLogicalHeight - intMod(offset, pageLogicalHeight);
offset           4718 Source/core/rendering/RenderBlock.cpp     return flowThread->pageRemainingLogicalHeightForOffset(offset, pageBoundaryRule);
offset           4746 Source/core/rendering/RenderBlock.cpp void RenderBlock::setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage)
offset           4749 Source/core/rendering/RenderBlock.cpp         flowThread->setPageBreak(offsetFromLogicalTopOfFirstPage() + offset, spaceShortage);
offset           4752 Source/core/rendering/RenderBlock.cpp void RenderBlock::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight)
offset           4755 Source/core/rendering/RenderBlock.cpp         flowThread->updateMinimumPageHeight(offsetFromLogicalTopOfFirstPage() + offset, minHeight);
offset            176 Source/core/rendering/RenderBlock.h     RenderBlock* blockBeforeWithinSelectionRoot(LayoutSize& offset) const;
offset            188 Source/core/rendering/RenderBlock.h     void adjustForColumnRect(LayoutSize& offset, const LayoutPoint& locationInContainer) const;
offset            476 Source/core/rendering/RenderBlock.h     LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const;
offset            477 Source/core/rendering/RenderBlock.h     LayoutUnit pageLogicalHeightForOffset(LayoutUnit offset) const;
offset            478 Source/core/rendering/RenderBlock.h     LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBoundary) const;
offset            484 Source/core/rendering/RenderBlock.h     void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage);
offset            489 Source/core/rendering/RenderBlock.h     void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight);
offset           2108 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit offset = fixedOffset;
offset           2110 Source/core/rendering/RenderBlockFlow.cpp         offset = m_floatingObjects->logicalLeftOffsetForPositioningFloat(fixedOffset, logicalTop, heightRemaining);
offset           2111 Source/core/rendering/RenderBlockFlow.cpp     return adjustLogicalLeftOffsetForLine(offset, applyTextIndent);
offset           2116 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit offset = fixedOffset;
offset           2118 Source/core/rendering/RenderBlockFlow.cpp         offset = m_floatingObjects->logicalRightOffsetForPositioningFloat(fixedOffset, logicalTop, heightRemaining);
offset           2119 Source/core/rendering/RenderBlockFlow.cpp     return adjustLogicalRightOffsetForLine(offset, applyTextIndent);
offset           2436 Source/core/rendering/RenderBlockFlow.cpp                 LayoutSize offset = isHorizontalWritingMode()
offset           2440 Source/core/rendering/RenderBlockFlow.cpp                 m_floatingObjects->add(floatingObject->copyToNewContainer(offset));
offset           2468 Source/core/rendering/RenderBlockFlow.cpp                 LayoutSize offset = isHorizontalWritingMode() ? LayoutSize(-childLogicalLeft, -childLogicalTop) : LayoutSize(-childLogicalTop, -childLogicalLeft);
offset           2483 Source/core/rendering/RenderBlockFlow.cpp                 m_floatingObjects->add(floatingObject->copyToNewContainer(offset, shouldPaint, true));
offset           2739 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextDirection direction, TextRun::ExpansionBehavior expansion)
offset           2741 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(offset + length <= text->textLength());
offset           2743 Source/core/rendering/RenderBlockFlow.cpp         return constructTextRunInternal(context, font, text->characters8() + offset, length, style, direction, expansion);
offset           2744 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRunInternal(context, font, text->characters16() + offset, length, style, direction, expansion);
offset           2765 Source/core/rendering/RenderBlockFlow.cpp TextRun RenderBlockFlow::constructTextRun(RenderObject* context, const Font& font, const RenderText* text, unsigned offset, unsigned length, RenderStyle* style, TextRun::ExpansionBehavior expansion)
offset           2767 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(offset + length <= text->textLength());
offset           2769 Source/core/rendering/RenderBlockFlow.cpp         ? constructTextRunInternal(context, font, text->characters8() + offset, length, style, LTR, expansion)
offset           2770 Source/core/rendering/RenderBlockFlow.cpp         : constructTextRunInternal(context, font, text->characters16() + offset, length, style, LTR, expansion);
offset            177 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*,
offset            187 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, TextDirection,
offset            190 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, RenderStyle*,
offset           1005 Source/core/rendering/RenderBlockLineLayout.cpp                 lastRootBox()->setLineBreakInfo(endOfLine.object(), endOfLine.offset(), resolver.status());
offset           1009 Source/core/rendering/RenderBlockLineLayout.cpp                 TextDirection direction = determinePlaintextDirectionality(resolver.position().root(), resolver.position().object(), resolver.position().offset());
offset           1036 Source/core/rendering/RenderBlockLineLayout.cpp                 lineBox->setLineBreakInfo(endOfLine.object(), endOfLine.offset(), resolver.status());
offset           2023 Source/core/rendering/RenderBlockLineLayout.cpp         if (line->lineBreakObj() == resolver.position().object() && line->lineBreakPos() == resolver.position().offset()) {
offset            439 Source/core/rendering/RenderBox.cpp void RenderBox::scrollToOffset(const IntSize& offset)
offset            446 Source/core/rendering/RenderBox.cpp     layer()->scrollableArea()->scrollToOffset(offset, ScrollOffsetClamped);
offset            648 Source/core/rendering/RenderBox.cpp         return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
offset            649 Source/core/rendering/RenderBox.cpp     return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
offset           1819 Source/core/rendering/RenderBox.cpp             LayoutSize offset = layoutState->paintOffset() + locationOffset();
offset           1821 Source/core/rendering/RenderBox.cpp                 offset += layer()->offsetForInFlowPosition();
offset           1822 Source/core/rendering/RenderBox.cpp             transformState.move(offset);
offset           1888 Source/core/rendering/RenderBox.cpp     LayoutSize offset;
offset           1890 Source/core/rendering/RenderBox.cpp         offset += offsetForInFlowPosition();
offset           1897 Source/core/rendering/RenderBox.cpp             offset += toSize(columnRect.location());
offset           1898 Source/core/rendering/RenderBox.cpp             LayoutPoint columnPoint = block->flipForWritingModeIncludingColumns(point + offset);
offset           1899 Source/core/rendering/RenderBox.cpp             offset = toLayoutSize(block->flipForWritingModeIncludingColumns(toLayoutPoint(offset)));
offset           1900 Source/core/rendering/RenderBox.cpp             o->adjustForColumns(offset, columnPoint);
offset           1901 Source/core/rendering/RenderBox.cpp             offset = block->flipForWritingMode(offset);
offset           1906 Source/core/rendering/RenderBox.cpp             offset += topLeftLocationOffset();
offset           1910 Source/core/rendering/RenderBox.cpp         offset -= toRenderBox(o)->scrolledContentOffset();
offset           1913 Source/core/rendering/RenderBox.cpp         offset += toRenderInline(o)->offsetForInFlowPositionedInline(*this);
offset           1918 Source/core/rendering/RenderBox.cpp     return offset;
offset           4573 Source/core/rendering/RenderBox.cpp LayoutSize RenderBox::flipForWritingMode(const LayoutSize& offset) const
offset           4576 Source/core/rendering/RenderBox.cpp         return offset;
offset           4577 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? LayoutSize(offset.width(), height() - offset.height()) : LayoutSize(width() - offset.width(), offset.height());
offset            146 Source/core/rendering/RenderBoxModelObject.cpp     LayoutSize offset;
offset            151 Source/core/rendering/RenderBoxModelObject.cpp             offset += renderInline->offsetForInFlowPosition();
offset            155 Source/core/rendering/RenderBoxModelObject.cpp     return offset;
offset            191 Source/core/rendering/RenderBoxModelObject.cpp     LayoutSize offset = accumulateInFlowPositionOffsets(this);
offset            201 Source/core/rendering/RenderBoxModelObject.cpp             offset.setWidth(-valueForLength(style()->right(), containingBlock->availableWidth()));
offset            203 Source/core/rendering/RenderBoxModelObject.cpp             offset.expand(valueForLength(style()->left(), containingBlock->availableWidth()), 0);
offset            205 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(-valueForLength(style()->right(), containingBlock->availableWidth()), 0);
offset            218 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, valueForLength(style()->top(), containingBlock->availableHeight()));
offset            224 Source/core/rendering/RenderBoxModelObject.cpp         offset.expand(0, -valueForLength(style()->bottom(), containingBlock->availableHeight()));
offset            226 Source/core/rendering/RenderBoxModelObject.cpp     return offset;
offset            586 Source/core/rendering/RenderBoxModelObject.cpp         IntSize offset = thisBox->scrolledContentOffset();
offset            587 Source/core/rendering/RenderBoxModelObject.cpp         scrolledPaintRect.move(-offset);
offset            576 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         LayoutUnit offset = 0;
offset            600 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     offset += remainingSpace/totalChildren;
offset            604 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     placeChild(child, child->location() + LayoutSize(offset, 0));
offset            609 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 offset += remainingSpace / 2;
offset            611 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 offset += remainingSpace;
offset            616 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 placeChild(child, child->location() + LayoutSize(offset, 0));
offset            826 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         LayoutUnit offset = 0;
offset            851 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     offset += remainingSpace/totalChildren;
offset            854 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     placeChild(child, child->location() + LayoutSize(0, offset));
offset            859 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 offset += remainingSpace / 2;
offset            861 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 offset += remainingSpace;
offset            865 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 placeChild(child, child->location() + LayoutSize(0, offset));
offset            184 Source/core/rendering/RenderFlowThread.cpp LayoutRect RenderFlowThread::computeRegionClippingRect(const LayoutPoint& offset, const LayoutRect& flowThreadPortionRect, const LayoutRect& flowThreadPortionOverflowRect) const
offset            186 Source/core/rendering/RenderFlowThread.cpp     LayoutRect regionClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()), flowThreadPortionOverflowRect.size());
offset            225 Source/core/rendering/RenderFlowThread.cpp RenderRegion* RenderFlowThread::regionAtBlockOffset(LayoutUnit offset, bool extendLastRegion, RegionAutoGenerationPolicy autoGenerationPolicy)
offset            230 Source/core/rendering/RenderFlowThread.cpp         autoGenerateRegionsToBlockOffset(offset);
offset            232 Source/core/rendering/RenderFlowThread.cpp     if (offset <= 0)
offset            235 Source/core/rendering/RenderFlowThread.cpp     RegionSearchAdapter adapter(offset);
offset            348 Source/core/rendering/RenderFlowThread.cpp LayoutUnit RenderFlowThread::pageLogicalTopForOffset(LayoutUnit offset)
offset            350 Source/core/rendering/RenderFlowThread.cpp     RenderRegion* region = regionAtBlockOffset(offset);
offset            351 Source/core/rendering/RenderFlowThread.cpp     return region ? region->pageLogicalTopForOffset(offset) : LayoutUnit();
offset            354 Source/core/rendering/RenderFlowThread.cpp LayoutUnit RenderFlowThread::pageLogicalWidthForOffset(LayoutUnit offset)
offset            356 Source/core/rendering/RenderFlowThread.cpp     RenderRegion* region = regionAtBlockOffset(offset, true);
offset            360 Source/core/rendering/RenderFlowThread.cpp LayoutUnit RenderFlowThread::pageLogicalHeightForOffset(LayoutUnit offset)
offset            362 Source/core/rendering/RenderFlowThread.cpp     RenderRegion* region = regionAtBlockOffset(offset);
offset            369 Source/core/rendering/RenderFlowThread.cpp LayoutUnit RenderFlowThread::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule)
offset            371 Source/core/rendering/RenderFlowThread.cpp     RenderRegion* region = regionAtBlockOffset(offset);
offset            375 Source/core/rendering/RenderFlowThread.cpp     LayoutUnit pageLogicalTop = region->pageLogicalTopForOffset(offset);
offset            378 Source/core/rendering/RenderFlowThread.cpp     LayoutUnit remainingHeight = pageLogicalBottom - offset;
offset            547 Source/core/rendering/RenderFlowThread.cpp void RenderFlowThread::setOffsetFromLogicalTopOfFirstRegion(const RenderBox* box, LayoutUnit offset)
offset            549 Source/core/rendering/RenderFlowThread.cpp     m_boxesToOffsetMap.set(box, offset);
offset            596 Source/core/rendering/RenderFlowThread.cpp     LayoutUnit offset;
offset            597 Source/core/rendering/RenderFlowThread.cpp     if (cachedOffsetFromLogicalTopOfFirstRegion(currentBlock, offset))
offset            598 Source/core/rendering/RenderFlowThread.cpp         return offset;
offset            191 Source/core/rendering/RenderFlowThread.h         RegionSearchAdapter(LayoutUnit offset)
offset            192 Source/core/rendering/RenderFlowThread.h             : m_offset(offset)
offset           1123 Source/core/rendering/RenderInline.cpp     LayoutSize offset;
offset           1125 Source/core/rendering/RenderInline.cpp         offset += offsetForInFlowPosition();
offset           1127 Source/core/rendering/RenderInline.cpp     container->adjustForColumns(offset, point);
offset           1130 Source/core/rendering/RenderInline.cpp         offset -= toRenderBox(container)->scrolledContentOffset();
offset           1138 Source/core/rendering/RenderInline.cpp     return offset;
offset           1149 Source/core/rendering/RenderInline.cpp             LayoutSize offset = layoutState->paintOffset();
offset           1151 Source/core/rendering/RenderInline.cpp                 offset += layer()->offsetForInFlowPosition();
offset           1152 Source/core/rendering/RenderInline.cpp             transformState.move(offset);
offset           1458 Source/core/rendering/RenderInline.cpp     int offset = style()->outlineOffset();
offset           1460 Source/core/rendering/RenderInline.cpp     LayoutRect box(LayoutPoint(paintOffset.x() + thisline.x() - offset, paintOffset.y() + thisline.y() - offset),
offset           1461 Source/core/rendering/RenderInline.cpp         LayoutSize(thisline.width() + offset, thisline.height() + offset));
offset            269 Source/core/rendering/RenderLayer.cpp     LayoutPoint offset;
offset            270 Source/core/rendering/RenderLayer.cpp     parent()->convertToLayerCoords(rootLayer, offset);
offset            271 Source/core/rendering/RenderLayer.cpp     return offset;
offset            983 Source/core/rendering/RenderLayer.cpp             LayoutSize offset = positionedParent->renderBox()->scrolledContentOffset();
offset            984 Source/core/rendering/RenderLayer.cpp             localPoint -= offset;
offset            988 Source/core/rendering/RenderLayer.cpp             LayoutSize offset = toRenderInline(positionedParent->renderer())->offsetForInFlowPositionedInline(*toRenderBox(renderer()));
offset            989 Source/core/rendering/RenderLayer.cpp             localPoint += offset;
offset           2644 Source/core/rendering/RenderLayer.cpp         LayoutSize offset;
offset           2647 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(logicalLeftOffset, currLogicalTopOffset);
offset           2649 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(0, colRect.y() + currLogicalTopOffset - columnBlock->borderTop() - columnBlock->paddingTop());
offset           2652 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(currLogicalTopOffset, logicalLeftOffset);
offset           2654 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(colRect.x() + currLogicalTopOffset - columnBlock->borderLeft() - columnBlock->paddingLeft(), 0);
offset           2676 Source/core/rendering/RenderLayer.cpp                 newTransform.translateRight(roundToInt(offset.width()), roundToInt(offset.height()));
offset           2694 Source/core/rendering/RenderLayer.cpp                 transform.translateRight(roundToInt(childOffset.x() + offset.width()), roundToInt(childOffset.y() + offset.height()));
offset           2811 Source/core/rendering/RenderLayer.cpp     LayoutPoint offset;
offset           2815 Source/core/rendering/RenderLayer.cpp         convertToLayerCoords(containerLayer, offset);
offset           2820 Source/core/rendering/RenderLayer.cpp         convertToLayerCoords(rootLayer, offset);
offset           2822 Source/core/rendering/RenderLayer.cpp     offset.moveBy(translationOffset);
offset           2827 Source/core/rendering/RenderLayer.cpp         renderer()->getTransformFromContainer(containerRenderer, toLayoutSize(offset), containerTransform);
offset           2830 Source/core/rendering/RenderLayer.cpp         transformState->translate(offset.x(), offset.y(), HitTestingTransformState::AccumulateTransform);
offset           3239 Source/core/rendering/RenderLayer.cpp         LayoutSize offset;
offset           3242 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(currLogicalLeftOffset, currLogicalTopOffset);
offset           3244 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(0, colRect.y() + currLogicalTopOffset - columnBlock->borderTop() - columnBlock->paddingTop());
offset           3247 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(currLogicalTopOffset, currLogicalLeftOffset);
offset           3249 Source/core/rendering/RenderLayer.cpp                 offset = LayoutSize(colRect.x() + currLogicalTopOffset - columnBlock->borderLeft() - columnBlock->paddingLeft(), 0);
offset           3266 Source/core/rendering/RenderLayer.cpp                 newTransform.translateRight(offset.width(), offset.height());
offset           3279 Source/core/rendering/RenderLayer.cpp                 newTransformState->translate(offset.width(), offset.height(), HitTestingTransformState::AccumulateTransform);
offset            470 Source/core/rendering/RenderLayer.h     void setOffsetFromSquashingLayerOrigin(IntSize offset) { m_compositingProperties.offsetFromSquashingLayerOrigin = offset; }
offset            185 Source/core/rendering/RenderLayerClipper.cpp     LayoutPoint offset;
offset            187 Source/core/rendering/RenderLayerClipper.cpp         offset = *offsetFromRoot;
offset            189 Source/core/rendering/RenderLayerClipper.cpp         m_renderer->layer()->convertToLayerCoords(clipRectsContext.rootLayer, offset);
offset            190 Source/core/rendering/RenderLayerClipper.cpp     layerBounds = LayoutRect(offset, m_renderer->layer()->size());
offset            196 Source/core/rendering/RenderLayerClipper.cpp             foregroundRect.intersect(toRenderBox(m_renderer)->overflowClipRect(offset, clipRectsContext.overlayScrollbarSizeRelevancy));
offset            211 Source/core/rendering/RenderLayerClipper.cpp             layerBoundsWithVisualOverflow.moveBy(offset);
offset            216 Source/core/rendering/RenderLayerClipper.cpp             bounds.moveBy(offset);
offset            225 Source/core/rendering/RenderLayerClipper.cpp         LayoutRect newPosClip = toRenderBox(m_renderer)->clipRect(offset);
offset            281 Source/core/rendering/RenderLayerClipper.cpp         LayoutPoint offset;
offset            282 Source/core/rendering/RenderLayerClipper.cpp         offset = roundedLayoutPoint(m_renderer->localToContainerPoint(FloatPoint(), clipRectsContext.rootLayer->renderer()));
offset            286 Source/core/rendering/RenderLayerClipper.cpp             offset -= view->frameView()->scrollOffsetForFixedPosition();
offset            290 Source/core/rendering/RenderLayerClipper.cpp             ClipRect newOverflowClip = toRenderBox(m_renderer)->overflowClipRect(offset, clipRectsContext.overlayScrollbarSizeRelevancy);
offset            298 Source/core/rendering/RenderLayerClipper.cpp             LayoutRect newPosClip = toRenderBox(m_renderer)->clipRect(offset);
offset             96 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), TransformOperation::Translate));
offset            105 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), TransformOperation::Translate));
offset            112 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
offset            121 Source/core/rendering/RenderLayerReflectionInfo.cpp             renderer()->style()->boxReflect()->offset(), Length(0, Fixed), TransformOperation::Translate));
offset            148 Source/core/rendering/RenderLineBoxList.cpp bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const
offset            161 Source/core/rendering/RenderLineBoxList.cpp         physicalStart += offset.y();
offset            165 Source/core/rendering/RenderLineBoxList.cpp         physicalStart += offset.x();
offset            173 Source/core/rendering/RenderLineBoxList.cpp bool RenderLineBoxList::anyLineIntersectsRect(RenderBoxModelObject* renderer, const LayoutRect& rect, const LayoutPoint& offset) const
offset            184 Source/core/rendering/RenderLineBoxList.cpp     return rangeIntersectsRect(renderer, firstLineTop, lastLineBottom, rect, offset);
offset            187 Source/core/rendering/RenderLineBoxList.cpp bool RenderLineBoxList::lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box, const PaintInfo& paintInfo, const LayoutPoint& offset) const
offset            193 Source/core/rendering/RenderLineBoxList.cpp     return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset);
offset            392 Source/core/rendering/RenderListBox.cpp     LayoutSize offset = LayoutSize(0, itemFont.fontMetrics().ascent());
offset            395 Source/core/rendering/RenderListBox.cpp         offset.setWidth(itemBoudingBox.width() - textWidth - optionsSpacingHorizontal);
offset            398 Source/core/rendering/RenderListBox.cpp         offset.setWidth((itemBoudingBox.width() - textWidth) / 2);
offset            400 Source/core/rendering/RenderListBox.cpp         offset.setWidth(optionsSpacingHorizontal);
offset            401 Source/core/rendering/RenderListBox.cpp     return offset;
offset            497 Source/core/rendering/RenderListBox.cpp int RenderListBox::listIndexAtOffset(const LayoutSize& offset)
offset            502 Source/core/rendering/RenderListBox.cpp     if (offset.height() < borderTop() + paddingTop() || offset.height() > height() - paddingBottom() - borderBottom())
offset            508 Source/core/rendering/RenderListBox.cpp     if (offset.width() < borderLeft() + paddingLeft() + rightScrollbarOffset
offset            509 Source/core/rendering/RenderListBox.cpp         || offset.width() > width() - borderRight() - paddingRight() - leftScrollbarOffset)
offset            512 Source/core/rendering/RenderListBox.cpp     int newOffset = (offset.height() - borderTop() - paddingTop()) / itemHeight() + m_indexOffset;
offset            568 Source/core/rendering/RenderListBox.cpp     int offset = m_indexOffset;
offset            570 Source/core/rendering/RenderListBox.cpp     if (positionOffset.height() < borderTop() + paddingTop() && scrollToRevealElementAtListIndex(offset - 1))
offset            571 Source/core/rendering/RenderListBox.cpp         return offset - 1;
offset            573 Source/core/rendering/RenderListBox.cpp     if (positionOffset.height() > height() - paddingBottom() - borderBottom() && scrollToRevealElementAtListIndex(offset + rows))
offset            574 Source/core/rendering/RenderListBox.cpp         return offset + rows - 1;
offset            644 Source/core/rendering/RenderListBox.cpp void RenderListBox::setScrollOffset(const IntPoint& offset)
offset            646 Source/core/rendering/RenderListBox.cpp     scrollTo(offset.y());
offset           1624 Source/core/rendering/RenderListMarker.cpp                 int offset = fontMetrics.ascent() * 2 / 3;
offset           1629 Source/core/rendering/RenderListMarker.cpp                         marginStart = -offset - cMarkerPadding - 1;
offset           1634 Source/core/rendering/RenderListMarker.cpp                         marginStart = m_text.isEmpty() ? LayoutUnit() : -minPreferredLogicalWidth() - offset / 2;
offset           1642 Source/core/rendering/RenderListMarker.cpp                 int offset = fontMetrics.ascent() * 2 / 3;
offset           1647 Source/core/rendering/RenderListMarker.cpp                         marginEnd = offset + cMarkerPadding + 1 - minPreferredLogicalWidth();
offset           1652 Source/core/rendering/RenderListMarker.cpp                         marginEnd = m_text.isEmpty() ? 0 : offset / 2;
offset            209 Source/core/rendering/RenderMultiColumnFlowThread.cpp void RenderMultiColumnFlowThread::setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage)
offset            211 Source/core/rendering/RenderMultiColumnFlowThread.cpp     if (RenderMultiColumnSet* multicolSet = toRenderMultiColumnSet(regionAtBlockOffset(offset)))
offset            215 Source/core/rendering/RenderMultiColumnFlowThread.cpp void RenderMultiColumnFlowThread::updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight)
offset            217 Source/core/rendering/RenderMultiColumnFlowThread.cpp     if (RenderMultiColumnSet* multicolSet = toRenderMultiColumnSet(regionAtBlockOffset(offset)))
offset            221 Source/core/rendering/RenderMultiColumnFlowThread.cpp bool RenderMultiColumnFlowThread::addForcedRegionBreak(LayoutUnit offset, RenderObject* /*breakChild*/, bool /*isBefore*/, LayoutUnit* offsetBreakAdjustment)
offset            223 Source/core/rendering/RenderMultiColumnFlowThread.cpp     if (RenderMultiColumnSet* multicolSet = toRenderMultiColumnSet(regionAtBlockOffset(offset))) {
offset            224 Source/core/rendering/RenderMultiColumnFlowThread.cpp         multicolSet->addForcedBreak(offset);
offset            226 Source/core/rendering/RenderMultiColumnFlowThread.cpp             *offsetBreakAdjustment = pageLogicalHeightForOffset(offset) ? pageRemainingLogicalHeightForOffset(offset, IncludePageBoundary) : LayoutUnit();
offset             58 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void setPageBreak(LayoutUnit offset, LayoutUnit spaceShortage) OVERRIDE;
offset             59 Source/core/rendering/RenderMultiColumnFlowThread.h     virtual void updateMinimumPageHeight(LayoutUnit offset, LayoutUnit minHeight) OVERRIDE;
offset             65 Source/core/rendering/RenderMultiColumnSet.cpp LayoutUnit RenderMultiColumnSet::pageLogicalTopForOffset(LayoutUnit offset) const
offset             68 Source/core/rendering/RenderMultiColumnSet.cpp     unsigned columnIndex = columnIndexAtOffset(offset, AssumeNewColumns);
offset            317 Source/core/rendering/RenderMultiColumnSet.cpp unsigned RenderMultiColumnSet::columnIndexAtOffset(LayoutUnit offset, ColumnIndexCalculationMode mode) const
offset            323 Source/core/rendering/RenderMultiColumnSet.cpp     if (offset < flowThreadLogicalTop)
offset            329 Source/core/rendering/RenderMultiColumnSet.cpp         if (offset >= flowThreadLogicalBottom)
offset            334 Source/core/rendering/RenderMultiColumnSet.cpp     return (offset - flowThreadLogicalTop).toFloat() / computedColumnHeight().toFloat();
offset             97 Source/core/rendering/RenderMultiColumnSet.h     virtual LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const OVERRIDE;
offset           2284 Source/core/rendering/RenderObject.cpp     LayoutSize offset;
offset           2286 Source/core/rendering/RenderObject.cpp         offset = -toRenderBox(container)->scrolledContentOffset();
offset           2288 Source/core/rendering/RenderObject.cpp     geometryMap.push(this, offset, hasColumns());
offset           2356 Source/core/rendering/RenderObject.cpp     LayoutSize offset;
offset           2358 Source/core/rendering/RenderObject.cpp     o->adjustForColumns(offset, point);
offset           2361 Source/core/rendering/RenderObject.cpp         offset -= toRenderBox(o)->scrolledContentOffset();
offset           2366 Source/core/rendering/RenderObject.cpp     return offset;
offset           2371 Source/core/rendering/RenderObject.cpp     LayoutSize offset;
offset           2381 Source/core/rendering/RenderObject.cpp         offset += currentOffset;
offset           2386 Source/core/rendering/RenderObject.cpp     return offset;
offset           3202 Source/core/rendering/RenderObject.cpp PositionWithAffinity RenderObject::createPositionWithAffinity(int offset, EAffinity affinity)
offset           3208 Source/core/rendering/RenderObject.cpp             Position position = createLegacyEditingPosition(node, offset);
offset           3217 Source/core/rendering/RenderObject.cpp         return PositionWithAffinity(createLegacyEditingPosition(node, offset), affinity);
offset            712 Source/core/rendering/RenderObject.h     PositionWithAffinity createPositionWithAffinity(int offset, EAffinity);
offset            860 Source/core/rendering/RenderObject.h         LayoutSize offset;
offset            861 Source/core/rendering/RenderObject.h         adjustForColumns(offset, point);
offset            862 Source/core/rendering/RenderObject.h         return offset;
offset             84 Source/core/rendering/RenderRegion.h     virtual LayoutUnit pageLogicalTopForOffset(LayoutUnit offset) const;
offset            314 Source/core/rendering/RenderTableCell.cpp     LayoutSize offset = RenderBlockFlow::offsetFromContainer(o, point, offsetDependsOnPoint);
offset            316 Source/core/rendering/RenderTableCell.cpp         offset -= parentBox()->locationOffset();
offset            318 Source/core/rendering/RenderTableCell.cpp     return offset;
offset            467 Source/core/rendering/RenderText.cpp InlineTextBox* RenderText::findNextInlineTextBox(int offset, int& pos) const
offset            479 Source/core/rendering/RenderText.cpp     while (offset > off && s->nextTextBox()) {
offset            484 Source/core/rendering/RenderText.cpp     pos = (offset > off ? s->len() : s->len() - (off - offset) );
offset            525 Source/core/rendering/RenderText.cpp static PositionWithAffinity createPositionWithAffinityForBox(const InlineBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream)
offset            536 Source/core/rendering/RenderText.cpp         affinity = offset > box->caretMinOffset() ? VP_UPSTREAM_IF_POSSIBLE : DOWNSTREAM;
offset            540 Source/core/rendering/RenderText.cpp     return box->renderer().createPositionWithAffinity(offset + textStartOffset, affinity);
offset            543 Source/core/rendering/RenderText.cpp static PositionWithAffinity createPositionWithAffinityForBoxAfterAdjustingOffsetForBiDi(const InlineTextBox* box, int offset, ShouldAffinityBeDownstream shouldAffinityBeDownstream)
offset            546 Source/core/rendering/RenderText.cpp     ASSERT(offset >= 0);
offset            548 Source/core/rendering/RenderText.cpp     if (offset && static_cast<unsigned>(offset) < box->len())
offset            549 Source/core/rendering/RenderText.cpp         return createPositionWithAffinityForBox(box, box->start() + offset, shouldAffinityBeDownstream);
offset            551 Source/core/rendering/RenderText.cpp     bool positionIsAtStartOfBox = !offset;
offset           1232 Source/core/rendering/RenderText.cpp void RenderText::setTextWithOffset(PassRefPtr<StringImpl> text, unsigned offset, unsigned len, bool force)
offset           1240 Source/core/rendering/RenderText.cpp     unsigned end = len ? offset + len - 1 : offset;
offset           1251 Source/core/rendering/RenderText.cpp         if (curr->end() < offset)
offset           1266 Source/core/rendering/RenderText.cpp         } else if (curr->end() >= offset && curr->end() <= end) {
offset           1270 Source/core/rendering/RenderText.cpp         } else if (curr->start() <= offset && curr->end() >= end) {
offset            109 Source/core/rendering/RenderText.h     void setTextWithOffset(PassRefPtr<StringImpl>, unsigned offset, unsigned len, bool force = false);
offset            139 Source/core/rendering/RenderText.h     InlineTextBox* findNextInlineTextBox(int offset, int& pos) const;
offset            269 Source/core/rendering/RenderView.cpp     LayoutSize offset;
offset            277 Source/core/rendering/RenderView.cpp             offset = -m_frameView->scrollOffset();
offset            278 Source/core/rendering/RenderView.cpp             offset += toLayoutSize(parentDocRenderer->contentBoxRect().location());
offset            292 Source/core/rendering/RenderView.cpp         geometryMap.push(this, offset, false, false, false, false, offsetForFixedPosition);
offset            504 Source/core/rendering/RenderView.cpp static RenderObject* rendererAfterPosition(RenderObject* object, unsigned offset)
offset            509 Source/core/rendering/RenderView.cpp     RenderObject* child = object->childAt(offset);
offset            209 Source/core/rendering/RenderView.h     bool pushLayoutState(RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
offset            215 Source/core/rendering/RenderView.h             m_layoutState = new LayoutState(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
offset            285 Source/core/rendering/RenderView.h     explicit LayoutStateMaintainer(RenderBox& root, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
offset            292 Source/core/rendering/RenderView.h         push(root, offset, pageHeight, pageHeightChanged, colInfo);
offset            312 Source/core/rendering/RenderView.h     void push(RenderBox& root, const LayoutSize& offset, LayoutUnit pageHeight = 0, bool pageHeightChanged = false, ColumnInfo* colInfo = 0)
offset            316 Source/core/rendering/RenderView.h         m_didCreateLayoutState = m_view.pushLayoutState(root, offset, pageHeight, pageHeightChanged, colInfo);
offset            555 Source/core/rendering/compositing/CompositedLayerMapping.cpp     LayoutPoint offset;
offset            556 Source/core/rendering/compositing/CompositedLayerMapping.cpp     layer->convertToLayerCoords(compositedAncestor, offset);
offset            558 Source/core/rendering/compositing/CompositedLayerMapping.cpp         offset.move(compositedAncestor->compositedLayerMapping()->owningLayer().subpixelAccumulation());
offset            559 Source/core/rendering/compositing/CompositedLayerMapping.cpp     return offset;
offset           1917 Source/core/rendering/compositing/CompositedLayerMapping.cpp     IntSize offset = paintInfo.offsetFromRenderer;
offset           1918 Source/core/rendering/compositing/CompositedLayerMapping.cpp     context->translate(-offset);
offset           1922 Source/core/rendering/compositing/CompositedLayerMapping.cpp     dirtyRect.move(offset);
offset           1954 Source/core/rendering/compositing/CompositedLayerMapping.cpp     context->translate(offset);
offset            850 Source/core/rendering/compositing/RenderLayerCompositor.cpp         LayoutPoint offset;
offset            851 Source/core/rendering/compositing/RenderLayerCompositor.cpp         layer->convertToLayerCoords(compositedAncestor, offset);
offset            854 Source/core/rendering/compositing/RenderLayerCompositor.cpp         repaintRect.moveBy(offset);
offset             33 Source/core/rendering/line/BreakingContext.cpp         if (m_blockStyle->whiteSpace() == PRE && !m_current.offset()) {
offset             39 Source/core/rendering/line/BreakingContext.cpp             m_lineBreak.moveTo(m_current.object(), m_current.offset());
offset             57 Source/core/rendering/line/BreakingContext.cpp     if (m_lineBreak.offset()) {
offset             61 Source/core/rendering/line/BreakingContext.cpp             m_lineBreak.setOffset(m_lineBreak.offset() - 1);
offset            385 Source/core/rendering/line/BreakingContextInlineHeaders.h             ASSERT(!m_lineBreak.offset());
offset            491 Source/core/rendering/line/BreakingContextInlineHeaders.h     return iter.object() == renderer && iter.offset() >= renderer->textLength();
offset            537 Source/core/rendering/line/BreakingContextInlineHeaders.h     if (!m_current.offset())
offset            566 Source/core/rendering/line/BreakingContextInlineHeaders.h     unsigned lastSpace = m_current.offset();
offset            588 Source/core/rendering/line/BreakingContextInlineHeaders.h         ASSERT(m_current.offset() == renderText->textLength());
offset            609 Source/core/rendering/line/BreakingContextInlineHeaders.h     for (; m_current.offset() < renderText->textLength(); m_current.fastIncrementInTextNode()) {
offset            627 Source/core/rendering/line/BreakingContextInlineHeaders.h             bool midWordBreakIsBeforeSurrogatePair = U16_IS_LEAD(c) && m_current.offset() + 1 < renderText->textLength() && U16_IS_TRAIL((*renderText)[m_current.offset() + 1]);
offset            628 Source/core/rendering/line/BreakingContextInlineHeaders.h             charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace, 0);
offset            633 Source/core/rendering/line/BreakingContextInlineHeaders.h         bool betweenWords = c == '\n' || (m_currWS != PRE && !m_atStart && isBreakable(m_renderTextInfo.m_lineBreakIterator, m_current.offset(), nextBreakablePosition));
offset            645 Source/core/rendering/line/BreakingContextInlineHeaders.h                     lastSpace = m_current.offset(); // e.g., "Foo    goo", don't add in any of the ignored spaces.
offset            646 Source/core/rendering/line/BreakingContextInlineHeaders.h                     m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), m_current.offset()));
offset            659 Source/core/rendering/line/BreakingContextInlineHeaders.h             wordMeasurement.endOffset = m_current.offset();
offset            664 Source/core/rendering/line/BreakingContextInlineHeaders.h                 additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) - wordTrailingSpaceWidth;
offset            666 Source/core/rendering/line/BreakingContextInlineHeaders.h                 additionalTmpW = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
offset            686 Source/core/rendering/line/BreakingContextInlineHeaders.h                     float charWidth = textWidth(renderText, m_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) + (applyWordSpacing ? wordSpacing : 0);
offset            694 Source/core/rendering/line/BreakingContextInlineHeaders.h                         m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition());
offset            700 Source/core/rendering/line/BreakingContextInlineHeaders.h                         if (!stoppedIgnoringSpaces && m_current.offset() > 0)
offset            704 Source/core/rendering/line/BreakingContextInlineHeaders.h                         wordMeasurement.endOffset = m_lineBreak.offset();
offset            706 Source/core/rendering/line/BreakingContextInlineHeaders.h                     if (m_lineBreak.object() && m_lineBreak.offset() && m_lineBreak.object()->isText() && toRenderText(m_lineBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen)
offset            708 Source/core/rendering/line/BreakingContextInlineHeaders.h                     if (m_lineBreak.offset() && m_lineBreak.offset() != (unsigned)wordMeasurement.endOffset && !wordMeasurement.width) {
offset            710 Source/core/rendering/line/BreakingContextInlineHeaders.h                             wordMeasurement.endOffset = m_lineBreak.offset();
offset            731 Source/core/rendering/line/BreakingContextInlineHeaders.h                 if (!stoppedIgnoringSpaces && m_current.offset())
offset            733 Source/core/rendering/line/BreakingContextInlineHeaders.h                 m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition());
offset            742 Source/core/rendering/line/BreakingContextInlineHeaders.h                 m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition());
offset            751 Source/core/rendering/line/BreakingContextInlineHeaders.h                 m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition());
offset            758 Source/core/rendering/line/BreakingContextInlineHeaders.h                 lastSpace = m_current.offset();
offset            781 Source/core/rendering/line/BreakingContextInlineHeaders.h             lastSpace = m_current.offset(); // e.g., "Foo    goo", don't add in any of the ignored spaces.
offset            782 Source/core/rendering/line/BreakingContextInlineHeaders.h             m_lineMidpointState.stopIgnoringSpaces(InlineIterator(0, m_current.object(), m_current.offset()));
offset            785 Source/core/rendering/line/BreakingContextInlineHeaders.h         if (isSVGText && m_current.offset()) {
offset            787 Source/core/rendering/line/BreakingContextInlineHeaders.h             if (toRenderSVGInlineText(renderText)->characterStartsNewTextChunk(m_current.offset()))
offset            793 Source/core/rendering/line/BreakingContextInlineHeaders.h             m_startOfIgnoredSpaces.setOffset(m_current.offset());
offset            798 Source/core/rendering/line/BreakingContextInlineHeaders.h                 m_lineBreak.moveTo(m_current.object(), m_current.offset(), m_current.nextBreakablePosition());
offset            817 Source/core/rendering/line/BreakingContextInlineHeaders.h     float additionalTmpW = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
offset            819 Source/core/rendering/line/BreakingContextInlineHeaders.h     wordMeasurement.endOffset = m_current.offset();
offset             66 Source/core/rendering/line/LineBreaker.cpp     bool appliedStartWidth = resolver.position().offset() > 0;
offset            121 Source/core/rendering/line/LineWidth.cpp inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, bool shouldIndentText, float& newLineLeft, float& newLineRight)
offset            123 Source/core/rendering/line/LineWidth.cpp     newLineLeft = block.logicalLeftOffsetForLine(offset, shouldIndentText).toFloat();
offset            124 Source/core/rendering/line/LineWidth.cpp     newLineRight = block.logicalRightOffsetForLine(offset, shouldIndentText).toFloat();
offset            128 Source/core/rendering/line/LineWidth.cpp inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, bool shouldIndentText)
offset            130 Source/core/rendering/line/LineWidth.cpp     float newLineLeft = block.logicalLeftOffsetForLine(offset, shouldIndentText).toFloat();
offset            131 Source/core/rendering/line/LineWidth.cpp     float newLineRight = block.logicalRightOffsetForLine(offset, shouldIndentText).toFloat();
offset             44 Source/core/rendering/line/TrailingObjects.cpp             lineMidpointState.midpoints()[trailingSpaceMidpoint].setOffset(lineMidpointState.midpoints()[trailingSpaceMidpoint].offset() -1);
offset             46 Source/core/rendering/shapes/PolygonShape.h     OffsetPolygonEdge(const FloatPolygonEdge& edge, const FloatSize& offset)
offset             47 Source/core/rendering/shapes/PolygonShape.h         : m_vertex1(edge.vertex1() + offset)
offset             48 Source/core/rendering/shapes/PolygonShape.h         , m_vertex2(edge.vertex2() + offset)
offset             62 Source/core/rendering/shapes/PolygonShape.h     OffsetPolygonEdge(const FloatPolygon& polygon, float minLogicalIntervalTop, const FloatSize& offset)
offset             63 Source/core/rendering/shapes/PolygonShape.h         : m_vertex1(FloatPoint(polygon.boundingBox().x(), minLogicalIntervalTop) + offset)
offset             64 Source/core/rendering/shapes/PolygonShape.h         , m_vertex2(FloatPoint(polygon.boundingBox().maxX(), minLogicalIntervalTop) + offset)
offset             78 Source/core/rendering/shapes/RasterShape.cpp     int marginIntervalsSize = (offset() > shapeMargin) ? size() : size() - offset() * 2 + shapeMargin * 2;
offset             79 Source/core/rendering/shapes/RasterShape.cpp     OwnPtr<RasterShapeIntervals> result = adoptPtr(new RasterShapeIntervals(marginIntervalsSize, std::max(shapeMargin, offset())));
offset             43 Source/core/rendering/shapes/RasterShape.h     RasterShapeIntervals(unsigned size, int offset = 0)
offset             44 Source/core/rendering/shapes/RasterShape.h         : m_offset(offset)
offset             71 Source/core/rendering/shapes/RasterShape.h     int offset() const { return m_offset; }
offset             50 Source/core/rendering/style/OutlineValue.h     int offset() const { return m_offset; }
offset            580 Source/core/rendering/style/RenderStyle.cpp     if (position() != StaticPosition && surround->offset != other.surround->offset) {
offset            583 Source/core/rendering/style/RenderStyle.cpp             && positionedObjectMovedOnly(surround->offset, other.surround->offset, m_box->width())
offset            401 Source/core/rendering/style/RenderStyle.h     bool hasOffset() const { return surround->offset.nonZero(); }
offset            454 Source/core/rendering/style/RenderStyle.h     const Length& left() const { return surround->offset.left(); }
offset            455 Source/core/rendering/style/RenderStyle.h     const Length& right() const { return surround->offset.right(); }
offset            456 Source/core/rendering/style/RenderStyle.h     const Length& top() const { return surround->offset.top(); }
offset            457 Source/core/rendering/style/RenderStyle.h     const Length& bottom() const { return surround->offset.bottom(); }
offset            460 Source/core/rendering/style/RenderStyle.h     const Length& logicalLeft() const { return surround->offset.logicalLeft(writingMode()); }
offset            461 Source/core/rendering/style/RenderStyle.h     const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
offset            462 Source/core/rendering/style/RenderStyle.h     const Length& logicalTop() const { return surround->offset.before(writingMode()); }
offset            463 Source/core/rendering/style/RenderStyle.h     const Length& logicalBottom() const { return surround->offset.after(writingMode()); }
offset            741 Source/core/rendering/style/RenderStyle.h         return m_background->outline().offset();
offset            973 Source/core/rendering/style/RenderStyle.h     void setLeft(Length v) { SET_VAR(surround, offset.m_left, v); }
offset            974 Source/core/rendering/style/RenderStyle.h     void setRight(Length v) { SET_VAR(surround, offset.m_right, v); }
offset            975 Source/core/rendering/style/RenderStyle.h     void setTop(Length v) { SET_VAR(surround, offset.m_top, v); }
offset            976 Source/core/rendering/style/RenderStyle.h     void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, v); }
offset             49 Source/core/rendering/style/StyleReflection.h     Length offset() const { return m_offset; }
offset             35 Source/core/rendering/style/StyleSurroundData.cpp     , offset(o.offset)
offset             44 Source/core/rendering/style/StyleSurroundData.cpp     return offset == o.offset && margin == o.margin && padding == o.padding && border == o.border;
offset             46 Source/core/rendering/style/StyleSurroundData.h     LengthBox offset;
offset            206 Source/core/rendering/svg/RenderSVGInlineText.cpp     int offset = closestDistanceBox->offsetForPositionInFragment(*closestDistanceFragment, absolutePoint.x() - closestDistancePosition, true);
offset            207 Source/core/rendering/svg/RenderSVGInlineText.cpp     return createPositionWithAffinity(offset + closestDistanceBox->start(), offset > 0 ? VP_UPSTREAM_IF_POSSIBLE : DOWNSTREAM);
offset            469 Source/core/rendering/svg/SVGInlineTextBox.cpp     int offset = static_cast<int>(fragment.characterOffset) - start();
offset            472 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (startPosition >= offset + length || endPosition <= offset)
offset            475 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (startPosition < offset)
offset            478 Source/core/rendering/svg/SVGInlineTextBox.cpp         startPosition -= offset;
offset            480 Source/core/rendering/svg/SVGInlineTextBox.cpp     if (endPosition > offset + length)
offset            483 Source/core/rendering/svg/SVGInlineTextBox.cpp         ASSERT(endPosition >= offset);
offset            484 Source/core/rendering/svg/SVGInlineTextBox.cpp         endPosition -= offset;
offset            629 Source/core/rendering/svg/SVGInlineTextBox.cpp             FloatSize offset(shadow.x(), shadow.y());
offset            630 Source/core/rendering/svg/SVGInlineTextBox.cpp             drawLooperBuilder->addShadow(offset, shadow.blur(), shadow.color(),
offset             43 Source/core/rendering/svg/SVGInlineTextBox.h     virtual float positionForOffset(int offset) const OVERRIDE;
offset            639 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     ts << " [offset=" << stopElement->offset()->currentValue()->value() << "] [color=" << stopElement->stopColorIncludingOpacity() << "]\n";
offset            259 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::beginElementAt(float offset)
offset            261 Source/core/svg/SVGAnimationElement.cpp     if (std::isnan(offset))
offset            264 Source/core/svg/SVGAnimationElement.cpp     addBeginTime(elapsed, elapsed + offset, SMILTimeWithOrigin::ScriptOrigin);
offset            272 Source/core/svg/SVGAnimationElement.cpp void SVGAnimationElement::endElementAt(float offset)
offset            274 Source/core/svg/SVGAnimationElement.cpp     if (std::isnan(offset))
offset            277 Source/core/svg/SVGAnimationElement.cpp     addEndTime(elapsed, elapsed + offset, SMILTimeWithOrigin::ScriptOrigin);
offset             73 Source/core/svg/SVGAnimationElement.h     void beginElementAt(float offset);
offset             75 Source/core/svg/SVGAnimationElement.h     void endElementAt(float offset);
offset            130 Source/core/svg/SVGComponentTransferFunctionElement.cpp     func.offset = m_offset->currentValue()->value();
offset             43 Source/core/svg/SVGComponentTransferFunctionElement.h     SVGAnimatedNumber* offset() { return m_offset.get(); }
offset            230 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillSVGGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) const
offset            242 Source/core/svg/SVGFontData.cpp         return fillBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
offset            245 Source/core/svg/SVGFontData.cpp     return fillNonBMPGlyphs(fontElement, pageToFill, offset, length, buffer, fontData);
offset            248 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
offset            256 Source/core/svg/SVGFontData.cpp             pageToFill->setGlyphDataForIndex(offset + i, 0, 0);
offset            265 Source/core/svg/SVGFontData.cpp         pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData);
offset            272 Source/core/svg/SVGFontData.cpp bool SVGFontData::fillNonBMPGlyphs(SVGFontElement* fontElement, GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, const SimpleFontData* fontData) const
offset            281 Source/core/svg/SVGFontData.cpp             pageToFill->setGlyphDataForIndex(offset + i, 0, 0);
offset            290 Source/core/svg/SVGFontData.cpp         pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData);
offset             45 Source/core/svg/SVGFontData.h     virtual bool fillSVGGlyphPage(GlyphPage*, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData*) const OVERRIDE;
offset             62 Source/core/svg/SVGFontData.h     bool fillBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
offset             63 Source/core/svg/SVGFontData.h     bool fillNonBMPGlyphs(SVGFontElement*, GlyphPage* , unsigned offset, unsigned length, UChar* buffer, const SimpleFontData*) const;
offset            129 Source/core/svg/SVGGradientElement.cpp         float offset = stop->offset()->currentValue()->value();
offset            130 Source/core/svg/SVGGradientElement.cpp         offset = std::min(std::max(previousOffset, offset), 1.0f);
offset            131 Source/core/svg/SVGGradientElement.cpp         previousOffset = offset;
offset            133 Source/core/svg/SVGGradientElement.cpp         stops.append(Gradient::ColorStop(offset, stop->stopColorIncludingOpacity()));
offset             36 Source/core/svg/SVGStopElement.h     SVGAnimatedNumber* offset() { return m_offset.get(); }
offset            159 Source/core/svg/animation/SVGSMILElement.cpp SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat)
offset            164 Source/core/svg/animation/SVGSMILElement.cpp     , m_offset(offset)
offset            428 Source/core/svg/animation/SVGSMILElement.cpp     SMILTime offset = 0;
offset            434 Source/core/svg/animation/SVGSMILElement.cpp         offset = parseOffsetValue(offsetString);
offset            435 Source/core/svg/animation/SVGSMILElement.cpp         if (offset.isUnresolved())
offset            437 Source/core/svg/animation/SVGSMILElement.cpp         offset = offset * sign;
offset            472 Source/core/svg/animation/SVGSMILElement.cpp     m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeat));
offset            171 Source/core/svg/animation/SVGSMILElement.h         Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1);
offset             94 Source/core/xml/parser/SharedBufferReaderTest.cpp         const int offset = i * bytesPerIteration;
offset             95 Source/core/xml/parser/SharedBufferReaderTest.cpp         const int bytesRead = reader.readData(&destinationVector[0] + offset, bytesPerIteration);
offset             11 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     public int getColumn(int offset) {
offset             12 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         int lineStart = findLineStart(offset);
offset             13 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         return lineStart == -1 ? -1 : offset - lineStart;
offset             16 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     public String getLineTextAt(int offset) {
offset             17 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         int lineStart = findLineStart(offset);
offset             21 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         int lineEnd = text.indexOf('\n', offset);
offset             28 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java     private int findLineStart(int offset) {
offset             29 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         if (offset > text.length()) {
offset             32 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ScriptText.java         return text.lastIndexOf('\n', offset) + 1;
offset             71 Source/modules/filesystem/FileWriterSync.cpp void FileWriterSync::truncate(long long offset, ExceptionState& exceptionState)
offset             75 Source/modules/filesystem/FileWriterSync.cpp     if (offset < 0) {
offset             80 Source/modules/filesystem/FileWriterSync.cpp     writer()->truncate(offset);
offset             86 Source/modules/filesystem/FileWriterSync.cpp     if (offset < position())
offset             87 Source/modules/filesystem/FileWriterSync.cpp         setPosition(offset);
offset             88 Source/modules/filesystem/FileWriterSync.cpp     setLength(offset);
offset            176 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::setTimestampOffset(double offset, ExceptionState& exceptionState)
offset            179 Source/modules/mediasource/SourceBuffer.cpp     if (!std::isfinite(offset)) {
offset            180 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwTypeError(ExceptionMessages::notAFiniteNumber(offset));
offset            199 Source/modules/mediasource/SourceBuffer.cpp     if (!m_webSourceBuffer->setTimestampOffset(offset)) {
offset            205 Source/modules/mediasource/SourceBuffer.cpp     m_timestampOffset = offset;
offset             91 Source/modules/mediasource/WebKitSourceBuffer.cpp void WebKitSourceBuffer::setTimestampOffset(double offset, ExceptionState& exceptionState)
offset            106 Source/modules/mediasource/WebKitSourceBuffer.cpp     if (!m_webSourceBuffer->setTimestampOffset(offset)) {
offset            112 Source/modules/mediasource/WebKitSourceBuffer.cpp     m_timestampOffset = offset;
offset            613 Source/platform/DateComponents.cpp     int offset = offsetTo1stWeekStart(m_year);
offset            614 Source/platform/DateComponents.cpp     if (yearDay < offset) {
offset            621 Source/platform/DateComponents.cpp         m_week = ((yearDay - offset) / 7) + 1;
offset             94 Source/platform/SharedBuffer.cpp     unsigned offset = 0;
offset             95 Source/platform/SharedBuffer.cpp     while (unsigned segmentLength = sharedBuffer->getSomeData(segment, offset)) {
offset             96 Source/platform/SharedBuffer.cpp         unsigned length = std::min(segmentLength, snippetLength - offset);
offset             97 Source/platform/SharedBuffer.cpp         memcpy(snippet + offset, segment, length);
offset             98 Source/platform/SharedBuffer.cpp         offset += segmentLength;
offset             99 Source/platform/SharedBuffer.cpp         if (offset >= snippetLength)
offset            127 Source/platform/Timer.cpp     void checkConsistency(ptrdiff_t offset = 0) const
offset            131 Source/platform/Timer.cpp         ASSERT_UNUSED(offset, m_pointer + offset >= threadGlobalTimerHeap().data());
offset            132 Source/platform/Timer.cpp         ASSERT_UNUSED(offset, m_pointer + offset <= threadGlobalTimerHeap().data() + threadGlobalTimerHeap().size());
offset            236 Source/platform/audio/HRTFPanner.cpp         unsigned offset = segment * framesPerSegment;
offset            237 Source/platform/audio/HRTFPanner.cpp         const float* segmentSourceL = sourceL + offset;
offset            238 Source/platform/audio/HRTFPanner.cpp         const float* segmentSourceR = sourceR + offset;
offset            239 Source/platform/audio/HRTFPanner.cpp         float* segmentDestinationL = destinationL + offset;
offset            240 Source/platform/audio/HRTFPanner.cpp         float* segmentDestinationR = destinationR + offset;
offset             78 Source/platform/blob/BlobData.cpp void BlobData::appendData(PassRefPtr<RawData> data, long long offset, long long length)
offset             80 Source/platform/blob/BlobData.cpp     m_items.append(BlobDataItem(data, offset, length));
offset             88 Source/platform/blob/BlobData.cpp void BlobData::appendFile(const String& path, long long offset, long long length, double expectedModificationTime)
offset             90 Source/platform/blob/BlobData.cpp     m_items.append(BlobDataItem(path, offset, length, expectedModificationTime));
offset             93 Source/platform/blob/BlobData.cpp void BlobData::appendBlob(PassRefPtr<BlobDataHandle> dataHandle, long long offset, long long length)
offset             95 Source/platform/blob/BlobData.cpp     m_items.append(BlobDataItem(dataHandle, offset, length));
offset             98 Source/platform/blob/BlobData.cpp void BlobData::appendFileSystemURL(const KURL& url, long long offset, long long length, double expectedModificationTime)
offset            100 Source/platform/blob/BlobData.cpp     m_items.append(BlobDataItem(url, offset, length, expectedModificationTime));
offset             70 Source/platform/blob/BlobData.h         , offset(0)
offset             80 Source/platform/blob/BlobData.h         , offset(0)
offset             90 Source/platform/blob/BlobData.h         , offset(0)
offset             97 Source/platform/blob/BlobData.h     BlobDataItem(const String& path, long long offset, long long length, double expectedModificationTime)
offset            100 Source/platform/blob/BlobData.h         , offset(offset)
offset            107 Source/platform/blob/BlobData.h     BlobDataItem(PassRefPtr<BlobDataHandle> blobDataHandle, long long offset, long long length)
offset            110 Source/platform/blob/BlobData.h         , offset(offset)
offset            117 Source/platform/blob/BlobData.h     BlobDataItem(const KURL& fileSystemURL, long long offset, long long length, double expectedModificationTime)
offset            120 Source/platform/blob/BlobData.h         , offset(offset)
offset            141 Source/platform/blob/BlobData.h     long long offset;
offset            149 Source/platform/blob/BlobData.h     BlobDataItem(PassRefPtr<RawData> data, long long offset, long long length)
offset            152 Source/platform/blob/BlobData.h         , offset(offset)
offset            178 Source/platform/blob/BlobData.h     void appendData(PassRefPtr<RawData>, long long offset, long long length);
offset            180 Source/platform/blob/BlobData.h     void appendFile(const String& path, long long offset, long long length, double expectedModificationTime);
offset            181 Source/platform/blob/BlobData.h     void appendBlob(PassRefPtr<BlobDataHandle>, long long offset, long long length);
offset            182 Source/platform/blob/BlobData.h     void appendFileSystemURL(const KURL&, long long offset, long long length, double expectedModificationTime);
offset             68 Source/platform/exported/WebBlobData.cpp     result.offset = item.offset;
offset            799 Source/platform/fonts/Font.cpp     unsigned offset;
offset            803 Source/platform/fonts/Font.cpp             offset = it.m_currentCharacter;
offset            818 Source/platform/fonts/Font.cpp             offset = it.m_currentCharacter;
offset            833 Source/platform/fonts/Font.cpp     return offset;
offset            177 Source/platform/fonts/GlyphPage.h     bool fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData*);
offset            121 Source/platform/fonts/GlyphPageTreeNode.cpp static bool fill(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
offset            125 Source/platform/fonts/GlyphPageTreeNode.cpp         return fontData->customFontData()->fillSVGGlyphPage(pageToFill, offset, length, buffer, bufferLength, fontData);
offset            127 Source/platform/fonts/GlyphPageTreeNode.cpp     bool hasGlyphs = pageToFill->fill(offset, length, buffer, bufferLength, fontData);
offset            130 Source/platform/fonts/GlyphPageTreeNode.cpp         fontData->verticalData()->substituteWithVerticalGlyphs(fontData, pageToFill, offset, length);
offset            138 Source/platform/fonts/VDMXParser.cpp         buf.offset() + 4 /* sizeof struct ratio */ * numRatios;
offset            318 Source/platform/fonts/WidthIterator.cpp unsigned WidthIterator::advance(int offset, GlyphBuffer* glyphBuffer)
offset            322 Source/platform/fonts/WidthIterator.cpp     if (offset > length)
offset            323 Source/platform/fonts/WidthIterator.cpp         offset = length;
offset            325 Source/platform/fonts/WidthIterator.cpp     if (m_currentCharacter >= static_cast<unsigned>(offset))
offset            329 Source/platform/fonts/WidthIterator.cpp         Latin1TextIterator textIterator(m_run.data8(m_currentCharacter), m_currentCharacter, offset, length);
offset            333 Source/platform/fonts/WidthIterator.cpp     SurrogatePairAwareTextIterator textIterator(m_run.data16(m_currentCharacter), m_currentCharacter, offset, length);
offset            323 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp float HarfBuzzShaper::HarfBuzzRun::xPositionForOffset(unsigned offset)
offset            325 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     ASSERT(offset < m_numCharacters);
offset            329 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         while (glyphIndex < m_numGlyphs && m_glyphToCharacterIndexes[glyphIndex] > offset) {
offset            341 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         while (glyphIndex < m_numGlyphs && m_glyphToCharacterIndexes[glyphIndex] < offset) {
offset             85 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h         float xPositionForOffset(unsigned offset);
offset            369 Source/platform/fonts/mac/ComplexTextController.cpp         unsigned offset = stringBegin(*m_complexTextRuns[i]);
offset            370 Source/platform/fonts/mac/ComplexTextController.cpp         if (i != runIndex && offset >= runOffset && offset < lowestOffset) {
offset            371 Source/platform/fonts/mac/ComplexTextController.cpp             lowestOffset = offset;
offset            398 Source/platform/fonts/mac/ComplexTextController.cpp             unsigned offset = stringBegin(*m_complexTextRuns[i]);
offset            399 Source/platform/fonts/mac/ComplexTextController.cpp             if (offset < firstRunOffset) {
offset            401 Source/platform/fonts/mac/ComplexTextController.cpp                 firstRunOffset = offset;
offset            428 Source/platform/fonts/mac/ComplexTextController.cpp void ComplexTextController::advance(unsigned offset, GlyphBuffer* glyphBuffer, GlyphIterationStyle iterationStyle, HashSet<const SimpleFontData*>* fallbackFonts)
offset            430 Source/platform/fonts/mac/ComplexTextController.cpp     if (static_cast<int>(offset) > m_end)
offset            431 Source/platform/fonts/mac/ComplexTextController.cpp         offset = m_end;
offset            433 Source/platform/fonts/mac/ComplexTextController.cpp     if (offset <= m_currentCharacter) {
offset            441 Source/platform/fonts/mac/ComplexTextController.cpp     m_currentCharacter = offset;
offset             70 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
offset             79 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                 setGlyphDataForIndex(offset + i, 0, 0);
offset             81 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                 setGlyphDataForIndex(offset + i, glyphs[i], fontData);
offset             92 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                 setGlyphDataForIndex(offset + i, 0, 0);
offset             94 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                 setGlyphDataForIndex(offset + i, glyphs[i * glyphStep], fontData);
offset            109 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp             setGlyphDataForIndex(offset + index, 0, 0);
offset            153 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                             setGlyphDataForIndex(offset + stringIndices[i], glyphs[i], fontData);
offset            166 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp                                 setGlyphDataForIndex(offset + stringIndices[i], glyphs[i], runSimple);
offset             81 Source/platform/fonts/opentype/OpenTypeTypes.h         size_t offset = reinterpret_cast<const char*>(position) - buffer.data();
offset             82 Source/platform/fonts/opentype/OpenTypeTypes.h         return offset <= buffer.size(); // "<=" because end is included as valid
offset             93 Source/platform/fonts/opentype/OpenTypeTypes.h     template <typename T> const T* validateOffset(const SharedBuffer& buffer, uint16_t offset) const
offset             95 Source/platform/fonts/opentype/OpenTypeTypes.h         return validatePtr<T>(buffer, reinterpret_cast<const int8_t*>(this) + offset);
offset             51 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     BigEndianULong offset;
offset            133 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     BigEndianUShort offset;
offset            172 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     rewrittenSfnt->tables[t].offset = originalDataSize;
offset            183 Source/platform/fonts/opentype/OpenTypeUtilities.cpp         name->nameRecords[i].offset = 0;
offset            303 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp         uint16_t offset = defaultLangSysOffset;
offset            304 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp         if (offset)
offset            305 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp             return validateOffset<LangSysTable>(buffer, offset);
offset            556 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp void OpenTypeVerticalData::substituteWithVerticalGlyphs(const SimpleFontData* font, GlyphPage* glyphPage, unsigned offset, unsigned length) const
offset            562 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     for (unsigned index = offset, end = offset + length; index < end; ++index) {
offset             54 Source/platform/fonts/opentype/OpenTypeVerticalData.h     void substituteWithVerticalGlyphs(const SimpleFontData*, GlyphPage*, unsigned offset, unsigned length) const;
offset             43 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
offset             58 Source/platform/fonts/skia/GlyphPageTreeNodeSkia.cpp         setGlyphDataForIndex(offset + i, glyphs[i], glyphs[i] ? fontData : NULL);
offset            113 Source/platform/geometry/FloatQuad.h     void move(const FloatSize& offset)
offset            115 Source/platform/geometry/FloatQuad.h         m_p1 += offset;
offset            116 Source/platform/geometry/FloatQuad.h         m_p2 += offset;
offset            117 Source/platform/geometry/FloatQuad.h         m_p3 += offset;
offset            118 Source/platform/geometry/FloatQuad.h         m_p4 += offset;
offset             58 Source/platform/geometry/IntPoint.h     void moveBy(const IntPoint& offset) { move(offset.x(), offset.y()); }
offset             86 Source/platform/geometry/IntRect.h     void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); }
offset             57 Source/platform/geometry/LayoutPoint.h     void moveBy(const LayoutPoint& offset) { move(offset.x(), offset.y()); }
offset             91 Source/platform/geometry/LayoutRect.h     void moveBy(const LayoutPoint& offset) { m_location.move(offset.x(), offset.y()); }
offset            371 Source/platform/geometry/Region.cpp void Region::Shape::translate(const IntSize& offset)
offset            374 Source/platform/geometry/Region.cpp         m_segments[i] += offset.width();
offset            376 Source/platform/geometry/Region.cpp         m_spans[i].y += offset.height();
offset            604 Source/platform/geometry/Region.cpp void Region::translate(const IntSize& offset)
offset            606 Source/platform/geometry/Region.cpp     m_bounds.move(offset);
offset            607 Source/platform/geometry/Region.cpp     m_shape.translate(offset);
offset            156 Source/platform/geometry/Region.h static inline Region translate(const Region& region, const IntSize& offset)
offset            159 Source/platform/geometry/Region.h     result.translate(offset);
offset             53 Source/platform/geometry/TransformState.cpp void TransformState::translateTransform(const LayoutSize& offset)
offset             56 Source/platform/geometry/TransformState.cpp         m_accumulatedTransform->translateRight(offset.width().toDouble(), offset.height().toDouble());
offset             58 Source/platform/geometry/TransformState.cpp         m_accumulatedTransform->translate(offset.width().toDouble(), offset.height().toDouble());
offset             61 Source/platform/geometry/TransformState.cpp void TransformState::translateMappedCoordinates(const LayoutSize& offset)
offset             63 Source/platform/geometry/TransformState.cpp     LayoutSize adjustedOffset = (m_direction == ApplyTransformDirection) ? offset : -offset;
offset             70 Source/platform/geometry/TransformState.cpp void TransformState::move(const LayoutSize& offset, TransformAccumulation accumulate)
offset             73 Source/platform/geometry/TransformState.cpp         m_accumulatedOffset += offset;
offset             78 Source/platform/geometry/TransformState.cpp             translateTransform(offset);
offset             85 Source/platform/geometry/TransformState.cpp             translateMappedCoordinates(offset);
offset             93 Source/platform/geometry/TransformState.cpp     LayoutSize offset = m_accumulatedOffset;
offset             95 Source/platform/geometry/TransformState.cpp     if (!offset.isZero()) {
offset             97 Source/platform/geometry/TransformState.cpp             translateTransform(offset);
offset            100 Source/platform/geometry/TransformState.cpp             translateMappedCoordinates(offset);
offset             66 Source/platform/graphics/DrawLooperBuilder.cpp void DrawLooperBuilder::addShadow(const FloatSize& offset, float blur, const Color& color,
offset             91 Source/platform/graphics/DrawLooperBuilder.cpp     info.fOffset.set(offset.width(), offset.height());
offset             72 Source/platform/graphics/DrawLooperBuilder.h     void addShadow(const FloatSize& offset, float blur, const Color&,
offset            294 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color,
offset            301 Source/platform/graphics/GraphicsContext.cpp     if (!color.alpha() || (!offset.width() && !offset.height() && !blur)) {
offset            307 Source/platform/graphics/GraphicsContext.cpp     drawLooperBuilder->addShadow(offset, blur, color, shadowTransformMode, shadowAlphaMode);
offset            600 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& color)
offset            615 Source/platform/graphics/GraphicsContext.cpp void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
offset            625 Source/platform/graphics/GraphicsContext.cpp     const int focusRingOutset = getFocusRingOutset(offset);
offset            739 Source/platform/graphics/GraphicsContext.cpp             r1.offset(-width / 2, 0);
offset            740 Source/platform/graphics/GraphicsContext.cpp             r2.offset(-width / 2, -width);
offset            742 Source/platform/graphics/GraphicsContext.cpp             r1.offset(0, -width / 2);
offset            743 Source/platform/graphics/GraphicsContext.cpp             r2.offset(-width, -width / 2);
offset            324 Source/platform/graphics/GraphicsContext.h     void setShadow(const FloatSize& offset, float blur, const Color&,
offset            335 Source/platform/graphics/GraphicsContext.h     void drawFocusRing(const Vector<IntRect>&, int width, int offset, const Color&);
offset            336 Source/platform/graphics/GraphicsContext.h     void drawFocusRing(const Path&, int width, int offset, const Color&);
offset            401 Source/platform/graphics/GraphicsContext.h     static inline int getFocusRingOutset(int offset) { return offset + 2; }
offset            403 Source/platform/graphics/GraphicsContext.h     static inline int getFocusRingOutset(int offset) { return 0; }
offset            316 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setOffsetFromRenderer(const IntSize& offset, ShouldSetNeedsDisplay shouldSetNeedsDisplay)
offset            318 Source/platform/graphics/GraphicsLayer.cpp     if (offset == m_offsetFromRenderer)
offset            321 Source/platform/graphics/GraphicsLayer.cpp     m_offsetFromRenderer = offset;
offset            482 Source/platform/graphics/Path.cpp     m_path.offset(WebCoreFloatToSkScalar(size.width()), WebCoreFloatToSkScalar(size.height()));
offset            213 Source/platform/graphics/PathTraversalState.cpp             float offset = m_desiredLength - m_totalLength;
offset            214 Source/platform/graphics/PathTraversalState.cpp             m_current.move(offset * cosf(slope), offset * sinf(slope));
offset             37 Source/platform/graphics/filters/DistantLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
offset            147 Source/platform/graphics/filters/FEComponentTransfer.cpp         double val = 255.0 * (transferFunction.amplitude * pow((i / 255.0), exponent) + transferFunction.offset);
offset            197 Source/platform/graphics/filters/FEComponentTransfer.cpp         intercept = m_alphaFunc.offset;
offset            262 Source/platform/graphics/filters/FEComponentTransfer.cpp        << "\" offset=\"" << function.offset << "\"";
offset             48 Source/platform/graphics/filters/FEComponentTransfer.h         , offset(0)
offset             58 Source/platform/graphics/filters/FEComponentTransfer.h     float offset;
offset             83 Source/platform/graphics/filters/FEDropShadow.cpp     FloatSize offset(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
offset            103 Source/platform/graphics/filters/FEDropShadow.cpp     resultContext->drawBitmap(nativeImage->bitmap(), drawingRegion.x() + offset.width(), drawingRegion.y() + offset.height(), &paint);
offset             73 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector)
offset             75 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset             76 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset             77 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize;
offset             78 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset             79 Source/platform/graphics/filters/FELighting.cpp     int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset             84 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector)
offset             86 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset             87 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset             88 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset             89 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize;
offset             90 Source/platform/graphics/filters/FELighting.cpp     int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset             91 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset             92 Source/platform/graphics/filters/FELighting.cpp     int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset             97 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::topRight(int offset, IntPoint& normalVector)
offset             99 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            100 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            101 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize;
offset            102 Source/platform/graphics/filters/FELighting.cpp     int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            103 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            108 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::leftColumn(int offset, IntPoint& normalVector)
offset            110 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            111 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            112 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            113 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            114 Source/platform/graphics/filters/FELighting.cpp     int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            115 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize << 1;
offset            116 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            117 Source/platform/graphics/filters/FELighting.cpp     int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            122 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::interior(int offset, IntPoint& normalVector)
offset            124 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            125 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            126 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            127 Source/platform/graphics/filters/FELighting.cpp     int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            128 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            129 Source/platform/graphics/filters/FELighting.cpp     int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            130 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize << 1;
offset            131 Source/platform/graphics/filters/FELighting.cpp     int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            132 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            133 Source/platform/graphics/filters/FELighting.cpp     int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            138 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::rightColumn(int offset, IntPoint& normalVector)
offset            140 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            141 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            142 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            143 Source/platform/graphics/filters/FELighting.cpp     int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            144 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            145 Source/platform/graphics/filters/FELighting.cpp     offset += widthMultipliedByPixelSize << 1;
offset            146 Source/platform/graphics/filters/FELighting.cpp     int bottomLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            147 Source/platform/graphics/filters/FELighting.cpp     int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            152 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::bottomLeft(int offset, IntPoint& normalVector)
offset            154 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            155 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            156 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            157 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            158 Source/platform/graphics/filters/FELighting.cpp     int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            163 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::bottomRow(int offset, IntPoint& normalVector)
offset            165 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            166 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            167 Source/platform/graphics/filters/FELighting.cpp     int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            168 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            169 Source/platform/graphics/filters/FELighting.cpp     int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            170 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            171 Source/platform/graphics/filters/FELighting.cpp     int topRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
offset            176 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::LightingData::bottomRight(int offset, IntPoint& normalVector)
offset            178 Source/platform/graphics/filters/FELighting.cpp     int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            179 Source/platform/graphics/filters/FELighting.cpp     int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            180 Source/platform/graphics/filters/FELighting.cpp     offset -= widthMultipliedByPixelSize;
offset            181 Source/platform/graphics/filters/FELighting.cpp     int topLeft = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
offset            182 Source/platform/graphics/filters/FELighting.cpp     int top = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
offset            187 Source/platform/graphics/filters/FELighting.cpp inline void FELighting::inlineSetPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData,
offset            190 Source/platform/graphics/filters/FELighting.cpp     data.lightSource->updatePaintingData(paintingData, lightX, lightY, static_cast<float>(data.pixels->item(offset + cAlphaChannelOffset)) * data.surfaceScale);
offset            231 Source/platform/graphics/filters/FELighting.cpp     data.pixels->set(offset, static_cast<unsigned char>(lightStrength * paintingData.colorVector.x()));
offset            232 Source/platform/graphics/filters/FELighting.cpp     data.pixels->set(offset + 1, static_cast<unsigned char>(lightStrength * paintingData.colorVector.y()));
offset            233 Source/platform/graphics/filters/FELighting.cpp     data.pixels->set(offset + 2, static_cast<unsigned char>(lightStrength * paintingData.colorVector.z()));
offset            236 Source/platform/graphics/filters/FELighting.cpp void FELighting::setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData,
offset            239 Source/platform/graphics/filters/FELighting.cpp     inlineSetPixel(offset, data, paintingData, lightX, lightY, factorX, factorY, normalVector);
offset            245 Source/platform/graphics/filters/FELighting.cpp     int offset = 0;
offset            248 Source/platform/graphics/filters/FELighting.cpp         offset = y * data.widthMultipliedByPixelSize + cPixelSize;
offset            249 Source/platform/graphics/filters/FELighting.cpp         for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
offset            250 Source/platform/graphics/filters/FELighting.cpp             data.interior(offset, normalVector);
offset            251 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, y, cFactor1div4, cFactor1div4, normalVector);
offset            305 Source/platform/graphics/filters/FELighting.cpp void FELighting::getTransform(FloatPoint3D* scale, FloatSize* offset) const
offset            311 Source/platform/graphics/filters/FELighting.cpp     offset->setWidth(positionOffset.width());
offset            312 Source/platform/graphics/filters/FELighting.cpp     offset->setHeight(positionOffset.height());
offset            348 Source/platform/graphics/filters/FELighting.cpp     int offset = 0;
offset            349 Source/platform/graphics/filters/FELighting.cpp     data.topLeft(offset, normalVector);
offset            350 Source/platform/graphics/filters/FELighting.cpp     setPixel(offset, data, paintingData, 0, 0, cFactor2div3, cFactor2div3, normalVector);
offset            353 Source/platform/graphics/filters/FELighting.cpp     offset = data.widthMultipliedByPixelSize - cPixelSize;
offset            354 Source/platform/graphics/filters/FELighting.cpp     data.topRight(offset, normalVector);
offset            355 Source/platform/graphics/filters/FELighting.cpp     setPixel(offset, data, paintingData, data.widthDecreasedByOne, 0, cFactor2div3, cFactor2div3, normalVector);
offset            358 Source/platform/graphics/filters/FELighting.cpp     offset = data.heightDecreasedByOne * data.widthMultipliedByPixelSize;
offset            359 Source/platform/graphics/filters/FELighting.cpp     data.bottomLeft(offset, normalVector);
offset            360 Source/platform/graphics/filters/FELighting.cpp     setPixel(offset, data, paintingData, 0, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
offset            363 Source/platform/graphics/filters/FELighting.cpp     offset = height * data.widthMultipliedByPixelSize - cPixelSize;
offset            364 Source/platform/graphics/filters/FELighting.cpp     data.bottomRight(offset, normalVector);
offset            365 Source/platform/graphics/filters/FELighting.cpp     setPixel(offset, data, paintingData, data.widthDecreasedByOne, data.heightDecreasedByOne, cFactor2div3, cFactor2div3, normalVector);
offset            369 Source/platform/graphics/filters/FELighting.cpp         offset = cPixelSize;
offset            370 Source/platform/graphics/filters/FELighting.cpp         for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
offset            371 Source/platform/graphics/filters/FELighting.cpp             data.topRow(offset, normalVector);
offset            372 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, 0, cFactor1div3, cFactor1div2, normalVector);
offset            375 Source/platform/graphics/filters/FELighting.cpp         offset = data.heightDecreasedByOne * data.widthMultipliedByPixelSize + cPixelSize;
offset            376 Source/platform/graphics/filters/FELighting.cpp         for (int x = 1; x < data.widthDecreasedByOne; ++x, offset += cPixelSize) {
offset            377 Source/platform/graphics/filters/FELighting.cpp             data.bottomRow(offset, normalVector);
offset            378 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, x, data.heightDecreasedByOne, cFactor1div3, cFactor1div2, normalVector);
offset            384 Source/platform/graphics/filters/FELighting.cpp         offset = data.widthMultipliedByPixelSize;
offset            385 Source/platform/graphics/filters/FELighting.cpp         for (int y = 1; y < data.heightDecreasedByOne; ++y, offset += data.widthMultipliedByPixelSize) {
offset            386 Source/platform/graphics/filters/FELighting.cpp             data.leftColumn(offset, normalVector);
offset            387 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, 0, y, cFactor1div2, cFactor1div3, normalVector);
offset            390 Source/platform/graphics/filters/FELighting.cpp         offset = (data.widthMultipliedByPixelSize << 1) - cPixelSize;
offset            391 Source/platform/graphics/filters/FELighting.cpp         for (int y = 1; y < data.heightDecreasedByOne; ++y, offset += data.widthMultipliedByPixelSize) {
offset            392 Source/platform/graphics/filters/FELighting.cpp             data.rightColumn(offset, normalVector);
offset            393 Source/platform/graphics/filters/FELighting.cpp             inlineSetPixel(offset, data, paintingData, data.widthDecreasedByOne, y, cFactor1div2, cFactor1div3, normalVector);
offset             66 Source/platform/graphics/filters/FELighting.h         inline void topLeft(int offset, IntPoint& normalVector);
offset             67 Source/platform/graphics/filters/FELighting.h         inline void topRow(int offset, IntPoint& normalVector);
offset             68 Source/platform/graphics/filters/FELighting.h         inline void topRight(int offset, IntPoint& normalVector);
offset             69 Source/platform/graphics/filters/FELighting.h         inline void leftColumn(int offset, IntPoint& normalVector);
offset             70 Source/platform/graphics/filters/FELighting.h         inline void interior(int offset, IntPoint& normalVector);
offset             71 Source/platform/graphics/filters/FELighting.h         inline void rightColumn(int offset, IntPoint& normalVector);
offset             72 Source/platform/graphics/filters/FELighting.h         inline void bottomLeft(int offset, IntPoint& normalVector);
offset             73 Source/platform/graphics/filters/FELighting.h         inline void bottomRow(int offset, IntPoint& normalVector);
offset             74 Source/platform/graphics/filters/FELighting.h         inline void bottomRight(int offset, IntPoint& normalVector);
offset             97 Source/platform/graphics/filters/FELighting.h     inline void inlineSetPixel(int offset, LightingData&, LightSource::PaintingData&,
offset            101 Source/platform/graphics/filters/FELighting.h     void setPixel(int offset, LightingData&, LightSource::PaintingData&,
offset            126 Source/platform/graphics/filters/FELighting.h     void getTransform(FloatPoint3D* scale, FloatSize* offset) const;
offset             71 Source/platform/graphics/filters/LightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const = 0;
offset             37 Source/platform/graphics/filters/PointLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
offset             39 Source/platform/graphics/filters/PointLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
offset             38 Source/platform/graphics/filters/SpotLightSource.h     virtual PassRefPtr<LightSource> create(const FloatPoint3D& scale, const FloatSize& offset) const OVERRIDE
offset             40 Source/platform/graphics/filters/SpotLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
offset             41 Source/platform/graphics/filters/SpotLightSource.h         FloatPoint3D direction(m_direction.x() * scale.x() - offset.width(), m_direction.y() * scale.y() - offset.height(), m_direction.z() * scale.z());
offset            229 Source/platform/graphics/skia/NativeImageSkia.cpp     scaledSrcRect->offset(-enclosingScaledSrcRect.x(), -enclosingScaledSrcRect.y());
offset            616 Source/platform/graphics/skia/NativeImageSkia.cpp     subsetRect.offset(-scaledImageSubset.x(), -scaledImageSubset.y());
offset             53 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void* mapBufferSubDataCHROMIUM(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, WGC3Denum access) { return 0; }
offset             83 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void bufferSubData(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, const void* data) { }
offset            109 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void drawElements(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset) { }
offset            231 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void vertexAttribPointer(WGC3Duint index, WGC3Dint size, WGC3Denum type, WGC3Dboolean normalized, WGC3Dsizei stride, WGC3Dintptr offset) { }
offset             34 Source/platform/image-decoders/ImageDecoder.cpp static unsigned copyFromSharedBuffer(char* buffer, unsigned bufferLength, const SharedBuffer& sharedBuffer, unsigned offset)
offset             38 Source/platform/image-decoders/ImageDecoder.cpp     while (unsigned moreDataLength = sharedBuffer.getSomeData(moreData, offset)) {
offset             44 Source/platform/image-decoders/ImageDecoder.cpp         offset += bytesToCopy;
offset             55 Source/platform/image-decoders/bmp/BMPImageDecoder.h     inline uint32_t readUint32(int offset) const
offset             57 Source/platform/image-decoders/bmp/BMPImageDecoder.h         return BMPImageReader::readUint32(m_data.get(), m_decodedOffset + offset);
offset             47 Source/platform/image-decoders/bmp/BMPImageReader.h     static inline uint16_t readUint16(SharedBuffer* data, int offset)
offset             50 Source/platform/image-decoders/bmp/BMPImageReader.h         memcpy(&result, &data->data()[offset], 2);
offset             57 Source/platform/image-decoders/bmp/BMPImageReader.h     static inline uint32_t readUint32(SharedBuffer* data, int offset)
offset             60 Source/platform/image-decoders/bmp/BMPImageReader.h         memcpy(&result, &data->data()[offset], 4);
offset            124 Source/platform/image-decoders/bmp/BMPImageReader.h     inline uint16_t readUint16(int offset) const
offset            126 Source/platform/image-decoders/bmp/BMPImageReader.h         return readUint16(m_data.get(), m_decodedOffset + offset);
offset            129 Source/platform/image-decoders/bmp/BMPImageReader.h     inline uint32_t readUint32(int offset) const
offset            131 Source/platform/image-decoders/bmp/BMPImageReader.h         return readUint32(m_data.get(), m_decodedOffset + offset);
offset            199 Source/platform/image-decoders/bmp/BMPImageReader.h         const int offset = m_coord.x() * bytesPerPixel;
offset            202 Source/platform/image-decoders/bmp/BMPImageReader.h             return readUint16(offset);
offset            209 Source/platform/image-decoders/bmp/BMPImageReader.h             memcpy(&pixel, &m_data->data()[m_decodedOffset + offset], 3);
offset            217 Source/platform/image-decoders/bmp/BMPImageReader.h             return readUint32(offset);
offset             84 Source/platform/image-decoders/ico/ICOImageDecoder.h     inline uint16_t readUint16(int offset) const
offset             86 Source/platform/image-decoders/ico/ICOImageDecoder.h         return BMPImageReader::readUint16(m_data.get(), m_decodedOffset + offset);
offset             89 Source/platform/image-decoders/ico/ICOImageDecoder.h     inline uint32_t readUint32(int offset) const
offset             91 Source/platform/image-decoders/ico/ICOImageDecoder.h         return BMPImageReader::readUint32(m_data.get(), m_decodedOffset + offset);
offset            167 Source/platform/image-decoders/png/PNGImageDecoder.cpp     void setReadOffset(unsigned offset) { m_readOffset = offset; }
offset             67 Source/platform/scroll/ScrollAnimator.cpp void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
offset             69 Source/platform/scroll/ScrollAnimator.cpp     m_currentPosX = offset.x();
offset             70 Source/platform/scroll/ScrollAnimator.cpp     m_currentPosY = offset.y();
offset            436 Source/platform/scroll/ScrollAnimatorNone.cpp void ScrollAnimatorNone::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
offset            441 Source/platform/scroll/ScrollAnimatorNone.cpp     *m_horizontalData.m_currentPosition = offset.x();
offset            442 Source/platform/scroll/ScrollAnimatorNone.cpp     m_horizontalData.m_desiredPosition = offset.x();
offset            443 Source/platform/scroll/ScrollAnimatorNone.cpp     m_currentPosX = offset.x();
offset            446 Source/platform/scroll/ScrollAnimatorNone.cpp     *m_verticalData.m_currentPosition = offset.y();
offset            447 Source/platform/scroll/ScrollAnimatorNone.cpp     m_verticalData.m_desiredPosition = offset.y();
offset            448 Source/platform/scroll/ScrollAnimatorNone.cpp     m_currentPosY = offset.y();
offset            262 Source/platform/scroll/ScrollView.cpp void ScrollView::setScrollOffset(const IntPoint& offset)
offset            264 Source/platform/scroll/ScrollView.cpp     scrollTo(toIntSize(adjustScrollPositionWithinRange(offset)));
offset            146 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
offset            148 Source/platform/scroll/ScrollableArea.cpp     scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
offset            151 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
offset            154 Source/platform/scroll/ScrollableArea.cpp         scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
offset            156 Source/platform/scroll/ScrollableArea.cpp         scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
offset            224 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::setScrollOffsetFromInternals(const IntPoint& offset)
offset            226 Source/platform/scroll/ScrollableArea.cpp     setScrollOffsetFromAnimation(offset);
offset            229 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::setScrollOffsetFromAnimation(const IntPoint& offset)
offset            231 Source/platform/scroll/ScrollableArea.cpp     scrollPositionChanged(offset);
offset             64 Source/platform/scroll/ScrollableArea.h     void scrollToOffsetWithoutAnimation(ScrollbarOrientation, float offset);
offset             76 Source/platform/text/BidiResolver.h         Iterator midpoint(0, textParagraphSeparator.object(), textParagraphSeparator.offset());
offset             77 Source/platform/text/BidiResolver.h         startIgnoringSpaces(Iterator(0, textParagraphSeparator.object(), textParagraphSeparator.offset() - 1));
offset             78 Source/platform/text/BidiResolver.h         stopIgnoringSpaces(Iterator(0, textParagraphSeparator.object(), textParagraphSeparator.offset()));
offset             97 Source/platform/text/BidiResolver.h                     endpoint.setOffset(endpoint.offset() - 1);
offset            332 Source/platform/text/BidiResolver.h         unsigned startOffset = m_sor.offset();
offset            333 Source/platform/text/BidiResolver.h         unsigned endOffset = m_eor.offset();
offset            335 Source/platform/text/BidiResolver.h         if (!m_endOfRunAtEndOfLine.atEnd() && endOffset >= m_endOfRunAtEndOfLine.offset()) {
offset            337 Source/platform/text/BidiResolver.h             endOffset = m_endOfRunAtEndOfLine.offset();
offset             74 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
offset             76 Source/platform/text/SegmentedString.h         if (!offset) {
offset             80 Source/platform/text/SegmentedString.h             builder.append(m_string.substring(offset, m_length));
offset            108 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
offset            109 Source/platform/text/SegmentedString.h         return m_string.substring(offset, length);
offset             45 Source/platform/text/StringTruncator.cpp static inline int textBreakAtOrPreceding(const NonSharedCharacterBreakIterator& it, int offset)
offset             47 Source/platform/text/StringTruncator.cpp     if (it.isBreak(offset))
offset             48 Source/platform/text/StringTruncator.cpp         return offset;
offset             50 Source/platform/text/StringTruncator.cpp     int result = it.preceding(offset);
offset             54 Source/platform/text/StringTruncator.cpp static inline int boundedTextBreakFollowing(const NonSharedCharacterBreakIterator& it, int offset, int length)
offset             56 Source/platform/text/StringTruncator.cpp     int result = it.following(offset);
offset            101 Source/platform/text/SuffixTree.h             for (unsigned offset = 0; base + offset < limit; ++offset) {
offset            103 Source/platform/text/SuffixTree.h                 Node*& child = current->at(Codebook::codeWord(text[base + offset]));
offset            105 Source/platform/text/SuffixTree.h                     child = base + offset + 1 == limit ? &m_leaf : new Node();
offset            185 Source/platform/text/TextBreakIterator.h     bool isBreak(int offset) const;
offset            186 Source/platform/text/TextBreakIterator.h     int preceding(int offset) const;
offset            187 Source/platform/text/TextBreakIterator.h     int following(int offset) const;
offset            197 Source/platform/text/TextBreakIterator.h     unsigned clusterLengthStartingAt(unsigned offset) const
offset            201 Source/platform/text/TextBreakIterator.h         return isCRBeforeLF(offset) ? 2 : 1;
offset            204 Source/platform/text/TextBreakIterator.h     bool isCRBeforeLF(unsigned offset) const
offset            207 Source/platform/text/TextBreakIterator.h         return m_charaters8[offset] == '\r' && offset + 1 < m_length && m_charaters8[offset + 1] == '\n';
offset            210 Source/platform/text/TextBreakIterator.h     bool isLFAfterCR(unsigned offset) const
offset            213 Source/platform/text/TextBreakIterator.h         return m_charaters8[offset] == '\n' && offset >= 1 && m_charaters8[offset - 1] == '\r';
offset            244 Source/platform/text/TextBreakIteratorICU.cpp     int64_t offset = nativeIndex - text->chunkNativeStart;
offset            246 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
offset            247 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
offset            261 Source/platform/text/TextBreakIteratorICU.cpp             int64_t offset = nativeIndex - text->chunkNativeStart;
offset            263 Source/platform/text/TextBreakIteratorICU.cpp             ASSERT(offset <= numeric_limits<int32_t>::max());
offset            264 Source/platform/text/TextBreakIteratorICU.cpp             text->chunkOffset = offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
offset            275 Source/platform/text/TextBreakIteratorICU.cpp             int64_t offset = nativeIndex - text->chunkNativeStart;
offset            277 Source/platform/text/TextBreakIteratorICU.cpp             ASSERT(offset <= numeric_limits<int32_t>::max());
offset            278 Source/platform/text/TextBreakIteratorICU.cpp             text->chunkOffset = offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0;
offset            378 Source/platform/text/TextBreakIteratorICU.cpp     int64_t offset = nativeIndex - text->chunkNativeStart;
offset            380 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
offset            381 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
offset            401 Source/platform/text/TextBreakIteratorICU.cpp     int64_t offset = nativeIndex - text->chunkNativeStart;
offset            403 Source/platform/text/TextBreakIteratorICU.cpp     ASSERT(offset <= numeric_limits<int32_t>::max());
offset            404 Source/platform/text/TextBreakIteratorICU.cpp     text->chunkOffset = min(offset <= numeric_limits<int32_t>::max() ? static_cast<int32_t>(offset) : 0, text->chunkLength);
offset            688 Source/platform/text/TextBreakIteratorICU.cpp bool NonSharedCharacterBreakIterator::isBreak(int offset) const
offset            691 Source/platform/text/TextBreakIteratorICU.cpp         return m_iterator->isBoundary(offset);
offset            692 Source/platform/text/TextBreakIteratorICU.cpp     return !isLFAfterCR(offset);
offset            695 Source/platform/text/TextBreakIteratorICU.cpp int NonSharedCharacterBreakIterator::preceding(int offset) const
offset            698 Source/platform/text/TextBreakIteratorICU.cpp         return m_iterator->preceding(offset);
offset            699 Source/platform/text/TextBreakIteratorICU.cpp     if (offset <= 0)
offset            701 Source/platform/text/TextBreakIteratorICU.cpp     if (isLFAfterCR(offset))
offset            702 Source/platform/text/TextBreakIteratorICU.cpp         return offset - 2;
offset            703 Source/platform/text/TextBreakIteratorICU.cpp     return offset - 1;
offset            706 Source/platform/text/TextBreakIteratorICU.cpp int NonSharedCharacterBreakIterator::following(int offset) const
offset            709 Source/platform/text/TextBreakIteratorICU.cpp         return m_iterator->following(offset);
offset            710 Source/platform/text/TextBreakIteratorICU.cpp     if (static_cast<unsigned>(offset) >= m_length)
offset            712 Source/platform/text/TextBreakIteratorICU.cpp     return offset + clusterLengthStartingAt(offset);
offset             44 Source/platform/text/TextRunIterator.h     TextRunIterator(const TextRun* textRun, unsigned offset)
offset             46 Source/platform/text/TextRunIterator.h         , m_offset(offset)
offset             56 Source/platform/text/TextRunIterator.h     unsigned offset() const { return m_offset; }
offset            371 Source/platform/text/UnicodeUtilities.cpp         const size_t offset = compareKanaLetterAndComposedVoicedSoundMarks(a, aEnd, b, bEnd);
offset            372 Source/platform/text/UnicodeUtilities.cpp         if (offset == kNotFound)
offset            376 Source/platform/text/UnicodeUtilities.cpp         a += offset;
offset            377 Source/platform/text/UnicodeUtilities.cpp         b += offset;
offset            405 Source/platform/text/UnicodeUtilities.cpp         const size_t offset = compareKanaLetterAndComposedVoicedSoundMarks(a, aEnd, b, bEnd);
offset            406 Source/platform/text/UnicodeUtilities.cpp         if (offset == kNotFound)
offset            410 Source/platform/text/UnicodeUtilities.cpp         a += offset;
offset            411 Source/platform/text/UnicodeUtilities.cpp         b += offset;
offset            524 Source/web/FrameLoaderClientImpl.cpp bool FrameLoaderClientImpl::navigateBackForward(int offset) const
offset            530 Source/web/FrameLoaderClientImpl.cpp     ASSERT(offset);
offset            531 Source/web/FrameLoaderClientImpl.cpp     offset = std::min(offset, webview->client()->historyForwardListCount());
offset            532 Source/web/FrameLoaderClientImpl.cpp     offset = std::max(offset, -webview->client()->historyBackListCount());
offset            533 Source/web/FrameLoaderClientImpl.cpp     if (!offset)
offset            535 Source/web/FrameLoaderClientImpl.cpp     webview->client()->navigateBackForwardSoon(offset);
offset            105 Source/web/FrameLoaderClientImpl.h     virtual bool navigateBackForward(int offset) const OVERRIDE;
offset            103 Source/web/ScrollbarGroup.cpp void ScrollbarGroup::setScrollOffset(const IntPoint& offset)
offset            105 Source/web/ScrollbarGroup.cpp     if (m_horizontalScrollbar && m_horizontalScrollbar->scrollOffset() != offset.x())
offset            106 Source/web/ScrollbarGroup.cpp         m_horizontalScrollbar->setScrollOffset(offset.x());
offset            107 Source/web/ScrollbarGroup.cpp     else if (m_verticalScrollbar && m_verticalScrollbar->scrollOffset() != offset.y())
offset            108 Source/web/ScrollbarGroup.cpp         m_verticalScrollbar->setScrollOffset(offset.y());
offset            538 Source/web/TextFinder.cpp         FloatSize offset = point - m_findMatchesCache[i].m_rect.center();
offset            539 Source/web/TextFinder.cpp         float width = offset.width();
offset            540 Source/web/TextFinder.cpp         float height = offset.height();
offset            562 Source/web/WebFrameImpl.cpp void WebFrameImpl::setScrollOffset(const WebSize& offset)
offset            565 Source/web/WebFrameImpl.cpp         view->setScrollOffset(IntPoint(offset.width, offset.height));
offset           1886 Source/web/WebFrameImpl.cpp void WebFrameImpl::setInputEventsTransformForEmulation(const IntSize& offset, float contentScaleFactor)
offset           1888 Source/web/WebFrameImpl.cpp     m_inputEventsOffsetForEmulation = offset;
offset             80 Source/web/WebInputEventConversion.cpp     IntSize offset = widgetInputEventsOffset(widget);
offset             84 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
offset            127 Source/web/WebInputEventConversion.cpp     IntSize offset = widgetInputEventsOffset(widget);
offset            129 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
offset            168 Source/web/WebInputEventConversion.cpp     IntSize offset = widgetInputEventsOffset(widget);
offset            246 Source/web/WebInputEventConversion.cpp     m_position = widget->convertFromContainingWindow(IntPoint((e.x - offset.width()) / scale, (e.y - offset.height()) / scale));
offset            407 Source/web/WebInputEventConversion.cpp     IntSize offset = widgetInputEventsOffset(widget);
offset            410 Source/web/WebInputEventConversion.cpp     m_pos = widget->convertFromContainingWindow(IntPoint((point.position.x - offset.width()) / scale, (point.position.y - offset.height()) / scale));
offset            106 Source/web/WebPluginScrollbarImpl.cpp     IntPoint offset(parentPoint.x() - m_scrollbar->x(), parentPoint.y() - m_scrollbar->y());
offset            107 Source/web/WebPluginScrollbarImpl.cpp     return m_scrollbar->Widget::convertFromContainingView(offset);
offset           2655 Source/web/WebViewImpl.cpp IntPoint WebViewImpl::clampOffsetAtScale(const IntPoint& offset, float scale)
offset           2659 Source/web/WebViewImpl.cpp         return offset;
offset           2661 Source/web/WebViewImpl.cpp     return view->clampOffsetAtScale(offset, scale);
offset            270 Source/web/WebViewImpl.h     virtual void setRootLayerTransform(const WebSize& offset, float scale) OVERRIDE;
offset            515 Source/web/WebViewImpl.h     WebCore::IntPoint clampOffsetAtScale(const WebCore::IntPoint& offset, float scale);
offset             42 Source/web/tests/OpenTypeVerticalDataTest.cpp     template <typename T> const T* validateOffset(const SharedBuffer& buffer, uint16_t offset) const
offset             44 Source/web/tests/OpenTypeVerticalDataTest.cpp         return TableBase::validateOffset<T>(buffer, offset);
offset             73 Source/web/tests/OpenTypeVerticalDataTest.cpp     for (uint16_t offset = 0; offset < sizeof(TestTable); offset++)
offset             74 Source/web/tests/OpenTypeVerticalDataTest.cpp         EXPECT_TRUE(table->validateOffset<uint8_t>(*buffer, offset));
offset             79 Source/web/tests/OpenTypeVerticalDataTest.cpp     for (uint16_t offset = 0; offset < sizeof(TestTable) - 1; offset++)
offset             80 Source/web/tests/OpenTypeVerticalDataTest.cpp         EXPECT_TRUE(table->validateOffset<uint16_t>(*buffer, offset));
offset             89 Source/wtf/ArrayBufferView.h                                          unsigned* offset, unsigned* length);
offset            115 Source/wtf/ArrayBufferView.h                                           unsigned *offset,
offset            119 Source/wtf/ArrayBufferView.h         if (*offset > maxOffset) {
offset            120 Source/wtf/ArrayBufferView.h             *offset = buffer->byteLength();
offset            124 Source/wtf/ArrayBufferView.h         *offset = arrayByteOffset + *offset * sizeof(T);
offset            125 Source/wtf/ArrayBufferView.h         *offset = std::min(buffer->byteLength(), *offset);
offset            126 Source/wtf/ArrayBufferView.h         unsigned remainingElements = (buffer->byteLength() - *offset) / sizeof(T);
offset            188 Source/wtf/ArrayBufferView.h                                                unsigned* offset, unsigned* length)
offset            202 Source/wtf/ArrayBufferView.h     *offset = static_cast<unsigned>(start);
offset            555 Source/wtf/DateMath.cpp static double parseDateFromNullTerminatedCharacters(const char* dateString, bool& haveTZ, int& offset)
offset            558 Source/wtf/DateMath.cpp     offset = 0;
offset            791 Source/wtf/DateMath.cpp                     offset = ((o / 100) * 60 + (o % 100)) * sgn;
offset            793 Source/wtf/DateMath.cpp                     offset = o * 60 * sgn;
offset            800 Source/wtf/DateMath.cpp                 offset = (o * 60 + o2) * sgn;
offset            806 Source/wtf/DateMath.cpp                     offset = known_zones[i].tzOffset;
offset            842 Source/wtf/DateMath.cpp     int offset;
offset            843 Source/wtf/DateMath.cpp     double ms = parseDateFromNullTerminatedCharacters(dateString, haveTZ, offset);
offset            851 Source/wtf/DateMath.cpp         offset = (utcOffset + dstOffset) / msPerMinute;
offset            853 Source/wtf/DateMath.cpp     return ms - (offset * msPerMinute);
offset             40 Source/wtf/TypedArrayBase.h     bool set(TypedArrayBase<T>* array, unsigned offset)
offset             42 Source/wtf/TypedArrayBase.h         return setImpl(array, offset * sizeof(T));
offset             45 Source/wtf/TypedArrayBase.h     bool setRange(const T* data, size_t dataLength, unsigned offset)
offset             47 Source/wtf/TypedArrayBase.h         return setRangeImpl(reinterpret_cast<const char*>(data), dataLength * sizeof(T), offset * sizeof(T));
offset             50 Source/wtf/TypedArrayBase.h     bool zeroRange(unsigned offset, size_t length)
offset             52 Source/wtf/TypedArrayBase.h         return zeroRangeImpl(offset * sizeof(T), length * sizeof(T));
offset             76 Source/wtf/TypedArrayBase.h     bool checkInboundData(unsigned offset, unsigned pos) const
offset             78 Source/wtf/TypedArrayBase.h         return (offset <= m_length
offset             79 Source/wtf/TypedArrayBase.h             && offset + pos <= m_length
offset             81 Source/wtf/TypedArrayBase.h             && offset + pos >= offset);
offset            134 Source/wtf/TypedArrayBase.h         unsigned offset, length;
offset            135 Source/wtf/TypedArrayBase.h         calculateOffsetAndLength(start, end, m_length, &offset, &length);
offset            136 Source/wtf/TypedArrayBase.h         clampOffsetAndNumElements<T>(buffer(), m_byteOffset, &offset, &length);
offset            137 Source/wtf/TypedArrayBase.h         return create<Subclass>(buffer(), offset, length);
offset            223 Source/wtf/dtoa/bignum.cc         int offset = other.exponent_ - exponent_;
offset            228 Source/wtf/dtoa/bignum.cc             Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow;
offset            229 Source/wtf/dtoa/bignum.cc             bigits_[i + offset] = difference & kBigitMask;
offset            233 Source/wtf/dtoa/bignum.cc             Chunk difference = bigits_[i + offset] - borrow;
offset            234 Source/wtf/dtoa/bignum.cc             bigits_[i + offset] = difference & kBigitMask;
offset            181 Source/wtf/text/AtomicString.h     static PassRefPtr<StringImpl> add(StringImpl*, unsigned offset, unsigned length);
offset             92 Source/wtf/text/StringBuilder.h     void append(const String& string, unsigned offset, unsigned length)
offset             97 Source/wtf/text/StringBuilder.h         unsigned extent = offset + length;
offset             98 Source/wtf/text/StringBuilder.h         if (extent < offset || extent > string.length())
offset            102 Source/wtf/text/StringBuilder.h             append(string.characters8() + offset, length);
offset            104 Source/wtf/text/StringBuilder.h             append(string.characters16() + offset, length);
offset             53 Source/wtf/text/StringView.h     StringView(PassRefPtr<StringImpl> impl, unsigned offset, unsigned length)
offset             55 Source/wtf/text/StringView.h         , m_offset(offset)
offset             58 Source/wtf/text/StringView.h         ASSERT_WITH_SECURITY_IMPLICATION(offset + length <= m_impl->length());
offset             61 Source/wtf/text/StringView.h     void narrow(unsigned offset, unsigned length)
offset             63 Source/wtf/text/StringView.h         ASSERT_WITH_SECURITY_IMPLICATION(offset + length <= m_length);
offset             64 Source/wtf/text/StringView.h         m_offset += offset;
offset             57 Source/wtf/text/TextPosition.cpp TextPosition TextPosition::fromOffsetAndLineEndings(unsigned offset, const Vector<unsigned>& lineEndings)
offset             59 Source/wtf/text/TextPosition.cpp     const unsigned* foundLineEnding = std::lower_bound(lineEndings.begin(), lineEndings.end(), offset);
offset             62 Source/wtf/text/TextPosition.cpp     int column = offset - lineStartOffset;
offset            323 Source/wtf/text/WTFString.h     StringView createView(unsigned offset, unsigned length) const { return StringView(impl(), offset, length); }
offset             55 public/platform/WebBlobData.h         long long offset;
offset             50 public/platform/WebFilterOperations.h     virtual void appendDropShadowFilter(WebPoint offset, float stdDeviation, WebColor) = 0;
offset            187 public/platform/WebGraphicsContext3D.h     virtual void* mapBufferSubDataCHROMIUM(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, WGC3Denum access) = 0;
offset            226 public/platform/WebGraphicsContext3D.h     virtual void bufferSubData(WGC3Denum target, WGC3Dintptr offset, WGC3Dsizeiptr size, const void* data) = 0;
offset            248 public/platform/WebGraphicsContext3D.h     virtual void drawElements(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset) = 0;
offset            354 public/platform/WebGraphicsContext3D.h                                      WGC3Dsizei stride, WGC3Dintptr offset) = 0;
offset            466 public/platform/WebGraphicsContext3D.h     virtual void drawElementsInstancedANGLE(WGC3Denum mode, WGC3Dsizei count, WGC3Denum type, WGC3Dintptr offset, WGC3Dsizei primcount) { }
offset            382 public/web/WebView.h     virtual void setRootLayerTransform(const WebSize& offset, float scale) = 0;
offset            277 public/web/WebViewClient.h     virtual void navigateBackForwardSoon(int offset) { }