m_start 42 Source/core/animation/Interpolation.cpp : m_start(start) m_start 46 Source/core/animation/Interpolation.cpp , m_cachedValue(m_start->clone()) m_start 48 Source/core/animation/Interpolation.cpp RELEASE_ASSERT(typesMatch(m_start.get(), m_end.get())); m_start 54 Source/core/animation/Interpolation.cpp m_cachedValue = m_start->interpolate(*m_end, fraction); m_start 62 Source/core/animation/Interpolation.cpp visitor->trace(m_start); m_start 33 Source/core/animation/Interpolation.h const OwnPtrWillBeMember<InterpolableValue> m_start; m_start 19 Source/core/animation/InterpolationEffect.cpp double localFraction = (fraction - record->m_start) / (record->m_end - record->m_start); m_start 37 Source/core/animation/InterpolationEffect.h double m_start; m_start 53 Source/core/animation/InterpolationEffect.h , m_start(start) m_start 63 Source/core/dom/Range.cpp , m_start(m_ownerDocument) m_start 81 Source/core/dom/Range.cpp , m_start(m_ownerDocument) m_start 123 Source/core/dom/Range.cpp m_start.setToStartOfNode(document); m_start 130 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 135 Source/core/dom/Range.cpp return m_start.container(); m_start 140 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 145 Source/core/dom/Range.cpp return m_start.offset(); m_start 150 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 160 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 170 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 175 Source/core/dom/Range.cpp return commonAncestorContainer(m_start.container(), m_end.container()); m_start 191 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 196 Source/core/dom/Range.cpp return m_start == m_end; m_start 213 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 233 Source/core/dom/Range.cpp m_start.set(refNode, offset, childNode); m_start 235 Source/core/dom/Range.cpp if (didMoveDocument || checkForDifferentRootContainer(m_start, m_end)) m_start 241 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 263 Source/core/dom/Range.cpp if (didMoveDocument || checkForDifferentRootContainer(m_start, m_end)) m_start 281 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 287 Source/core/dom/Range.cpp m_end = m_start; m_start 289 Source/core/dom/Range.cpp m_start = m_end; m_start 294 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 312 Source/core/dom/Range.cpp return compareBoundaryPoints(refNode, offset, m_start.container(), m_start.offset(), exceptionState) >= 0 && !exceptionState.hadException() m_start 322 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 347 Source/core/dom/Range.cpp if (compareBoundaryPoints(refNode, offset, m_start.container(), m_start.offset(), exceptionState) < 0) m_start 372 Source/core/dom/Range.cpp if (!m_start.container() && refNode->inActiveDocument()) { m_start 377 Source/core/dom/Range.cpp if (m_start.container() && !refNode->inActiveDocument()) { m_start 410 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 445 Source/core/dom/Range.cpp return compareBoundaryPoints(m_start, sourceRange->m_start, exceptionState); m_start 447 Source/core/dom/Range.cpp return compareBoundaryPoints(m_end, sourceRange->m_start, exceptionState); m_start 451 Source/core/dom/Range.cpp return compareBoundaryPoints(m_start, sourceRange->m_end, exceptionState); m_start 559 Source/core/dom/Range.cpp return m_start.container() && compareBoundaryPoints(m_start, m_end, exceptionState) <= 0 && !exceptionState.hadException(); m_start 577 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 687 Source/core/dom/Range.cpp if (m_start.container() == m_end.container()) { m_start 688 Source/core/dom/Range.cpp processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offset(), exceptionState); m_start 693 Source/core/dom/Range.cpp RangeBoundaryPoint originalStart(m_start); m_start 751 Source/core/dom/Range.cpp m_end = m_start; m_start 940 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 952 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 966 Source/core/dom/Range.cpp bool startIsText = m_start.container()->isTextNode(); m_start 967 Source/core/dom/Range.cpp if (startIsText && !m_start.container()->parentNode()) { m_start 976 Source/core/dom/Range.cpp checkAgainst = m_start.container()->parentNode(); m_start 978 Source/core/dom/Range.cpp checkAgainst = m_start.container(); m_start 1000 Source/core/dom/Range.cpp for (Node* n = m_start.container(); n; n = n->parentNode()) { m_start 1022 Source/core/dom/Range.cpp bool collapsed = m_start == m_end; m_start 1025 Source/core/dom/Range.cpp container = m_start.container(); m_start 1026 Source/core/dom/Range.cpp RefPtr<Text> newText = toText(container)->splitText(m_start.offset(), exceptionState); m_start 1030 Source/core/dom/Range.cpp container = m_start.container(); m_start 1039 Source/core/dom/Range.cpp if (lastChild && lastChild == m_start.childBefore()) { m_start 1044 Source/core/dom/Range.cpp m_start.setToBeforeChild(*firstChild); m_start 1048 Source/core/dom/Range.cpp container = m_start.container(); m_start 1049 Source/core/dom/Range.cpp container->insertBefore(newNode.release(), container->traverseToChildAt(m_start.offset()), exceptionState); m_start 1056 Source/core/dom/Range.cpp m_end.set(m_start.container(), m_start.offset() + numNewChildren, lastChild.get()); m_start 1062 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1074 Source/core/dom/Range.cpp int start = (n == m_start.container()) ? min(max(0, m_start.offset()), length) : 0; m_start 1090 Source/core/dom/Range.cpp if (!m_start.container()) m_start 1095 Source/core/dom/Range.cpp m_start.container()->document().updateLayout(); m_start 1102 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1107 Source/core/dom/Range.cpp Node* element = m_start.container()->isElementNode() ? m_start.container() : m_start.container()->parentNode(); m_start 1124 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1131 Source/core/dom/Range.cpp m_start.clear(); m_start 1169 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1225 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 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_start 1262 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1321 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1353 Source/core/dom/Range.cpp m_start.setToStartOfNode(*refNode); m_start 1361 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1389 Source/core/dom/Range.cpp Node* parentOfNewParent = m_start.container(); m_start 1407 Source/core/dom/Range.cpp if (newParent->contains(m_start.container())) { m_start 1416 Source/core/dom/Range.cpp Node* startNonTextContainer = m_start.container(); m_start 1455 Source/core/dom/Range.cpp if (!m_start.container()) { m_start 1476 Source/core/dom/Range.cpp if (!m_start.container()) m_start 1478 Source/core/dom/Range.cpp if (m_start.container()->offsetInCharacters()) m_start 1479 Source/core/dom/Range.cpp return m_start.container(); m_start 1480 Source/core/dom/Range.cpp if (Node* child = m_start.container()->traverseToChildAt(m_start.offset())) m_start 1482 Source/core/dom/Range.cpp if (!m_start.offset()) m_start 1483 Source/core/dom/Range.cpp return m_start.container(); m_start 1484 Source/core/dom/Range.cpp return NodeTraversal::nextSkippingChildren(*m_start.container()); m_start 1494 Source/core/dom/Range.cpp if (!m_start.container() || !m_end.container()) m_start 1516 Source/core/dom/Range.cpp Node* startContainer = m_start.container(); m_start 1534 Source/core/dom/Range.cpp int startOffset = node == startContainer ? m_start.offset() : 0; m_start 1548 Source/core/dom/Range.cpp Node* startContainer = m_start.container(); m_start 1566 Source/core/dom/Range.cpp int startOffset = node == startContainer ? m_start.offset() : 0; m_start 1584 Source/core/dom/Range.cpp if (!m_start.container() || !m_end.container()) m_start 1590 Source/core/dom/Range.cpp result.appendNumber(m_start.offset()); m_start 1592 Source/core/dom/Range.cpp m_start.container()->formatForDebugger(s, FormatBufferSize); m_start 1624 Source/core/dom/Range.cpp if (!m_start.container()) m_start 1626 Source/core/dom/Range.cpp if (!m_start.container()->offsetInCharacters()) m_start 1627 Source/core/dom/Range.cpp return m_start.container()->countChildren(); m_start 1628 Source/core/dom/Range.cpp return m_start.container()->maxCharacterOffset(); m_start 1653 Source/core/dom/Range.cpp boundaryNodeChildrenChanged(m_start, container); m_start 1677 Source/core/dom/Range.cpp boundaryNodeChildrenWillBeRemoved(m_start, container); m_start 1705 Source/core/dom/Range.cpp boundaryNodeWillBeRemoved(m_start, node); m_start 1723 Source/core/dom/Range.cpp boundaryTextInserted(m_start, text, offset, length); m_start 1744 Source/core/dom/Range.cpp boundaryTextRemoved(m_start, text, offset, length); m_start 1763 Source/core/dom/Range.cpp boundaryTextNodesMerged(m_start, oldNode, offset); m_start 1784 Source/core/dom/Range.cpp boundaryTextNodeSplit(m_start, oldNode); m_start 1813 Source/core/dom/Range.cpp if (!m_start.container()) m_start 1831 Source/core/dom/Range.cpp Node* startContainer = m_start.container(); m_start 1855 Source/core/dom/Range.cpp int startOffset = (node == startContainer) ? m_start.offset() : 0; m_start 1870 Source/core/dom/Range.cpp if (!m_start.container()) m_start 59 Source/core/dom/Range.h Node* startContainer() const { return m_start.container(); } m_start 60 Source/core/dom/Range.h int startOffset() const { return m_start.offset(); } m_start 107 Source/core/dom/Range.h const Position startPosition() const { return m_start.toPosition(); } m_start 175 Source/core/dom/Range.h RangeBoundaryPoint m_start; m_start 126 Source/core/editing/ApplyStyleCommand.cpp , m_start(endingSelection().start().downstream()) m_start 140 Source/core/editing/ApplyStyleCommand.cpp , m_start(start) m_start 154 Source/core/editing/ApplyStyleCommand.cpp , m_start(endingSelection().start().downstream()) m_start 168 Source/core/editing/ApplyStyleCommand.cpp , m_start(endingSelection().start().downstream()) m_start 181 Source/core/editing/ApplyStyleCommand.cpp if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end)) m_start 185 Source/core/editing/ApplyStyleCommand.cpp m_start = newStart; m_start 194 Source/core/editing/ApplyStyleCommand.cpp return m_start; m_start 126 Source/core/editing/ApplyStyleCommand.h Position m_start; m_start 39 Source/core/editing/PlainTextRange.cpp : m_start(kNotFound) m_start 45 Source/core/editing/PlainTextRange.cpp : m_start(location) m_start 52 Source/core/editing/PlainTextRange.cpp : m_start(start) m_start 47 Source/core/editing/PlainTextRange.h size_t start() const { ASSERT(!isNull()); return m_start; } m_start 48 Source/core/editing/PlainTextRange.h bool isNull() const { return m_start == kNotFound; } m_start 49 Source/core/editing/PlainTextRange.h bool isNotNull() const { return m_start != kNotFound; } m_start 50 Source/core/editing/PlainTextRange.h size_t length() const { ASSERT(!isNull()); return m_end - m_start; } m_start 63 Source/core/editing/PlainTextRange.h const size_t m_start; m_start 111 Source/core/editing/VisibleSelection.cpp , m_start(other.m_start) m_start 127 Source/core/editing/VisibleSelection.cpp m_start = other.m_start; m_start 188 Source/core/editing/VisibleSelection.cpp Position start = m_start.parentAnchoredEquivalent(); m_start 202 Source/core/editing/VisibleSelection.cpp m_start.document()->updateLayout(); m_start 213 Source/core/editing/VisibleSelection.cpp s = m_start.upstream().parentAnchoredEquivalent(); m_start 228 Source/core/editing/VisibleSelection.cpp s = m_start.downstream(); m_start 257 Source/core/editing/VisibleSelection.cpp Position oldStart = m_start; m_start 260 Source/core/editing/VisibleSelection.cpp if (m_base != oldBase || m_extent != oldExtent || m_start != oldStart || m_end != oldEnd) m_start 340 Source/core/editing/VisibleSelection.cpp m_start = m_base; m_start 343 Source/core/editing/VisibleSelection.cpp m_start = m_extent; m_start 357 Source/core/editing/VisibleSelection.cpp VisiblePosition start = VisiblePosition(m_start, m_affinity); m_start 362 Source/core/editing/VisibleSelection.cpp m_start = startOfWord(start, side).deepEquivalent(); m_start 370 Source/core/editing/VisibleSelection.cpp if (isEndOfParagraph(originalEnd) && !isEmptyTableCell(m_start.deprecatedNode())) { m_start 393 Source/core/editing/VisibleSelection.cpp m_start = startOfSentence(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 398 Source/core/editing/VisibleSelection.cpp m_start = startOfLine(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 411 Source/core/editing/VisibleSelection.cpp m_start = startOfLine(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 415 Source/core/editing/VisibleSelection.cpp VisiblePosition pos(m_start, m_affinity); m_start 418 Source/core/editing/VisibleSelection.cpp m_start = startOfParagraph(pos).deepEquivalent(); m_start 442 Source/core/editing/VisibleSelection.cpp m_start = startOfDocument(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 446 Source/core/editing/VisibleSelection.cpp m_start = startOfParagraph(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 450 Source/core/editing/VisibleSelection.cpp m_start = startOfSentence(VisiblePosition(m_start, m_affinity)).deepEquivalent(); m_start 456 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) m_start 457 Source/core/editing/VisibleSelection.cpp m_start = m_end; m_start 459 Source/core/editing/VisibleSelection.cpp m_end = m_start; m_start 464 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) { m_start 467 Source/core/editing/VisibleSelection.cpp } else if (m_start == m_end || m_start.upstream() == m_end.upstream()) { m_start 494 Source/core/editing/VisibleSelection.cpp m_start = m_start.downstream(); m_start 519 Source/core/editing/VisibleSelection.cpp m_start = base; m_start 522 Source/core/editing/VisibleSelection.cpp m_start = extent; m_start 567 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) m_start 570 Source/core/editing/VisibleSelection.cpp if (m_start.anchorNode()->treeScope() == m_end.anchorNode()->treeScope()) m_start 574 Source/core/editing/VisibleSelection.cpp m_extent = adjustPositionForEnd(m_end, m_start.containerNode()); m_start 577 Source/core/editing/VisibleSelection.cpp m_extent = adjustPositionForStart(m_start, m_end.containerNode()); m_start 578 Source/core/editing/VisibleSelection.cpp m_start = m_extent; m_start 581 Source/core/editing/VisibleSelection.cpp ASSERT(m_start.anchorNode()->treeScope() == m_end.anchorNode()->treeScope()); m_start 586 Source/core/editing/VisibleSelection.cpp if (m_base.isNull() || m_start.isNull() || m_end.isNull()) m_start 590 Source/core/editing/VisibleSelection.cpp Node* startRoot = highestEditableRoot(m_start); m_start 605 Source/core/editing/VisibleSelection.cpp VisiblePosition first = firstEditablePositionAfterPositionInRoot(m_start, baseRoot); m_start 606 Source/core/editing/VisibleSelection.cpp m_start = first.deepEquivalent(); m_start 607 Source/core/editing/VisibleSelection.cpp if (m_start.isNull()) { m_start 609 Source/core/editing/VisibleSelection.cpp m_start = m_end; m_start 619 Source/core/editing/VisibleSelection.cpp m_end = m_start; m_start 658 Source/core/editing/VisibleSelection.cpp Node* startEditableAncestor = lowestEditableAncestor(m_start.containerNode()); m_start 660 Source/core/editing/VisibleSelection.cpp Position p = nextVisuallyDistinctCandidate(m_start); m_start 682 Source/core/editing/VisibleSelection.cpp m_start = next.deepEquivalent(); m_start 688 Source/core/editing/VisibleSelection.cpp m_extent = m_baseIsFirst ? m_end : m_start; m_start 769 Source/core/editing/VisibleSelection.cpp if (!m_start.anchorNode()) m_start 771 Source/core/editing/VisibleSelection.cpp else if (m_start == m_end) { m_start 772 Source/core/editing/VisibleSelection.cpp fprintf(stderr, "pos: %s ", m_start.anchorNode()->nodeName().utf8().data()); m_start 773 Source/core/editing/VisibleSelection.cpp m_start.showAnchorTypeAndOffset(); m_start 775 Source/core/editing/VisibleSelection.cpp fprintf(stderr, "start: %s ", m_start.anchorNode()->nodeName().utf8().data()); m_start 776 Source/core/editing/VisibleSelection.cpp m_start.showAnchorTypeAndOffset(); m_start 72 Source/core/editing/VisibleSelection.h Position start() const { return m_start; } m_start 75 Source/core/editing/VisibleSelection.h VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : affinity()); } m_start 154 Source/core/editing/VisibleSelection.h Position m_start; // Leftmost position when expanded to respect granularity m_start 37 Source/core/html/HTMLOListElement.cpp , m_start(0xBADBEEF) m_start 82 Source/core/html/HTMLOListElement.cpp m_start = canParse ? parsedStart : 0xBADBEEF; m_start 34 Source/core/html/HTMLOListElement.h int start() const { return m_hasExplicitStart ? m_start : (m_isReversed ? itemCount() : 1); } m_start 59 Source/core/html/HTMLOListElement.h int m_start; m_start 61 Source/core/html/TimeRanges.cpp newSession->add(m_ranges[i].m_start, m_ranges[i].m_end); m_start 75 Source/core/html/TimeRanges.cpp double start = m_ranges.first().m_start; m_start 80 Source/core/html/TimeRanges.cpp inverted->add(m_ranges[index].m_end, m_ranges[index + 1].m_start); m_start 111 Source/core/html/TimeRanges.cpp unioned->add(range.m_start, range.m_end); m_start 123 Source/core/html/TimeRanges.cpp return m_ranges[index].m_start; m_start 82 Source/core/html/TimeRanges.h m_start = start; m_start 85 Source/core/html/TimeRanges.h double m_start; m_start 90 Source/core/html/TimeRanges.h return m_start <= point && point < m_end; m_start 95 Source/core/html/TimeRanges.h return isPointInRange(range.m_start) || isPointInRange(range.m_end) || range.isPointInRange(m_start); m_start 100 Source/core/html/TimeRanges.h return range.m_start == m_end || range.m_end == m_start; m_start 107 Source/core/html/TimeRanges.h ret.m_start = std::min(m_start, range.m_start); m_start 115 Source/core/html/TimeRanges.h return range.m_start >= m_end; m_start 59 Source/core/html/track/vtt/VTTScanner.h : m_start(start), m_end(end), m_is8Bit(is8Bit) { } m_start 61 Source/core/html/track/vtt/VTTScanner.h Position start() const { return m_start; } m_start 64 Source/core/html/track/vtt/VTTScanner.h bool isEmpty() const { return m_start == m_end; } m_start 68 Source/core/html/track/vtt/VTTScanner.h Position m_start; m_start 156 Source/core/html/track/vtt/VTTScanner.h return m_end - m_start; m_start 157 Source/core/html/track/vtt/VTTScanner.h return reinterpret_cast<const UChar*>(m_end) - reinterpret_cast<const UChar*>(m_start); m_start 170 Source/core/page/EventHandler.cpp *m_maxDuration = max(*m_maxDuration, monotonicallyIncreasingTime() - m_start); m_start 175 Source/core/page/EventHandler.cpp double m_start; m_start 85 Source/core/rendering/InlineTextBox.cpp m_start = 0; m_start 142 Source/core/rendering/InlineTextBox.cpp int sPos = max(startPos - m_start, 0); m_start 145 Source/core/rendering/InlineTextBox.cpp int ePos = min(endPos - m_start, int(m_len) + (isLineBreak() ? 0 : 1)); m_start 161 Source/core/rendering/InlineTextBox.cpp bool start = (state != RenderObject::SelectionEnd && startPos >= m_start && startPos <= m_start + m_len + endOfLineAdjustmentForCSSLineBreak); m_start 162 Source/core/rendering/InlineTextBox.cpp bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable); m_start 169 Source/core/rendering/InlineTextBox.cpp else if ((state == RenderObject::SelectionEnd || startPos < m_start) && m_start 197 Source/core/rendering/InlineTextBox.cpp int sPos = max(startPos - m_start, 0); m_start 198 Source/core/rendering/InlineTextBox.cpp int ePos = min(endPos - m_start, (int)m_len); m_start 307 Source/core/rendering/InlineTextBox.cpp float widthOfVisibleText = toRenderText(renderer()).width(m_start, offset, textPos(), flowIsLTR ? LTR : RTL, isFirstLineStyle()); m_start 506 Source/core/rendering/InlineTextBox.cpp LayoutUnit widthOfVisibleText = toRenderText(renderer()).width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle()); m_start 656 Source/core/rendering/InlineTextBox.cpp if (static_cast<unsigned>(length) != string.length() || m_start) m_start 657 Source/core/rendering/InlineTextBox.cpp string.narrow(m_start, length); m_start 658 Source/core/rendering/InlineTextBox.cpp maximumLength = textRenderer().textLength() - m_start; m_start 660 Source/core/rendering/InlineTextBox.cpp combinedText->getStringToRender(m_start, string, length); m_start 811 Source/core/rendering/InlineTextBox.cpp sPos = max(startPos - m_start, 0); m_start 812 Source/core/rendering/InlineTextBox.cpp ePos = min(endPos - m_start, (int)m_len); m_start 850 Source/core/rendering/InlineTextBox.cpp if (string.length() != static_cast<unsigned>(length) || m_start) m_start 851 Source/core/rendering/InlineTextBox.cpp string.narrow(m_start, length); m_start 855 Source/core/rendering/InlineTextBox.cpp TextRun textRun = constructTextRun(style, font, string, textRenderer().textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0); m_start 876 Source/core/rendering/InlineTextBox.cpp int offset = m_start; m_start 1107 Source/core/rendering/InlineTextBox.cpp width = toRenderText(renderer()).width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle()); m_start 1218 Source/core/rendering/InlineTextBox.cpp if (m_start <= (int)marker->startOffset()) m_start 1226 Source/core/rendering/InlineTextBox.cpp int startPosition = max<int>(marker->startOffset() - m_start, 0); m_start 1227 Source/core/rendering/InlineTextBox.cpp int endPosition = min<int>(marker->endOffset() - m_start, m_len); m_start 1279 Source/core/rendering/InlineTextBox.cpp int sPos = max(marker->startOffset() - m_start, (unsigned)0); m_start 1280 Source/core/rendering/InlineTextBox.cpp int ePos = min(marker->endOffset() - m_start, (unsigned)m_len); m_start 1363 Source/core/rendering/InlineTextBox.cpp unsigned paintStart = m_start; m_start 1368 Source/core/rendering/InlineTextBox.cpp start = toRenderText(renderer()).width(m_start, paintStart - m_start, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle()); m_start 1375 Source/core/rendering/InlineTextBox.cpp paintEnd = min(paintEnd, (unsigned)m_start + m_truncation); m_start 1402 Source/core/rendering/InlineTextBox.cpp return m_start; m_start 1407 Source/core/rendering/InlineTextBox.cpp return m_start + m_len; m_start 1439 Source/core/rendering/InlineTextBox.cpp ASSERT(offset >= m_start); m_start 1440 Source/core/rendering/InlineTextBox.cpp ASSERT(offset <= m_start + m_len); m_start 1451 Source/core/rendering/InlineTextBox.cpp int from = !isLeftToRightDirection() ? offset - m_start : 0; m_start 1452 Source/core/rendering/InlineTextBox.cpp int to = !isLeftToRightDirection() ? m_len : offset - m_start; m_start 1460 Source/core/rendering/InlineTextBox.cpp if (offset < m_start) m_start 1463 Source/core/rendering/InlineTextBox.cpp int pastEnd = m_start + m_len; m_start 50 Source/core/rendering/InlineTextBox.h , m_start(0) m_start 64 Source/core/rendering/InlineTextBox.h unsigned start() const { return m_start; } m_start 65 Source/core/rendering/InlineTextBox.h unsigned end() const { return m_len ? m_start + m_len - 1 : m_start; } m_start 68 Source/core/rendering/InlineTextBox.h void setStart(unsigned start) { m_start = start; } m_start 71 Source/core/rendering/InlineTextBox.h void offsetRun(int d) { ASSERT(!isDirty()); m_start += d; } m_start 172 Source/core/rendering/InlineTextBox.h int m_start; m_start 282 Source/core/rendering/RenderBlockLineLayout.cpp text->setStart(r->m_start); m_start 283 Source/core/rendering/RenderBlockLineLayout.cpp text->setLen(r->m_stop - r->m_start); m_start 460 Source/core/rendering/RenderBlockLineLayout.cpp int lastEndOffset = run->m_start; m_start 490 Source/core/rendering/RenderBlockLineLayout.cpp measuredWidth = renderer->width(run->m_start, run->m_stop - run->m_start, xPos, run->direction(), lineInfo.isFirstLine(), &fallbackFonts, &glyphOverflow); m_start 659 Source/core/rendering/RenderBlockLineLayout.cpp opportunitiesInRun = Character::expansionOpportunityCount(rt->characters8() + r->m_start, r->m_stop - r->m_start, r->m_box->direction(), isAfterExpansion); m_start 661 Source/core/rendering/RenderBlockLineLayout.cpp opportunitiesInRun = Character::expansionOpportunityCount(rt->characters16() + r->m_start, r->m_stop - r->m_start, r->m_box->direction(), isAfterExpansion); m_start 667 Source/core/rendering/RenderBlockLineLayout.cpp if (!r->m_start && needsWordSpacing && isSpaceOrNewline(rt->characterAt(r->m_start))) m_start 809 Source/core/rendering/RenderBlockLineLayout.cpp InlineIterator iter = InlineIterator(isolatedInline, startObj, isolatedRun->m_start); m_start 2126 Source/core/rendering/RenderBox.cpp setMarginStart(computedValues.m_margins.m_start); m_start 2166 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = marginStart(); m_start 2204 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = minimumValueForLength(styleToUse->marginStart(), containerLogicalWidth); m_start 2224 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = minimumValueForLength(styleToUse->marginStart(), containerLogicalWidth); m_start 2229 Source/core/rendering/RenderBox.cpp hasInvertedDirection ? computedValues.m_margins.m_end : computedValues.m_margins.m_start, m_start 2230 Source/core/rendering/RenderBox.cpp hasInvertedDirection ? computedValues.m_margins.m_start : computedValues.m_margins.m_end); m_start 2233 Source/core/rendering/RenderBox.cpp if (!hasPerpendicularContainingBlock && containerLogicalWidth && containerLogicalWidth != (computedValues.m_extent + computedValues.m_margins.m_start + computedValues.m_margins.m_end) m_start 2238 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = newMargin; m_start 2252 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start += adjustedMargin; m_start 3187 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = maxValues.m_margins.m_start; m_start 3204 Source/core/rendering/RenderBox.cpp computedValues.m_margins.m_start = minValues.m_margins.m_start; m_start 3252 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalLeftValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end; m_start 3253 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalRightValue = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start; m_start 3700 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalLeftAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_start : computedValues.m_margins.m_end; m_start 3701 Source/core/rendering/RenderBox.cpp LayoutUnit& marginLogicalRightAlias = style()->isLeftToRightDirection() ? computedValues.m_margins.m_end : computedValues.m_margins.m_start; m_start 381 Source/core/rendering/RenderBox.h LayoutUnit m_start; m_start 68 Source/core/rendering/RenderMarquee.cpp , m_start(0) m_start 168 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToOffset(IntSize(m_start, 0)); m_start 170 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToOffset(IntSize(0, m_start)); m_start 196 Source/core/rendering/RenderMarquee.cpp m_start = computePosition(direction(), behavior == MALTERNATE); m_start 282 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToXOffset(m_start); m_start 284 Source/core/rendering/RenderMarquee.cpp layer()->scrollableArea()->scrollToYOffset(m_start); m_start 291 Source/core/rendering/RenderMarquee.cpp int range = m_end - m_start; m_start 300 Source/core/rendering/RenderMarquee.cpp endPoint = m_start; m_start 97 Source/core/rendering/RenderMarquee.h int m_start; m_start 259 Source/core/rendering/RenderTable.cpp setMarginStart(computedValues.m_margins.m_start); m_start 312 Source/core/rendering/RenderTable.cpp hasInvertedDirection ? marginValues.m_start : marginValues.m_end, m_start 313 Source/core/rendering/RenderTable.cpp hasInvertedDirection ? marginValues.m_end : marginValues.m_start); m_start 314 Source/core/rendering/RenderTable.cpp setMarginStart(marginValues.m_start); m_start 44 Source/core/rendering/RenderTableSection.h : m_start(start) m_start 49 Source/core/rendering/RenderTableSection.h unsigned start() const { return m_start; } m_start 52 Source/core/rendering/RenderTableSection.h unsigned& start() { return m_start; } m_start 56 Source/core/rendering/RenderTableSection.h unsigned m_start; m_start 34 Source/core/rendering/RenderTextFragment.cpp , m_start(startOffset) m_start 42 Source/core/rendering/RenderTextFragment.cpp , m_start(0) m_start 92 Source/core/rendering/RenderTextFragment.cpp m_start = 0; m_start 44 Source/core/rendering/RenderTextFragment.h unsigned start() const { return m_start; } m_start 69 Source/core/rendering/RenderTextFragment.h unsigned m_start; m_start 424 Source/modules/filesystem/InspectorFileSystemAgent.cpp , m_start(start) m_start 431 Source/modules/filesystem/InspectorFileSystemAgent.cpp int m_start; m_start 474 Source/modules/filesystem/InspectorFileSystemAgent.cpp RefPtrWillBeRawPtr<Blob> blob = static_cast<Blob*>(file)->slice(m_start, m_end, IGNORE_EXCEPTION); m_start 161 Source/platform/graphics/PathTraversalState.cpp float distance = distanceLine(m_current, m_start); m_start 162 Source/platform/graphics/PathTraversalState.cpp m_current = m_control1 = m_control2 = m_start; m_start 168 Source/platform/graphics/PathTraversalState.cpp m_current = m_start = m_control1 = m_control2 = point; m_start 58 Source/platform/graphics/PathTraversalState.h FloatPoint m_start; m_start 34 Source/platform/text/BidiCharacterRun.h , m_start(start) m_start 37 Source/platform/text/BidiCharacterRun.h ASSERT(m_start <= m_stop); m_start 59 Source/platform/text/BidiCharacterRun.h int start() const { return m_start; } m_start 75 Source/platform/text/BidiCharacterRun.h int m_start; m_start 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_start 65 Source/wtf/Deque.h bool isEmpty() const { return m_start == m_end; } m_start 67 Source/wtf/Deque.h iterator begin() { return iterator(this, m_start); } m_start 69 Source/wtf/Deque.h const_iterator begin() const { return const_iterator(this, m_start); } m_start 76 Source/wtf/Deque.h T& first() { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; } m_start 77 Source/wtf/Deque.h const T& first() const { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; } m_start 80 Source/wtf/Deque.h T& last() { ASSERT(m_start != m_end); return *(--end()); } m_start 81 Source/wtf/Deque.h const T& last() const { ASSERT(m_start != m_end); return *(--end()); } m_start 109 Source/wtf/Deque.h unsigned m_start; m_start 204 Source/wtf/Deque.h : m_start(0) m_start 212 Source/wtf/Deque.h , m_start(other.m_start) m_start 216 Source/wtf/Deque.h if (m_start <= m_end) m_start 217 Source/wtf/Deque.h TypeOperations::uninitializedCopy(otherBuffer + m_start, otherBuffer + m_end, m_buffer.buffer() + m_start); m_start 220 Source/wtf/Deque.h TypeOperations::uninitializedCopy(otherBuffer + m_start, otherBuffer + m_buffer.capacity(), m_buffer.buffer() + m_start); m_start 246 Source/wtf/Deque.h if (m_start <= m_end) m_start 247 Source/wtf/Deque.h TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_end); m_start 250 Source/wtf/Deque.h TypeOperations::destruct(m_buffer.buffer() + m_start, m_buffer.buffer() + m_buffer.capacity()); m_start 264 Source/wtf/Deque.h std::swap(m_start, other.m_start); m_start 273 Source/wtf/Deque.h m_start = 0; m_start 294 Source/wtf/Deque.h if (m_start) { m_start 295 Source/wtf/Deque.h if (m_end + 1 != m_start) m_start 312 Source/wtf/Deque.h if (m_start <= m_end) m_start 313 Source/wtf/Deque.h TypeOperations::move(oldBuffer + m_start, oldBuffer + m_end, m_buffer.buffer() + m_start); m_start 316 Source/wtf/Deque.h size_t newStart = m_buffer.capacity() - (oldCapacity - m_start); m_start 317 Source/wtf/Deque.h TypeOperations::move(oldBuffer + m_start, oldBuffer + oldCapacity, m_buffer.buffer() + newStart); m_start 318 Source/wtf/Deque.h m_start = newStart; m_start 354 Source/wtf/Deque.h if (!m_start) m_start 355 Source/wtf/Deque.h m_start = m_buffer.capacity() - 1; m_start 357 Source/wtf/Deque.h --m_start; m_start 358 Source/wtf/Deque.h new (NotNull, &m_buffer.buffer()[m_start]) T(value); m_start 365 Source/wtf/Deque.h TypeOperations::destruct(&m_buffer.buffer()[m_start], &m_buffer.buffer()[m_start + 1]); m_start 366 Source/wtf/Deque.h if (m_start == m_buffer.capacity() - 1) m_start 367 Source/wtf/Deque.h m_start = 0; m_start 369 Source/wtf/Deque.h ++m_start; m_start 405 Source/wtf/Deque.h if (position >= m_start) { m_start 406 Source/wtf/Deque.h TypeOperations::moveOverlapping(buffer + m_start, buffer + position, buffer + m_start + 1); m_start 407 Source/wtf/Deque.h m_start = (m_start + 1) % m_buffer.capacity(); m_start 467 Source/wtf/Deque.h ASSERT(m_index != m_deque->m_start); m_start 485 Source/wtf/Deque.h ASSERT(m_index != m_deque->m_start);