m_offset           13 Source/core/animation/AnimatableValueKeyframe.cpp     : Keyframe(copyFrom.m_offset, copyFrom.m_composite, copyFrom.m_easing)
m_offset           54 Source/core/animation/AnimatableValueKeyframe.cpp     ASSERT(!isNull(m_offset));
m_offset           21 Source/core/animation/Keyframe.h     void setOffset(double offset) { m_offset = offset; }
m_offset           22 Source/core/animation/Keyframe.h     double offset() const { return m_offset; }
m_offset           49 Source/core/animation/Keyframe.h         double offset() const { return m_offset; }
m_offset           65 Source/core/animation/Keyframe.h         double m_offset;
m_offset           74 Source/core/animation/Keyframe.h         : m_offset(nullValue())
m_offset           80 Source/core/animation/Keyframe.h         : m_offset(offset)
m_offset           86 Source/core/animation/Keyframe.h     double m_offset;
m_offset          211 Source/core/animation/KeyframeEffectModel.cpp     : m_offset(offset)
m_offset           13 Source/core/animation/StringKeyframe.cpp     : Keyframe(copyFrom.m_offset, copyFrom.m_composite, copyFrom.m_easing)
m_offset           52 Source/core/animation/StringKeyframe.cpp     ASSERT(!isNull(m_offset));
m_offset           38 Source/core/css/CSSReflectValue.cpp         return m_direction->cssText() + ' ' + m_offset->cssText() + ' ' + m_mask->cssText();
m_offset           39 Source/core/css/CSSReflectValue.cpp     return m_direction->cssText() + ' ' + m_offset->cssText();
m_offset           45 Source/core/css/CSSReflectValue.cpp         && compareCSSValuePtr(m_offset, other.m_offset)
m_offset           52 Source/core/css/CSSReflectValue.cpp     visitor->trace(m_offset);
m_offset           46 Source/core/css/CSSReflectValue.h     CSSPrimitiveValue* offset() const { return m_offset.get(); }
m_offset           59 Source/core/css/CSSReflectValue.h         , m_offset(offset)
m_offset           65 Source/core/css/CSSReflectValue.h     RefPtrWillBeMember<CSSPrimitiveValue> m_offset;
m_offset           13 Source/core/css/parser/MediaQueryInputStream.cpp     : m_offset(0)
m_offset           20 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT((m_offset + lookaheadOffset) <= maxLength());
m_offset           21 Source/core/css/parser/MediaQueryInputStream.cpp     if ((m_offset + lookaheadOffset) >= m_string.length())
m_offset           23 Source/core/css/parser/MediaQueryInputStream.cpp     return m_string[m_offset + lookaheadOffset];
m_offset           28 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(m_offset + offset <= maxLength());
m_offset           29 Source/core/css/parser/MediaQueryInputStream.cpp     m_offset += offset;
m_offset           34 Source/core/css/parser/MediaQueryInputStream.cpp     --m_offset;
m_offset           40 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
m_offset           45 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters8() + m_offset + start, end - start, &isResultOK);
m_offset           47 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters16() + m_offset + start, end - start, &isResultOK);
m_offset           54 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
m_offset           59 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters8() + m_offset + start, end - start, &isResultOK);
m_offset           61 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters16() + m_offset + start, end - start, &isResultOK);
m_offset           34 Source/core/css/parser/MediaQueryInputStream.h         return m_string.length() - m_offset;
m_offset           44 Source/core/css/parser/MediaQueryInputStream.h         while ((m_offset + offset) < m_string.length() && characterPredicate(m_string[m_offset + offset]))
m_offset           50 Source/core/css/parser/MediaQueryInputStream.h     size_t m_offset;
m_offset           84 Source/core/dom/Position.cpp     , m_offset(offset.value())
m_offset           85 Source/core/dom/Position.cpp     , m_anchorType(anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset))
m_offset           93 Source/core/dom/Position.cpp     , m_offset(0)
m_offset          106 Source/core/dom/Position.cpp     , m_offset(offset)
m_offset          117 Source/core/dom/Position.cpp     , m_offset(static_cast<int>(offset))
m_offset          129 Source/core/dom/Position.cpp     m_offset = offset;
m_offset          131 Source/core/dom/Position.cpp         m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
m_offset          136 Source/core/dom/Position.cpp     m_offset = offset;
m_offset          138 Source/core/dom/Position.cpp         m_anchorType = anchorTypeForLegacyEditingPosition(m_anchorNode.get(), m_offset);
m_offset          187 Source/core/dom/Position.cpp         return minOffsetForNode(m_anchorNode.get(), m_offset);
m_offset          212 Source/core/dom/Position.cpp     if (m_offset <= 0 && (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChildren)) {
m_offset          218 Source/core/dom/Position.cpp         && (m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || static_cast<unsigned>(m_offset) == m_anchorNode->countChildren())
m_offset          238 Source/core/dom/Position.cpp         return m_anchorNode->traverseToChildAt(m_offset - 1); // -1 converts to traverseToChildAt((unsigned)-1) and returns null.
m_offset          259 Source/core/dom/Position.cpp         return m_anchorNode->traverseToChildAt(m_offset);
m_offset          382 Source/core/dom/Position.cpp         return m_offset <= 0;
m_offset          400 Source/core/dom/Position.cpp     return m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || m_offset >= lastOffsetForEditing(deprecatedNode());
m_offset          445 Source/core/dom/Position.cpp     return !deprecatedNode()->parentNode() && m_offset <= 0;
m_offset          452 Source/core/dom/Position.cpp     return !deprecatedNode()->parentNode() && m_offset >= lastOffsetForEditing(deprecatedNode());
m_offset          458 Source/core/dom/Position.cpp         return m_offset;
m_offset          461 Source/core/dom/Position.cpp         return m_offset;
m_offset          468 Source/core/dom/Position.cpp         if (m_offset < start)
m_offset          470 Source/core/dom/Position.cpp         if (m_offset <= end) {
m_offset          471 Source/core/dom/Position.cpp             result += m_offset - start;
m_offset          891 Source/core/dom/Position.cpp         return !m_offset && m_anchorType != PositionIsAfterAnchor && !nodeIsUserSelectNone(deprecatedNode()->parentNode());
m_offset          928 Source/core/dom/Position.cpp         if (m_offset < static_cast<int>(box->start()) && !textRenderer->containsReversedText()) {
m_offset          934 Source/core/dom/Position.cpp         if (box->containsCaretOffset(m_offset))
m_offset          936 Source/core/dom/Position.cpp             return m_offset == 0 || m_offset == textRenderer->nextOffset(textRenderer->previousOffset(m_offset));
m_offset          953 Source/core/dom/Position.cpp         if (m_offset < static_cast<int>(box->start()) && !textRenderer->containsReversedText()) {
m_offset          959 Source/core/dom/Position.cpp         if (m_offset >= static_cast<int>(box->start()) && m_offset < static_cast<int>(box->start() + box->len()))
m_offset          987 Source/core/dom/Position.cpp         if (m_offset == pos.deprecatedEditingOffset())
m_offset          991 Source/core/dom/Position.cpp             if (m_offset != pos.deprecatedEditingOffset())
m_offset         1323 Source/core/dom/Position.cpp         fprintf(stderr, "Position [%s]: %s [%p] at %d\n", msg, deprecatedNode()->nodeName().utf8().data(), deprecatedNode(), m_offset);
m_offset         1337 Source/core/dom/Position.cpp         result.appendNumber(m_offset);
m_offset         1367 Source/core/dom/Position.cpp     fprintf(stderr, ", offset:%d\n", m_offset);
m_offset           64 Source/core/dom/Position.h         : m_offset(0)
m_offset           73 Source/core/dom/Position.h         int value() const { return m_offset; }
m_offset           76 Source/core/dom/Position.h         explicit LegacyEditingOffset(int offset) : m_offset(offset) { }
m_offset           80 Source/core/dom/Position.h         int m_offset;
m_offset           94 Source/core/dom/Position.h     void clear() { m_anchorNode.clear(); m_offset = 0; m_anchorType = PositionIsOffsetInAnchor; m_isLegacyEditingPosition = false; }
m_offset          108 Source/core/dom/Position.h         return m_offset;
m_offset          115 Source/core/dom/Position.h             return m_offset;
m_offset          221 Source/core/dom/Position.h     int m_offset;
m_offset           39 Source/core/editing/DeleteFromTextNodeCommand.cpp     , m_offset(offset)
m_offset           43 Source/core/editing/DeleteFromTextNodeCommand.cpp     ASSERT(m_offset <= m_node->length());
m_offset           44 Source/core/editing/DeleteFromTextNodeCommand.cpp     ASSERT(m_offset + m_count <= m_node->length());
m_offset           55 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_text = m_node->substringData(m_offset, m_count, exceptionState);
m_offset           59 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_node->deleteData(m_offset, m_count, exceptionState, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_offset           69 Source/core/editing/DeleteFromTextNodeCommand.cpp     m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_offset           49 Source/core/editing/DeleteFromTextNodeCommand.h     unsigned m_offset;
m_offset           40 Source/core/editing/InsertIntoTextNodeCommand.cpp     , m_offset(offset)
m_offset           44 Source/core/editing/InsertIntoTextNodeCommand.cpp     ASSERT(m_offset <= m_node->length());
m_offset           60 Source/core/editing/InsertIntoTextNodeCommand.cpp             renderText->momentarilyRevealLastTypedCharacter(m_offset + m_text.length() - 1);
m_offset           63 Source/core/editing/InsertIntoTextNodeCommand.cpp     m_node->insertData(m_offset, m_text, IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_offset           71 Source/core/editing/InsertIntoTextNodeCommand.cpp     m_node->deleteData(m_offset, m_text.length(), IGNORE_EXCEPTION, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_offset           49 Source/core/editing/InsertIntoTextNodeCommand.h     unsigned m_offset;
m_offset           69 Source/core/editing/RenderedPosition.cpp     , m_offset(0)
m_offset           75 Source/core/editing/RenderedPosition.cpp     position.getInlineBoxAndOffset(m_inlineBox, m_offset);
m_offset           85 Source/core/editing/RenderedPosition.cpp     , m_offset(0)
m_offset           91 Source/core/editing/RenderedPosition.cpp     position.getInlineBoxAndOffset(affinity, m_inlineBox, m_offset);
m_offset          114 Source/core/editing/RenderedPosition.cpp     return (m_renderer == other.m_renderer && m_inlineBox == other.m_inlineBox && m_offset == other.m_offset)
m_offset          210 Source/core/editing/RenderedPosition.cpp         return createLegacyEditingPosition(m_renderer->node(), m_offset);
m_offset          220 Source/core/editing/RenderedPosition.cpp         return createLegacyEditingPosition(m_renderer->node(), m_offset);
m_offset          230 Source/core/editing/RenderedPosition.cpp     IntRect localRect = pixelSnappedIntRect(m_renderer->localCaretRect(m_inlineBox, m_offset, extraWidthToEndOfLine));
m_offset           78 Source/core/editing/RenderedPosition.h     bool atLeftmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretLeftmostOffset(); }
m_offset           79 Source/core/editing/RenderedPosition.h     bool atRightmostOffsetInBox() const { return m_inlineBox && m_offset == m_inlineBox->caretRightmostOffset(); }
m_offset           85 Source/core/editing/RenderedPosition.h     int m_offset;
m_offset           97 Source/core/editing/RenderedPosition.h     , m_offset(0)
m_offset          106 Source/core/editing/RenderedPosition.h     , m_offset(offset)
m_offset           49 Source/core/editing/SplitTextNodeCommand.cpp     ASSERT(m_offset > 0);
m_offset           50 Source/core/editing/SplitTextNodeCommand.cpp     ASSERT(m_offset < m_text2->length());
m_offset           59 Source/core/editing/SplitTextNodeCommand.cpp     String prefixText = m_text2->substringData(0, m_offset, IGNORE_EXCEPTION);
m_offset           65 Source/core/editing/SplitTextNodeCommand.cpp     document().markers().copyMarkers(m_text2.get(), 0, m_offset, m_text1.get(), 0);
m_offset          103 Source/core/editing/SplitTextNodeCommand.cpp     m_text2->deleteData(0, m_offset, exceptionState, CharacterData::DeprecatedRecalcStyleImmediatlelyForEditing);
m_offset           52 Source/core/editing/SplitTextNodeCommand.h     unsigned m_offset;
m_offset           46 Source/core/editing/SplitTextNodeContainingElementCommand.cpp     ASSERT(m_offset > 0);
m_offset           48 Source/core/editing/SplitTextNodeContainingElementCommand.cpp     splitTextNode(m_text.get(), m_offset);
m_offset           46 Source/core/editing/SplitTextNodeContainingElementCommand.h     int m_offset;
m_offset          337 Source/core/editing/TextIterator.cpp     m_offset = m_node == m_startContainer ? m_startOffset : 0;
m_offset          378 Source/core/editing/TextIterator.cpp         m_offset = 0;
m_offset          466 Source/core/editing/TextIterator.cpp         m_offset = 0;
m_offset          593 Source/core/editing/TextIterator.cpp         int runStart = m_offset;
m_offset          598 Source/core/editing/TextIterator.cpp         if (!m_handledFirstLetter && renderer->isTextFragment() && !m_offset) {
m_offset          602 Source/core/editing/TextIterator.cpp                 emitText(m_node, m_firstLetterText, m_offset, m_offset + firstLetter.length());
m_offset          624 Source/core/editing/TextIterator.cpp     bool shouldHandleFirstLetter = !m_handledFirstLetter && renderer->isTextFragment() && !m_offset;
m_offset          661 Source/core/editing/TextIterator.cpp     unsigned start = m_offset;
m_offset          701 Source/core/editing/TextIterator.cpp                 m_offset = runStart + 1;
m_offset          707 Source/core/editing/TextIterator.cpp                 m_offset = subrunEnd;
m_offset          734 Source/core/editing/TextIterator.cpp         m_offset = 0;
m_offset         1191 Source/core/editing/TextIterator.cpp     , m_offset(0)
m_offset         1243 Source/core/editing/TextIterator.cpp     m_offset = endOffset;
m_offset         1286 Source/core/editing/TextIterator.cpp                 if (renderer->style()->visibility() == VISIBLE && m_offset > 0)
m_offset         1289 Source/core/editing/TextIterator.cpp                 if (renderer->style()->visibility() == VISIBLE && m_offset > 0)
m_offset         1338 Source/core/editing/TextIterator.cpp         m_offset = m_node ? maxOffsetIncludingCollapsedSpaces(m_node) : 0;
m_offset         1361 Source/core/editing/TextIterator.cpp     m_positionEndOffset = m_offset;
m_offset         1362 Source/core/editing/TextIterator.cpp     m_offset = startOffset + offsetInNode;
m_offset         1364 Source/core/editing/TextIterator.cpp     m_positionStartOffset = m_offset;
m_offset         1399 Source/core/editing/TextIterator.cpp     if (!m_shouldHandleFirstLetter && offsetAfterFirstLetter < m_offset) {
m_offset         1409 Source/core/editing/TextIterator.cpp     m_offset = firstLetterRenderer->caretMaxOffset();
m_offset         1410 Source/core/editing/TextIterator.cpp     m_offset += collapsedSpaceLength(firstLetterRenderer, m_offset);
m_offset         1481 Source/core/editing/TextIterator.cpp     : m_offset(0)
m_offset         1490 Source/core/editing/TextIterator.cpp     : m_offset(0)
m_offset         1534 Source/core/editing/TextIterator.cpp         m_offset += count;
m_offset         1540 Source/core/editing/TextIterator.cpp     m_offset += remaining;
m_offset         1551 Source/core/editing/TextIterator.cpp                 m_offset += count;
m_offset         1557 Source/core/editing/TextIterator.cpp             m_offset += runLength;
m_offset         1581 Source/core/editing/TextIterator.cpp     : m_offset(0)
m_offset         1619 Source/core/editing/TextIterator.cpp         m_offset += count;
m_offset         1624 Source/core/editing/TextIterator.cpp     m_offset += remaining;
m_offset         1633 Source/core/editing/TextIterator.cpp                 m_offset += count;
m_offset         1638 Source/core/editing/TextIterator.cpp             m_offset += runLength;
m_offset          143 Source/core/editing/TextIterator.h     int m_offset;
m_offset          251 Source/core/editing/TextIterator.h     int m_offset;
m_offset          313 Source/core/editing/TextIterator.h     int characterOffset() const { return m_offset; }
m_offset          319 Source/core/editing/TextIterator.h     int m_offset;
m_offset          337 Source/core/editing/TextIterator.h     int m_offset;
m_offset          110 Source/core/rendering/FloatingObjects.cpp         , m_offset(offset)
m_offset          121 Source/core/rendering/FloatingObjects.cpp     LayoutUnit offset() const { return m_offset; }
m_offset          129 Source/core/rendering/FloatingObjects.cpp     LayoutUnit m_offset;
m_offset          449 Source/core/rendering/FloatingObjects.cpp     if (logicalRight > m_offset) {
m_offset          450 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalRight;
m_offset          460 Source/core/rendering/FloatingObjects.cpp     if (logicalLeft < m_offset) {
m_offset          461 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalLeft;
m_offset          511 Source/core/rendering/FloatingObjects.cpp     if (logicalRight > m_offset) {
m_offset          512 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalRight;
m_offset          530 Source/core/rendering/FloatingObjects.cpp     if (logicalLeft < m_offset) {
m_offset          531 Source/core/rendering/FloatingObjects.cpp         m_offset = logicalLeft;
m_offset          641 Source/core/rendering/RenderFlowThread.cpp     if (interval.low() <= m_offset && interval.high() > m_offset)
m_offset          192 Source/core/rendering/RenderFlowThread.h             : m_offset(offset)
m_offset          197 Source/core/rendering/RenderFlowThread.h         const LayoutUnit& lowValue() const { return m_offset; }
m_offset          198 Source/core/rendering/RenderFlowThread.h         const LayoutUnit& highValue() const { return m_offset; }
m_offset          204 Source/core/rendering/RenderFlowThread.h         LayoutUnit m_offset;
m_offset           94 Source/core/rendering/RenderGeometryMap.cpp                 transformState.move(currentStep.m_offset.width(), currentStep.m_offset.height(), accumulate);
m_offset          144 Source/core/rendering/RenderGeometryMap.cpp         fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), m_mapping[i].m_offset.width().toInt(), m_mapping[i].m_offset.height().toInt());
m_offset          256 Source/core/rendering/RenderGeometryMap.cpp     step.m_offset = offsetFromContainer;
m_offset          276 Source/core/rendering/RenderGeometryMap.cpp         step.m_offset = LayoutSize(t.e(), t.f());
m_offset          299 Source/core/rendering/RenderGeometryMap.cpp     m_accumulatedOffset += step.m_offset;
m_offset          313 Source/core/rendering/RenderGeometryMap.cpp     m_accumulatedOffset -= step.m_offset;
m_offset           48 Source/core/rendering/RenderGeometryMap.h         , m_offset(o.m_offset)
m_offset           66 Source/core/rendering/RenderGeometryMap.h     LayoutSize m_offset;
m_offset           44 Source/core/rendering/shapes/RasterShape.h         : m_offset(offset)
m_offset           55 Source/core/rendering/shapes/RasterShape.h         ASSERT(y + m_offset >= 0 && static_cast<unsigned>(y + m_offset) < m_intervals.size());
m_offset           56 Source/core/rendering/shapes/RasterShape.h         return m_intervals[y + m_offset];
m_offset           61 Source/core/rendering/shapes/RasterShape.h         ASSERT(y + m_offset >= 0 && static_cast<unsigned>(y + m_offset) < m_intervals.size());
m_offset           62 Source/core/rendering/shapes/RasterShape.h         return m_intervals[y + m_offset];
m_offset           71 Source/core/rendering/shapes/RasterShape.h     int offset() const { return m_offset; }
m_offset           72 Source/core/rendering/shapes/RasterShape.h     int minY() const { return -m_offset; }
m_offset           73 Source/core/rendering/shapes/RasterShape.h     int maxY() const { return -m_offset + m_intervals.size(); }
m_offset           77 Source/core/rendering/shapes/RasterShape.h     int m_offset;
m_offset           36 Source/core/rendering/style/OutlineValue.h         : m_offset(0)
m_offset           42 Source/core/rendering/style/OutlineValue.h         return BorderValue::operator==(o) && m_offset == o.m_offset && m_isAuto == o.m_isAuto;
m_offset           50 Source/core/rendering/style/OutlineValue.h     int offset() const { return m_offset; }
m_offset           54 Source/core/rendering/style/OutlineValue.h     int m_offset;
m_offset         1232 Source/core/rendering/style/RenderStyle.h     void setOutlineOffset(int v) { SET_VAR(m_background, m_outline.m_offset, v); }
m_offset           44 Source/core/rendering/style/StyleReflection.h         return m_direction == o.m_direction && m_offset == o.m_offset && m_mask == o.m_mask;
m_offset           49 Source/core/rendering/style/StyleReflection.h     Length offset() const { return m_offset; }
m_offset           53 Source/core/rendering/style/StyleReflection.h     void setOffset(const Length& l) { m_offset = l; }
m_offset           59 Source/core/rendering/style/StyleReflection.h         , m_offset(0, Fixed)
m_offset           65 Source/core/rendering/style/StyleReflection.h     Length m_offset;
m_offset           54 Source/core/svg/SVGComponentTransferFunctionElement.cpp     , m_offset(SVGAnimatedNumber::create(this, SVGNames::offsetAttr, SVGNumber::create()))
m_offset           64 Source/core/svg/SVGComponentTransferFunctionElement.cpp     addToPropertyMap(m_offset);
m_offset          105 Source/core/svg/SVGComponentTransferFunctionElement.cpp         m_offset->setBaseValueAsString(value, parseError);
m_offset          130 Source/core/svg/SVGComponentTransferFunctionElement.cpp     func.offset = m_offset->currentValue()->value();
m_offset           43 Source/core/svg/SVGComponentTransferFunctionElement.h     SVGAnimatedNumber* offset() { return m_offset.get(); }
m_offset           61 Source/core/svg/SVGComponentTransferFunctionElement.h     RefPtr<SVGAnimatedNumber> m_offset;
m_offset           37 Source/core/svg/SVGStopElement.cpp     addToPropertyMap(m_offset);
m_offset           63 Source/core/svg/SVGStopElement.cpp         m_offset->setBaseValueAsString(value, parseError);
m_offset           36 Source/core/svg/SVGStopElement.h     SVGAnimatedNumber* offset() { return m_offset.get(); }
m_offset           48 Source/core/svg/SVGStopElement.h     RefPtr<SVGAnimatedNumber> m_offset;
m_offset          164 Source/core/svg/animation/SVGSMILElement.cpp     , m_offset(offset)
m_offset         1264 Source/core/svg/animation/SVGSMILElement.cpp                 time = syncbase->m_intervalBegin + condition.m_offset;
m_offset         1266 Source/core/svg/animation/SVGSMILElement.cpp                 time = syncbase->m_intervalEnd + condition.m_offset;
m_offset         1296 Source/core/svg/animation/SVGSMILElement.cpp         addBeginTime(elapsed, elapsed + condition->m_offset);
m_offset         1298 Source/core/svg/animation/SVGSMILElement.cpp         addEndTime(elapsed, elapsed + condition->m_offset);
m_offset          176 Source/core/svg/animation/SVGSMILElement.h         SMILTime m_offset;
m_offset          106 Source/modules/webmidi/MIDIOutput.cpp     bool isEndOfData() { return m_offset >= m_length; }
m_offset          107 Source/modules/webmidi/MIDIOutput.cpp     bool isSysex() { return m_data[m_offset] == 0xf0; }
m_offset          108 Source/modules/webmidi/MIDIOutput.cpp     bool isSystemMessage() { return m_data[m_offset] >= 0xf0; }
m_offset          109 Source/modules/webmidi/MIDIOutput.cpp     bool isEndOfSysex() { return m_data[m_offset] == 0xf7; }
m_offset          110 Source/modules/webmidi/MIDIOutput.cpp     bool isRealTimeMessage() { return m_data[m_offset] >= 0xf8; }
m_offset          111 Source/modules/webmidi/MIDIOutput.cpp     bool isStatusByte() { return m_data[m_offset] & 0x80; }
m_offset          112 Source/modules/webmidi/MIDIOutput.cpp     bool isReservedStatusByte() { return m_data[m_offset] == 0xf4 || m_data[m_offset] == 0xf5 || m_data[m_offset] == 0xf9 || m_data[m_offset] == 0xfd; }
m_offset          116 Source/modules/webmidi/MIDIOutput.cpp         for (; !isEndOfData(); m_offset++) {
m_offset          127 Source/modules/webmidi/MIDIOutput.cpp         for (m_offset++; !isEndOfData(); m_offset++) {
m_offset          133 Source/modules/webmidi/MIDIOutput.cpp                 m_offset++;
m_offset          150 Source/modules/webmidi/MIDIOutput.cpp         size_t length = isSystemMessage() ? systemMessageLength[m_data[m_offset] - 0xf1] : channelMessageLength[(m_data[m_offset] >> 4) - 8];
m_offset          152 Source/modules/webmidi/MIDIOutput.cpp         for (m_offset++; !isEndOfData(); m_offset++) {
m_offset          160 Source/modules/webmidi/MIDIOutput.cpp                 m_offset++;
m_offset          167 Source/modules/webmidi/MIDIOutput.cpp     String getPositionString() { return "at index " + String::number(m_offset) + " (" + String::number(m_data[m_offset]) + ")."; }
m_offset          171 Source/modules/webmidi/MIDIOutput.cpp     size_t m_offset;
m_offset           44 Source/platform/Clock.cpp     m_offset = time;
m_offset           49 Source/platform/Clock.cpp     return currentDelta() + m_offset;
m_offset           54 Source/platform/Clock.cpp     m_offset += currentDelta();
m_offset           73 Source/platform/Clock.cpp     m_offset += currentDelta();
m_offset           56 Source/platform/Clock.h     double m_offset;
m_offset           53 Source/platform/fonts/VDMXParser.cpp         if (m_offset + numBytes > m_length)
m_offset           55 Source/platform/fonts/VDMXParser.cpp         m_offset += numBytes;
m_offset           61 Source/platform/fonts/VDMXParser.cpp         if (m_offset + sizeof(uint8_t) > m_length)
m_offset           63 Source/platform/fonts/VDMXParser.cpp         *value = m_buffer[m_offset];
m_offset           64 Source/platform/fonts/VDMXParser.cpp         m_offset += sizeof(uint8_t);
m_offset           70 Source/platform/fonts/VDMXParser.cpp         if (m_offset + sizeof(uint16_t) > m_length)
m_offset           72 Source/platform/fonts/VDMXParser.cpp         memcpy(value, m_buffer + m_offset, sizeof(uint16_t));
m_offset           74 Source/platform/fonts/VDMXParser.cpp         m_offset += sizeof(uint16_t);
m_offset           85 Source/platform/fonts/VDMXParser.cpp         return m_offset;
m_offset           90 Source/platform/fonts/VDMXParser.cpp         m_offset = newoffset;
m_offset           96 Source/platform/fonts/VDMXParser.cpp     size_t m_offset;
m_offset          220 Source/platform/text/TextBreakIterator.h     unsigned m_offset;
m_offset          619 Source/platform/text/TextBreakIteratorICU.cpp     , m_offset(0)
m_offset          630 Source/platform/text/TextBreakIteratorICU.cpp         m_offset = 0;
m_offset          641 Source/platform/text/TextBreakIteratorICU.cpp     , m_offset(0)
m_offset          674 Source/platform/text/TextBreakIteratorICU.cpp     if (m_offset >= m_length)
m_offset          677 Source/platform/text/TextBreakIteratorICU.cpp     m_offset += clusterLengthStartingAt(m_offset);
m_offset          678 Source/platform/text/TextBreakIteratorICU.cpp     return m_offset;
m_offset          685 Source/platform/text/TextBreakIteratorICU.cpp     return m_offset;
m_offset           40 Source/platform/text/TextRunIterator.h         , m_offset(0)
m_offset           46 Source/platform/text/TextRunIterator.h         , m_offset(offset)
m_offset           52 Source/platform/text/TextRunIterator.h         , m_offset(other.m_offset)
m_offset           56 Source/platform/text/TextRunIterator.h     unsigned offset() const { return m_offset; }
m_offset           57 Source/platform/text/TextRunIterator.h     void increment() { m_offset++; }
m_offset           58 Source/platform/text/TextRunIterator.h     bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
m_offset           59 Source/platform/text/TextRunIterator.h     UChar current() const { return (*m_textRun)[m_offset]; }
m_offset           65 Source/platform/text/TextRunIterator.h         return m_offset == other.m_offset && m_textRun == other.m_textRun;
m_offset           72 Source/platform/text/TextRunIterator.h     int m_offset;
m_offset           41 Source/wtf/text/StringView.h         : m_offset(0)
m_offset           48 Source/wtf/text/StringView.h         , m_offset(0)
m_offset           55 Source/wtf/text/StringView.h         , m_offset(offset)
m_offset           64 Source/wtf/text/StringView.h         m_offset += offset;
m_offset           78 Source/wtf/text/StringView.h         return m_impl->characters8() + m_offset;
m_offset           86 Source/wtf/text/StringView.h         return m_impl->characters16() + m_offset;
m_offset          100 Source/wtf/text/StringView.h     unsigned m_offset;