HomeSort by relevance Sort by last modified time
    Searched refs:downstream (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.cpp 159 // If the caret is just before a placeholder, downstream will normalize the caret to it.
160 Position downstream(startPosition.downstream());
161 if (lineBreakExistsAtPosition(downstream)) {
165 placeholder = downstream;
177 deleteInsignificantText(startPosition.upstream(), startPosition.downstream());
181 startPosition = startPosition.downstream();
236 Position insertPos = VisiblePosition(pos, DOWNSTREAM).deepEquivalent();
htmlediting.cpp 231 Position downstreamStart = p.downstream();
234 if (p.isCandidate() && p.downstream() != downstreamStart)
254 Position downstreamStart = p.downstream();
257 if (p.isCandidate() && p.downstream() != downstreamStart)
441 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM);
442 VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(n), DOWNSTREAM);
456 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM);
457 VisiblePosition lastInElement = VisiblePosition(lastPositionInOrAfterNode(n), DOWNSTREAM);
503 Position downstream(visiblePosition.deepEquivalent().downstream());
    [all...]
InsertParagraphSeparatorCommand.cpp 182 insertionPosition = insertionPosition.downstream();
248 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
275 insertionPosition = insertionPosition.downstream();
287 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
310 // Move downstream. Typing style code will take care of carrying along the
312 insertionPosition = insertionPosition.downstream();
320 // we should move to its upstream or downstream position.
323 insertionPosition = insertionPosition.downstream();
329 // FIXME: We need the affinity for pos, but pos.downstream() does not give i
    [all...]
CompositeEditCommand.cpp 651 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
656 int downstream = endOffset; local
657 while ((unsigned)downstream < text.length() && isWhitespace(text[downstream]))
658 downstream++;
660 int length = downstream - upstream;
665 VisiblePosition visibleDownstreamPos(Position(textNode, downstream));
672 isEndOfParagraph(visibleDownstreamPos) || (unsigned)downstream == text.length());
693 deleteInsignificantText(position.upstream(), position.downstream());
694 position = upstreamPos.downstream();
    [all...]
VisiblePosition.cpp 65 // When not at a line wrap, make sure to end up with DOWNSTREAM affinity.
66 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
67 m_affinity = DOWNSTREAM;
93 VisiblePosition prev = VisiblePosition(pos, DOWNSTREAM);
97 // we should always be able to make the affinity DOWNSTREAM, because going previous from an
118 Position downstreamStart = p.downstream();
253 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
267 VisiblePosition left = VisiblePosition(pos, DOWNSTREAM);
283 Position downstreamStart = p.downstream();
421 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()
    [all...]
DeleteSelectionCommand.cpp 182 m_downstreamStart = start.downstream();
184 m_downstreamEnd = end.downstream();
243 m_downstreamStart = pos.downstream();
252 // Expand out one character downstream for smart delete and recalculate
256 m_downstreamEnd = pos.downstream();
643 if (mergeDestination.deepEquivalent().downstream().deprecatedNode()->hasTagName(brTag)) {
644 removeNodeAndPruneAncestors(mergeDestination.deepEquivalent().downstream().deprecatedNode());
    [all...]
BreakBlockquoteCommand.cpp 65 // pos is a position equivalent to the caret. We use downstream() so that pos will
67 Position pos = endingSelection().start().downstream();
82 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
92 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
184 setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()), DOWNSTREAM, endingSelection().isDirectional()));
InputMethodController.cpp 286 Position base = m_frame->selection()->base().downstream();
309 m_frame->selection()->setSelectedRange(selectedRange.get(), DOWNSTREAM, false);
317 Position base = m_frame->selection()->base().downstream();
ReplaceSelectionCommand.cpp     [all...]
TypingCommand.cpp 399 setEndingSelection(VisibleSelection(firstPositionInNode(root), DOWNSTREAM, endingSelection().isDirectional()));
462 setEndingSelection(VisibleSelection(positionBeforeNode(table), endingSelection().start(), DOWNSTREAM, endingSelection().isDirectional()));
536 Position downstreamEnd = endingSelection().end().downstream();
542 downstreamEnd = visibleEnd.next(CannotCrossEditingBoundary).deepEquivalent().downstream();
546 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
VisibleSelection.cpp 48 : m_affinity(DOWNSTREAM)
103 return VisibleSelection(firstPositionInNode(node), lastPositionInNode(node), DOWNSTREAM);
174 s = m_start.downstream();
414 m_affinity = DOWNSTREAM;
434 m_start = m_start.downstream();
437 // FIXME: Position::downstream() or Position::upStream() might violate editing boundaries
454 ASSERT(m_affinity == DOWNSTREAM);
ApplyBlockElementCommand.cpp 107 Position start = startOfSelection.deepEquivalent().downstream();
113 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
ApplyStyleCommand.cpp 124 , m_start(endingSelection().start().downstream())
152 , m_start(endingSelection().start().downstream())
166 , m_start(endingSelection().start().downstream())
609 embeddingRemoveEnd = positionInParentBeforeNode(endUnsplitAncestor).downstream();
    [all...]
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 5 # The downstream packager may not need this file at all if their package is not
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 178 Position downstream(EditingBoundaryCrossingRule = CannotCrossEditingBoundary) const;
322 : m_affinity(DOWNSTREAM)
326 PositionWithAffinity(const Position& position, EAffinity affinity = DOWNSTREAM)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 602 * unsatisfiable downstream constraint to be satisfied. We therefore collect
603 * a list of unsatisfied downstream constraints and attempt to
683 * downstream of the given constraint and recompute the actual
688 * encountered downstream of the given constraint. The sender is
690 * the given mark. Thus, encountering a marked node downstream of
712 * downstream of the given constraint. Answer a collection of
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 593 * unsatisfiable downstream constraint to be satisfied. We therefore collect
594 * a list of unsatisfied downstream constraints and attempt to
674 * downstream of the given constraint and recompute the actual
679 * encountered downstream of the given constraint. The sender is
681 * the given mark. Thus, encountering a marked node downstream of
703 * downstream of the given constraint. Answer a collection of
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 593 * unsatisfiable downstream constraint to be satisfied. We therefore collect
594 * a list of unsatisfied downstream constraints and attempt to
674 * downstream of the given constraint and recompute the actual
679 * encountered downstream of the given constraint. The sender is
681 * the given mark. Thus, encountering a marked node downstream of
703 * downstream of the given constraint. Answer a collection of
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 593 * unsatisfiable downstream constraint to be satisfied. We therefore collect
594 * a list of unsatisfied downstream constraints and attempt to
674 * downstream of the given constraint and recompute the actual
679 * encountered downstream of the given constraint. The sender is
681 * the given mark. Thus, encountering a marked node downstream of
703 * downstream of the given constraint. Answer a collection of
  /external/chromium_org/v8/benchmarks/
deltablue.js 599 * unsatisfiable downstream constraint to be satisfied. We therefore collect
600 * a list of unsatisfied downstream constraints and attempt to
680 * downstream of the given constraint and recompute the actual
685 * encountered downstream of the given constraint. The sender is
687 * the given mark. Thus, encountering a marked node downstream of
709 * downstream of the given constraint. Answer a collection of
  /external/v8/benchmarks/
deltablue.js 599 * unsatisfiable downstream constraint to be satisfied. We therefore collect
600 * a list of unsatisfied downstream constraints and attempt to
680 * downstream of the given constraint and recompute the actual
685 * encountered downstream of the given constraint. The sender is
687 * the given mark. Thus, encountering a marked node downstream of
709 * downstream of the given constraint. Answer a collection of

Completed in 9498 milliseconds

1 2