m_end 43 Source/core/animation/Interpolation.cpp , m_end(end) m_end 48 Source/core/animation/Interpolation.cpp RELEASE_ASSERT(typesMatch(m_start.get(), m_end.get())); m_end 54 Source/core/animation/Interpolation.cpp m_cachedValue = m_start->interpolate(*m_end, fraction); m_end 63 Source/core/animation/Interpolation.cpp visitor->trace(m_end); m_end 34 Source/core/animation/Interpolation.h const OwnPtrWillBeMember<InterpolableValue> m_end; m_end 19 Source/core/animation/InterpolationEffect.cpp double localFraction = (fraction - record->m_start) / (record->m_end - record->m_start); m_end 38 Source/core/animation/InterpolationEffect.h double m_end; m_end 54 Source/core/animation/InterpolationEffect.h , m_end(end) m_end 124 Source/core/dom/Range.cpp m_end.setToStartOfNode(document); m_end 155 Source/core/dom/Range.cpp return m_end.container(); m_end 165 Source/core/dom/Range.cpp return m_end.offset(); m_end 175 Source/core/dom/Range.cpp return commonAncestorContainer(m_start.container(), m_end.container()); m_end 196 Source/core/dom/Range.cpp return m_start == m_end; m_end 235 Source/core/dom/Range.cpp if (didMoveDocument || checkForDifferentRootContainer(m_start, m_end)) m_end 261 Source/core/dom/Range.cpp m_end.set(refNode, offset, childNode); m_end 263 Source/core/dom/Range.cpp if (didMoveDocument || checkForDifferentRootContainer(m_start, m_end)) m_end 287 Source/core/dom/Range.cpp m_end = m_start; m_end 289 Source/core/dom/Range.cpp m_start = m_end; m_end 313 Source/core/dom/Range.cpp && compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), exceptionState) <= 0 && !exceptionState.hadException(); m_end 354 Source/core/dom/Range.cpp if (compareBoundaryPoints(refNode, offset, m_end.container(), m_end.offset(), exceptionState) > 0 && !exceptionState.hadException()) m_end 447 Source/core/dom/Range.cpp return compareBoundaryPoints(m_end, sourceRange->m_start, exceptionState); m_end 449 Source/core/dom/Range.cpp return compareBoundaryPoints(m_end, sourceRange->m_end, exceptionState); m_end 451 Source/core/dom/Range.cpp return compareBoundaryPoints(m_start, sourceRange->m_end, exceptionState); m_end 559 Source/core/dom/Range.cpp return m_start.container() && compareBoundaryPoints(m_start, m_end, exceptionState) <= 0 && !exceptionState.hadException(); m_end 687 Source/core/dom/Range.cpp if (m_start.container() == m_end.container()) { m_end 688 Source/core/dom/Range.cpp processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offset(), exceptionState); m_end 694 Source/core/dom/Range.cpp RangeBoundaryPoint originalEnd(m_end); m_end 727 Source/core/dom/Range.cpp if (m_end.container() != commonRoot && commonRoot->contains(originalEnd.container())) { m_end 751 Source/core/dom/Range.cpp m_end = m_start; m_end 1022 Source/core/dom/Range.cpp bool collapsed = m_start == m_end; m_end 1036 Source/core/dom/Range.cpp m_end.setToBeforeChild(*newText); m_end 1056 Source/core/dom/Range.cpp m_end.set(m_start.container(), m_start.offset() + numNewChildren, lastChild.get()); m_end 1075 Source/core/dom/Range.cpp int end = (n == m_end.container()) ? min(max(start, m_end.offset()), length) : length; m_end 1132 Source/core/dom/Range.cpp m_end.clear(); m_end 1230 Source/core/dom/Range.cpp return Range::create(*m_ownerDocument.get(), m_start.container(), m_start.offset(), m_end.container(), m_end.offset()); m_end 1354 Source/core/dom/Range.cpp m_end.setToEndOfNode(*refNode); m_end 1419 Source/core/dom/Range.cpp Node* endNonTextContainer = m_end.container(); m_end 1494 Source/core/dom/Range.cpp if (!m_start.container() || !m_end.container()) m_end 1496 Source/core/dom/Range.cpp if (m_end.container()->offsetInCharacters()) m_end 1497 Source/core/dom/Range.cpp return NodeTraversal::nextSkippingChildren(*m_end.container()); m_end 1498 Source/core/dom/Range.cpp if (Node* child = m_end.container()->traverseToChildAt(m_end.offset())) m_end 1500 Source/core/dom/Range.cpp return NodeTraversal::nextSkippingChildren(*m_end.container()); m_end 1517 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); m_end 1535 Source/core/dom/Range.cpp int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); m_end 1549 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); m_end 1567 Source/core/dom/Range.cpp int endOffset = node == endContainer ? m_end.offset() : numeric_limits<int>::max(); m_end 1584 Source/core/dom/Range.cpp if (!m_start.container() || !m_end.container()) m_end 1595 Source/core/dom/Range.cpp result.appendNumber(m_end.offset()); m_end 1597 Source/core/dom/Range.cpp m_end.container()->formatForDebugger(s, FormatBufferSize); m_end 1633 Source/core/dom/Range.cpp if (!m_end.container()) m_end 1635 Source/core/dom/Range.cpp if (!m_end.container()->offsetInCharacters()) m_end 1636 Source/core/dom/Range.cpp return m_end.container()->countChildren(); m_end 1637 Source/core/dom/Range.cpp return m_end.container()->maxCharacterOffset(); m_end 1654 Source/core/dom/Range.cpp boundaryNodeChildrenChanged(m_end, container); m_end 1678 Source/core/dom/Range.cpp boundaryNodeChildrenWillBeRemoved(m_end, container); m_end 1706 Source/core/dom/Range.cpp boundaryNodeWillBeRemoved(m_end, node); m_end 1724 Source/core/dom/Range.cpp boundaryTextInserted(m_end, text, offset, length); m_end 1745 Source/core/dom/Range.cpp boundaryTextRemoved(m_end, text, offset, length); m_end 1764 Source/core/dom/Range.cpp boundaryTextNodesMerged(m_end, oldNode, offset); m_end 1785 Source/core/dom/Range.cpp boundaryTextNodeSplit(m_end, oldNode); m_end 1832 Source/core/dom/Range.cpp Node* endContainer = m_end.container(); m_end 1856 Source/core/dom/Range.cpp int endOffset = (node == endContainer) ? m_end.offset() : INT_MAX; m_end 61 Source/core/dom/Range.h Node* endContainer() const { return m_end.container(); } m_end 62 Source/core/dom/Range.h int endOffset() const { return m_end.offset(); } m_end 108 Source/core/dom/Range.h const Position endPosition() const { return m_end.toPosition(); } m_end 176 Source/core/dom/Range.h RangeBoundaryPoint m_end; m_end 127 Source/core/editing/ApplyStyleCommand.cpp , m_end(endingSelection().end().upstream()) m_end 141 Source/core/editing/ApplyStyleCommand.cpp , m_end(end) m_end 155 Source/core/editing/ApplyStyleCommand.cpp , m_end(endingSelection().end().upstream()) m_end 169 Source/core/editing/ApplyStyleCommand.cpp , m_end(endingSelection().end().upstream()) m_end 181 Source/core/editing/ApplyStyleCommand.cpp if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end)) m_end 186 Source/core/editing/ApplyStyleCommand.cpp m_end = newEnd; m_end 202 Source/core/editing/ApplyStyleCommand.cpp return m_end; m_end 127 Source/core/editing/ApplyStyleCommand.h Position m_end; m_end 46 Source/core/editing/PlainTextRange.h size_t end() const { ASSERT(!isNull()); return m_end; } m_end 50 Source/core/editing/PlainTextRange.h size_t length() const { ASSERT(!isNull()); return m_end - m_start; } m_end 64 Source/core/editing/PlainTextRange.h const size_t m_end; m_end 112 Source/core/editing/VisibleSelection.cpp , m_end(other.m_end) m_end 128 Source/core/editing/VisibleSelection.cpp m_end = other.m_end; m_end 189 Source/core/editing/VisibleSelection.cpp Position end = m_end.parentAnchoredEquivalent(); m_end 229 Source/core/editing/VisibleSelection.cpp e = m_end.upstream(); m_end 258 Source/core/editing/VisibleSelection.cpp Position oldEnd = m_end; m_end 260 Source/core/editing/VisibleSelection.cpp if (m_base != oldBase || m_extent != oldExtent || m_start != oldStart || m_end != oldEnd) m_end 294 Source/core/editing/VisibleSelection.cpp RefPtrWillBeRawPtr<Range> searchRange = makeSearchRange(m_end); m_end 305 Source/core/editing/VisibleSelection.cpp m_end = charIt.range()->endPosition(); m_end 341 Source/core/editing/VisibleSelection.cpp m_end = m_extent; m_end 344 Source/core/editing/VisibleSelection.cpp m_end = m_base; m_end 358 Source/core/editing/VisibleSelection.cpp VisiblePosition originalEnd(m_end, m_affinity); m_end 389 Source/core/editing/VisibleSelection.cpp m_end = end.deepEquivalent(); m_end 394 Source/core/editing/VisibleSelection.cpp m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); m_end 399 Source/core/editing/VisibleSelection.cpp VisiblePosition end = endOfLine(VisiblePosition(m_end, m_affinity)); m_end 407 Source/core/editing/VisibleSelection.cpp m_end = end.deepEquivalent(); m_end 412 Source/core/editing/VisibleSelection.cpp m_end = endOfLine(VisiblePosition(m_end, m_affinity)).deepEquivalent(); m_end 419 Source/core/editing/VisibleSelection.cpp VisiblePosition visibleParagraphEnd = endOfParagraph(VisiblePosition(m_end, m_affinity)); m_end 438 Source/core/editing/VisibleSelection.cpp m_end = end.deepEquivalent(); m_end 443 Source/core/editing/VisibleSelection.cpp m_end = endOfDocument(VisiblePosition(m_end, m_affinity)).deepEquivalent(); m_end 447 Source/core/editing/VisibleSelection.cpp m_end = endOfParagraph(VisiblePosition(m_end, m_affinity)).deepEquivalent(); m_end 451 Source/core/editing/VisibleSelection.cpp m_end = endOfSentence(VisiblePosition(m_end, m_affinity)).deepEquivalent(); m_end 457 Source/core/editing/VisibleSelection.cpp m_start = m_end; m_end 458 Source/core/editing/VisibleSelection.cpp if (m_end.isNull()) m_end 459 Source/core/editing/VisibleSelection.cpp m_end = m_start; m_end 465 Source/core/editing/VisibleSelection.cpp ASSERT(m_end.isNull()); m_end 467 Source/core/editing/VisibleSelection.cpp } else if (m_start == m_end || m_start.upstream() == m_end.upstream()) { m_end 495 Source/core/editing/VisibleSelection.cpp m_end = m_end.upstream(); m_end 520 Source/core/editing/VisibleSelection.cpp m_end = extent; m_end 523 Source/core/editing/VisibleSelection.cpp m_end = base; m_end 567 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) m_end 570 Source/core/editing/VisibleSelection.cpp if (m_start.anchorNode()->treeScope() == m_end.anchorNode()->treeScope()) m_end 574 Source/core/editing/VisibleSelection.cpp m_extent = adjustPositionForEnd(m_end, m_start.containerNode()); m_end 575 Source/core/editing/VisibleSelection.cpp m_end = m_extent; m_end 577 Source/core/editing/VisibleSelection.cpp m_extent = adjustPositionForStart(m_start, m_end.containerNode()); m_end 581 Source/core/editing/VisibleSelection.cpp ASSERT(m_start.anchorNode()->treeScope() == m_end.anchorNode()->treeScope()); m_end 586 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) m_end 591 Source/core/editing/VisibleSelection.cpp Node* endRoot = highestEditableRoot(m_end); m_end 609 Source/core/editing/VisibleSelection.cpp m_start = m_end; m_end 616 Source/core/editing/VisibleSelection.cpp VisiblePosition last = lastEditablePositionBeforePositionInRoot(m_end, baseRoot); m_end 617 Source/core/editing/VisibleSelection.cpp m_end = last.deepEquivalent(); m_end 618 Source/core/editing/VisibleSelection.cpp if (m_end.isNull()) m_end 619 Source/core/editing/VisibleSelection.cpp m_end = m_start; m_end 628 Source/core/editing/VisibleSelection.cpp Node* endEditableAncestor = lowestEditableAncestor(m_end.containerNode()); m_end 631 Source/core/editing/VisibleSelection.cpp Position p = previousVisuallyDistinctCandidate(m_end); m_end 653 Source/core/editing/VisibleSelection.cpp m_end = previous.deepEquivalent(); m_end 688 Source/core/editing/VisibleSelection.cpp m_extent = m_baseIsFirst ? m_end : m_start; m_end 771 Source/core/editing/VisibleSelection.cpp else if (m_start == m_end) { m_end 777 Source/core/editing/VisibleSelection.cpp fprintf(stderr, "end: %s ", m_end.anchorNode()->nodeName().utf8().data()); m_end 778 Source/core/editing/VisibleSelection.cpp m_end.showAnchorTypeAndOffset(); m_end 73 Source/core/editing/VisibleSelection.h Position end() const { return m_end; } m_end 76 Source/core/editing/VisibleSelection.h VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity()); } m_end 155 Source/core/editing/VisibleSelection.h Position m_end; // Rightmost position when expanded to respect granularity m_end 61 Source/core/html/TimeRanges.cpp newSession->add(m_ranges[i].m_start, m_ranges[i].m_end); m_end 80 Source/core/html/TimeRanges.cpp inverted->add(m_ranges[index].m_end, m_ranges[index + 1].m_start); m_end 82 Source/core/html/TimeRanges.cpp double end = m_ranges.last().m_end; m_end 111 Source/core/html/TimeRanges.cpp unioned->add(range.m_start, range.m_end); m_end 132 Source/core/html/TimeRanges.cpp return m_ranges[index].m_end; m_end 83 Source/core/html/TimeRanges.h m_end = end; m_end 86 Source/core/html/TimeRanges.h double m_end; m_end 90 Source/core/html/TimeRanges.h return m_start <= point && point < m_end; m_end 95 Source/core/html/TimeRanges.h return isPointInRange(range.m_start) || isPointInRange(range.m_end) || range.isPointInRange(m_start); m_end 100 Source/core/html/TimeRanges.h return range.m_start == m_end || range.m_end == m_start; m_end 108 Source/core/html/TimeRanges.h ret.m_end = std::max(m_end, range.m_end); m_end 115 Source/core/html/TimeRanges.h return range.m_start >= m_end; m_end 167 Source/core/html/parser/HTMLTreeBuilder.cpp bool isEmpty() const { return m_current == m_end; } m_end 195 Source/core/html/parser/HTMLTreeBuilder.cpp m_current = m_end; m_end 197 Source/core/html/parser/HTMLTreeBuilder.cpp return String(m_characters->substring(start, m_end - start)); m_end 203 Source/core/html/parser/HTMLTreeBuilder.cpp recipient.append(m_characters->characters8() + m_current, m_end - m_current); m_end 205 Source/core/html/parser/HTMLTreeBuilder.cpp recipient.append(m_characters->characters16() + m_current, m_end - m_current); m_end 206 Source/core/html/parser/HTMLTreeBuilder.cpp m_current = m_end; m_end 213 Source/core/html/parser/HTMLTreeBuilder.cpp m_current = m_end; // One way or another, we're taking everything! m_end 216 Source/core/html/parser/HTMLTreeBuilder.cpp for (unsigned i = start; i < m_end; ++i) { m_end 225 Source/core/html/parser/HTMLTreeBuilder.cpp if (length == start - m_end) // It's all whitespace. m_end 226 Source/core/html/parser/HTMLTreeBuilder.cpp return String(m_characters->substring(start, start - m_end)); m_end 230 Source/core/html/parser/HTMLTreeBuilder.cpp for (unsigned i = start; i < m_end; ++i) { m_end 245 Source/core/html/parser/HTMLTreeBuilder.cpp if (++m_current == m_end) m_end 263 Source/core/html/parser/HTMLTreeBuilder.cpp unsigned m_end; m_end 39 Source/core/html/track/vtt/VTTScanner.cpp m_end.characters8 = m_data.characters8 + line.length(); m_end 42 Source/core/html/track/vtt/VTTScanner.cpp m_end.characters16 = m_data.characters16 + line.length(); m_end 56 Source/core/html/track/vtt/VTTScanner.cpp unsigned matchLength = m_is8Bit ? m_end.characters8 - m_data.characters8 : m_end.characters16 - m_data.characters16; m_end 59 Source/core/html/track/vtt/VTTScanner.h : m_start(start), m_end(end), m_is8Bit(is8Bit) { } m_end 62 Source/core/html/track/vtt/VTTScanner.h Position end() const { return m_end; } m_end 64 Source/core/html/track/vtt/VTTScanner.h bool isEmpty() const { return m_start == m_end; } m_end 69 Source/core/html/track/vtt/VTTScanner.h Position m_end; m_end 134 Source/core/html/track/vtt/VTTScanner.h Position end() const { return m_end.characters8; } m_end 149 Source/core/html/track/vtt/VTTScanner.h } m_end; m_end 156 Source/core/html/track/vtt/VTTScanner.h return m_end - m_start; m_end 157 Source/core/html/track/vtt/VTTScanner.h return reinterpret_cast<const UChar*>(m_end) - reinterpret_cast<const UChar*>(m_start); m_end 170 Source/core/html/track/vtt/VTTScanner.h ::skipWhile<LChar, LCharPredicateAdapter<characterPredicate> >(m_data.characters8, m_end.characters8); m_end 172 Source/core/html/track/vtt/VTTScanner.h ::skipWhile<UChar, characterPredicate>(m_data.characters16, m_end.characters16); m_end 179 Source/core/html/track/vtt/VTTScanner.h ::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(m_data.characters8, m_end.characters8); m_end 181 Source/core/html/track/vtt/VTTScanner.h ::skipUntil<UChar, characterPredicate>(m_data.characters16, m_end.characters16); m_end 189 Source/core/html/track/vtt/VTTScanner.h ::skipWhile<LChar, LCharPredicateAdapter<characterPredicate> >(current, m_end.characters8); m_end 193 Source/core/html/track/vtt/VTTScanner.h ::skipWhile<UChar, characterPredicate>(current, m_end.characters16); m_end 202 Source/core/html/track/vtt/VTTScanner.h ::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(current, m_end.characters8); m_end 206 Source/core/html/track/vtt/VTTScanner.h ::skipUntil<UChar, characterPredicate>(current, m_end.characters16); m_end 2127 Source/core/rendering/RenderBox.cpp setMarginEnd(computedValues.m_margins.m_end); m_end 2167 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = marginEnd(); m_end 2205 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = minimumValueForLength(styleToUse->marginEnd(), containerLogicalWidth); m_end 2225 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = minimumValueForLength(styleToUse->marginEnd(), containerLogicalWidth); m_end 2229 Source/core/rendering/RenderBox.cpp hasInvertedDirection ? computedValues.m_margins.m_end : computedValues.m_margins.m_start, m_end 2230 Source/core/rendering/RenderBox.cpp hasInvertedDirection ? computedValues.m_margins.m_start : computedValues.m_margins.m_end); m_end 2233 Source/core/rendering/RenderBox.cpp if (!hasPerpendicularContainingBlock && containerLogicalWidth && containerLogicalWidth != (computedValues.m_extent + computedValues.m_margins.m_start + computedValues.m_margins.m_end) m_end 2240 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = newMargin; m_end 2250 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end += adjustedMargin; m_end 3188 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = maxValues.m_margins.m_end; m_end 3205 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_end = minValues.m_margins.m_end; m_end 3252 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalLeftValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end; m_end 3253 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalRightValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start; m_end 3700 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalLeftAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end; m_end 3701 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalRightAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start; m_end 382 Source/core/rendering/RenderBox.h LayoutUnit m_end; m_end 69 Source/core/rendering/RenderMarquee.cpp , m_end(0) m_end 197 Source/core/rendering/RenderMarquee.cpp m_end = computePosition(reverseDirection(), behavior == MALTERNATE || behavior == MSLIDE); m_end 290 Source/core/rendering/RenderMarquee.cpp int endPoint = m_end; m_end 291 Source/core/rendering/RenderMarquee.cpp int range = m_end - m_start; m_end 294 Source/core/rendering/RenderMarquee.cpp newPos = m_end; m_end 73 Source/core/rendering/RenderMarquee.h void setEnd(int end) { m_end = end; } m_end 98 Source/core/rendering/RenderMarquee.h int m_end; m_end 260 Source/core/rendering/RenderTable.cpp setMarginEnd(computedValues.m_margins.m_end); m_end 312 Source/core/rendering/RenderTable.cpp hasInvertedDirection ? marginValues.m_start : marginValues.m_end, m_end 313 Source/core/rendering/RenderTable.cpp hasInvertedDirection ? marginValues.m_end : marginValues.m_start); m_end 315 Source/core/rendering/RenderTable.cpp setMarginEnd(marginValues.m_end); m_end 45 Source/core/rendering/RenderTableSection.h , m_end(end) m_end 50 Source/core/rendering/RenderTableSection.h unsigned end() const { return m_end; } m_end 53 Source/core/rendering/RenderTableSection.h unsigned& end() { return m_end; } m_end 57 Source/core/rendering/RenderTableSection.h unsigned m_end; m_end 35 Source/core/rendering/RenderTextFragment.cpp , m_end(length) m_end 43 Source/core/rendering/RenderTextFragment.cpp , m_end(str ? str->length() : 0) m_end 93 Source/core/rendering/RenderTextFragment.cpp m_end = textLength(); m_end 45 Source/core/rendering/RenderTextFragment.h unsigned end() const { return m_end; } m_end 70 Source/core/rendering/RenderTextFragment.h unsigned m_end; m_end 38 Source/core/svg/SVGPathStringSource.cpp m_end.m_character8 = m_current.m_character8 + string.length(); m_end 41 Source/core/svg/SVGPathStringSource.cpp m_end.m_character16 = m_current.m_character16 + string.length(); m_end 48 Source/core/svg/SVGPathStringSource.cpp return m_current.m_character8 < m_end.m_character8; m_end 49 Source/core/svg/SVGPathStringSource.cpp return m_current.m_character16 < m_end.m_character16; m_end 55 Source/core/svg/SVGPathStringSource.cpp return skipOptionalSVGSpaces(m_current.m_character8, m_end.m_character8); m_end 56 Source/core/svg/SVGPathStringSource.cpp return skipOptionalSVGSpaces(m_current.m_character16, m_end.m_character16); m_end 173 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); m_end 174 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); m_end 180 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); m_end 181 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); m_end 187 Source/core/svg/SVGPathStringSource.cpp return parseNumber(m_current.m_character8, m_end.m_character8, x); m_end 188 Source/core/svg/SVGPathStringSource.cpp return parseNumber(m_current.m_character16, m_end.m_character16, x); m_end 194 Source/core/svg/SVGPathStringSource.cpp return parseNumber(m_current.m_character8, m_end.m_character8, y); m_end 195 Source/core/svg/SVGPathStringSource.cpp return parseNumber(m_current.m_character16, m_end.m_character16, y); m_end 201 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint3(m_current.m_character8, m_end.m_character8, point1, point2, targetPoint); m_end 202 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint3(m_current.m_character16, m_end.m_character16, point1, point2, targetPoint); m_end 208 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point1, targetPoint); m_end 209 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point1, targetPoint); m_end 215 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character8, m_end.m_character8, point2, targetPoint); m_end 216 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint2(m_current.m_character16, m_end.m_character16, point2, targetPoint); m_end 222 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character8, m_end.m_character8, targetPoint); m_end 223 Source/core/svg/SVGPathStringSource.cpp return parseFloatPoint(m_current.m_character16, m_end.m_character16, targetPoint); m_end 246 Source/core/svg/SVGPathStringSource.cpp return parseArcToSegmentHelper(m_current.m_character8, m_end.m_character8, rx, ry, angle, largeArc, sweep, targetPoint); m_end 247 Source/core/svg/SVGPathStringSource.cpp return parseArcToSegmentHelper(m_current.m_character16, m_end.m_character16, rx, ry, angle, largeArc, sweep, targetPoint); m_end 65 Source/core/svg/SVGPathStringSource.h } m_end; m_end 425 Source/modules/filesystem/InspectorFileSystemAgent.cpp , m_end(end) m_end 432 Source/modules/filesystem/InspectorFileSystemAgent.cpp long long m_end; m_end 474 Source/modules/filesystem/InspectorFileSystemAgent.cpp RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION); m_end 49 Source/modules/websockets/WebSocketExtensionParser.cpp return m_current >= m_end; m_end 54 Source/modules/websockets/WebSocketExtensionParser.cpp return m_current == m_end; m_end 66 Source/modules/websockets/WebSocketExtensionParser.cpp while (m_current < m_end && (*m_current == ' ' || *m_current == '\t')) m_end 75 Source/modules/websockets/WebSocketExtensionParser.cpp while (m_current < m_end && isASCIIPrintable(*m_current) && !isSeparator(*m_current)) m_end 89 Source/modules/websockets/WebSocketExtensionParser.cpp if (m_current >= m_end || *m_current != '"') m_end 94 Source/modules/websockets/WebSocketExtensionParser.cpp while (m_current < m_end && *m_current != '"') { m_end 95 Source/modules/websockets/WebSocketExtensionParser.cpp if (*m_current == '\\' && ++m_current >= m_end) m_end 104 Source/modules/websockets/WebSocketExtensionParser.cpp if (m_current >= m_end || *m_current != '"' || buffer.isEmpty()) m_end 123 Source/modules/websockets/WebSocketExtensionParser.cpp if (m_current < m_end && *m_current == character) { m_end 44 Source/modules/websockets/WebSocketExtensionParser.h , m_end(end) m_end 78 Source/modules/websockets/WebSocketExtensionParser.h const char* const m_end; m_end 62 Source/platform/fonts/mac/ComplexTextController.cpp , m_end(run.length()) m_end 86 Source/platform/fonts/mac/ComplexTextController.cpp expansionOpportunityCount = Character::expansionOpportunityCount(m_run.characters8(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion); m_end 88 Source/platform/fonts/mac/ComplexTextController.cpp expansionOpportunityCount = Character::expansionOpportunityCount(m_run.characters16(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion); m_end 118 Source/platform/fonts/mac/ComplexTextController.cpp return m_run.ltr() ? m_end : 0; m_end 122 Source/platform/fonts/mac/ComplexTextController.cpp return m_run.ltr() ? 0 : m_end; m_end 234 Source/platform/fonts/mac/ComplexTextController.cpp if (!m_end) m_end 248 Source/platform/fonts/mac/ComplexTextController.cpp m_smallCapsBuffer.resize(m_end); m_end 252 Source/platform/fonts/mac/ComplexTextController.cpp const UChar* end = cp + m_end; m_end 316 Source/platform/fonts/mac/ComplexTextController.cpp int itemLength = m_end - indexOfFontTransition; m_end 430 Source/platform/fonts/mac/ComplexTextController.cpp if (static_cast<int>(offset) > m_end) m_end 431 Source/platform/fonts/mac/ComplexTextController.cpp offset = m_end; m_end 157 Source/platform/fonts/mac/ComplexTextController.h int m_end; m_end 64 Source/wtf/Deque.h size_t size() const { return m_start <= m_end ? m_end - m_start : m_end + m_buffer.capacity() - m_start; } m_end 65 Source/wtf/Deque.h bool isEmpty() const { return m_start == m_end; } m_end 68 Source/wtf/Deque.h iterator end() { return iterator(this, m_end); } m_end 70 Source/wtf/Deque.h const_iterator end() const { return const_iterator(this, m_end); } m_end 76 Source/wtf/Deque.h T& first() { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; } m_end 77 Source/wtf/Deque.h const T& first() const { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; } m_end 80 Source/wtf/Deque.h T& last() { ASSERT(m_start != m_end); return *(--end()); } m_end 81 Source/wtf/Deque.h const T& last() const { ASSERT(m_start != m_end); return *(--end()); } m_end 110 Source/wtf/Deque.h unsigned m_end; m_end 205 Source/wtf/Deque.h , m_end(0) m_end 213 Source/wtf/Deque.h , m_end(other.m_end) m_end 216 Source/wtf/Deque.h if (m_start <= m_end) m_end 217 Source/wtf/Deque.h TypeOperations::uninitializedCopy(otherBuffer + m_start, otherBuffer + m_end, m_buffer.buffer() + m_start); m_end 219 Source/wtf/Deque.h TypeOperations::uninitializedCopy(otherBuffer, otherBuffer + m_end, m_buffer.buffer()); m_end 246 Source/wtf/Deque.h if (m_start <= m_end) m_end 247 Source/wtf/Deque.h TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_end); m_end 249 Source/wtf/Deque.h TypeOperations::destruct(m_buffer.buffer(), m_buffer.buffer() + m_end); m_end 265 Source/wtf/Deque.h std::swap(m_end, other.m_end); m_end 274 Source/wtf/Deque.h m_end = 0; m_end 295 Source/wtf/Deque.h if (m_end + 1 != m_start) m_end 297 Source/wtf/Deque.h } else if (m_end) { m_end 298 Source/wtf/Deque.h if (m_end != m_buffer.capacity() - 1) m_end 312 Source/wtf/Deque.h if (m_start <= m_end) m_end 313 Source/wtf/Deque.h TypeOperations::move(oldBuffer + m_start, oldBuffer + m_end, m_buffer.buffer() + m_start); m_end 315 Source/wtf/Deque.h TypeOperations::move(oldBuffer, oldBuffer + m_end, m_buffer.buffer()); m_end 343 Source/wtf/Deque.h new (NotNull, &m_buffer.buffer()[m_end]) T(value); m_end 344 Source/wtf/Deque.h if (m_end == m_buffer.capacity() - 1) m_end 345 Source/wtf/Deque.h m_end = 0; m_end 347 Source/wtf/Deque.h ++m_end; m_end 376 Source/wtf/Deque.h if (!m_end) m_end 377 Source/wtf/Deque.h m_end = m_buffer.capacity() - 1; m_end 379 Source/wtf/Deque.h --m_end; m_end 380 Source/wtf/Deque.h TypeOperations::destruct(&m_buffer.buffer()[m_end], &m_buffer.buffer()[m_end + 1]); m_end 398 Source/wtf/Deque.h if (position == m_end) m_end 409 Source/wtf/Deque.h TypeOperations::moveOverlapping(buffer + position + 1, buffer + m_end, buffer + position); m_end 410 Source/wtf/Deque.h m_end = (m_end - 1 + m_buffer.capacity()) % m_buffer.capacity(); m_end 456 Source/wtf/Deque.h ASSERT(m_index != m_deque->m_end); m_end 478 Source/wtf/Deque.h ASSERT(m_index != m_deque->m_end); m_end 468 Source/wtf/text/TextCodecICU.cpp m_end = m_begin + m_buffer.size(); m_end 472 Source/wtf/text/TextCodecICU.cpp const UChar* end() const { return m_end; } m_end 476 Source/wtf/text/TextCodecICU.cpp const UChar* m_end;