HomeSort by relevance Sort by last modified time
    Searched full:downstream (Results 26 - 50 of 341) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
harfbuzz-mouse-selection-crash.html 44 This test fuzzes HarfBuzzShaper::offsetForPosition to trigger an assertion in the downstream function characterIndexForXPosition().
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 54 setEndingSelection(VisibleSelection(positionInParentBeforeNode(*anchorElement), positionInParentAfterNode(*anchorElement), DOWNSTREAM, endingSelection().isDirectional()));
TextAffinity.h 39 enum EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 };
InsertLineBreakCommand.cpp 111 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
116 setEndingSelection(VisibleSelection(positionInParentAfterNode(*nodeToInsert), DOWNSTREAM, endingSelection().isDirectional()));
141 setEndingSelection(VisibleSelection(endingPosition, DOWNSTREAM, endingSelection().isDirectional()));
InsertParagraphSeparatorCommand.cpp 187 insertionPosition = insertionPosition.downstream();
260 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional()));
292 insertionPosition = insertionPosition.downstream();
305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
323 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional()));
328 // Move downstream. Typing style code will take care of carrying along the
330 insertionPosition = insertionPosition.downstream();
338 // we should move to its upstream or downstream position.
341 insertionPosition = insertionPosition.downstream();
347 // FIXME: We need the affinity for pos, but pos.downstream() does not give i
    [all...]
CompositeEditCommand.cpp 653 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
658 int downstream = endOffset; local
659 while ((unsigned)downstream < text.length() && isWhitespace(text[downstream]))
660 downstream++;
662 int length = downstream - upstream;
667 VisiblePosition visibleDownstreamPos(Position(textNode, downstream));
674 isEndOfParagraph(visibleDownstreamPos) || (unsigned)downstream == text.length());
695 deleteInsignificantText(upstreamPos, position.downstream());
696 position = upstreamPos.downstream();
    [all...]
DOMSelection.cpp 221 m_frame->selection().setSelectedRange(range.get(), DOWNSTREAM, m_frame->selection().isDirectional() ? FrameSelection::Directional : FrameSelection::NonDirectional);
236 m_frame->selection().moveTo(VisiblePosition(selection.end(), DOWNSTREAM));
251 m_frame->selection().moveTo(VisiblePosition(selection.start(), DOWNSTREAM));
280 VisiblePosition visibleBase = VisiblePosition(createLegacyEditingPosition(baseNode, baseOffset), DOWNSTREAM);
281 VisiblePosition visibleExtent = VisiblePosition(createLegacyEditingPosition(extentNode, extentOffset), DOWNSTREAM);
356 m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset), DOWNSTREAM));
VisibleUnits.cpp 229 RenderedPosition renderedPosition(position, DOWNSTREAM);
270 RenderedPosition renderedPosition(position, DOWNSTREAM);
513 return VisiblePosition(it.atEnd() ? it.startPosition() : pos, DOWNSTREAM);
518 return VisiblePosition(createLegacyEditingPosition(node, next), DOWNSTREAM);
524 return VisiblePosition(charIt.endPosition(), DOWNSTREAM);
    [all...]
VisibleSelection.cpp 50 : m_affinity(DOWNSTREAM)
147 return VisibleSelection(firstPositionInNode(node), lastPositionInNode(node), DOWNSTREAM);
247 start = m_start.downstream();
490 m_affinity = DOWNSTREAM;
510 m_start = m_start.downstream();
513 // FIXME: Position::downstream() or Position::upStream() might violate editing boundaries
530 ASSERT(m_affinity == DOWNSTREAM);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBR.cpp 70 return createPositionWithAffinity(0, DOWNSTREAM);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stropts.h 44 message and send that message downstream. */
61 STREAM, and send the message downstream. */
83 downstream. */
143 #define SNDZERO 0x001 /* Send a zero-length message downstream when a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 44 message and send that message downstream. */
61 STREAM, and send the message downstream. */
83 downstream. */
143 #define SNDZERO 0x001 /* Send a zero-length message downstream when a
  /system/media/audio_effects/include/audio_effects/
effect_visualizer.h 50 VISUALIZER_PARAM_LATENCY, // Informs the visualizer about the downstream latency
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 161 return createPositionWithAffinity(0, DOWNSTREAM);
205 return createPositionWithAffinity(0, DOWNSTREAM);
208 return createPositionWithAffinity(offset + closestDistanceBox->start(), offset > 0 ? VP_UPSTREAM_IF_POSSIBLE : DOWNSTREAM);
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
ChromeShellApplication.java 56 // Initialize the invalidations ID, just like we would in the downstream code.
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 68 // TODO(nyquist): Uncomment this once downstream Android uses new
  /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/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/llvm/docs/CommandGuide/
llvm-diff.rst 33 which tend to stop any downstream changes from being detected.
  /external/chromium_org/content/browser/loader/
detachable_resource_handler.cc 58 // OnWillRead passes back a scoped_refptr, so downstream handler's buffer will
84 // Intercept the ResourceController for downstream handlers to keep track of
resource_loader_unittest.cc 555 // downstream.
561 // Check that the handler forwarded all information to the downstream handler.
595 // To downstream, the request was canceled.
610 // To downstream, the request was canceled sometime after it started, but
634 // To downstream, the request was canceled sometime after it started, but
691 // downstream handler defers OnWillStart.
710 // Check that the handler forwarded all information to the downstream handler.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TouchCommon.java 22 // problems downstream. Any fix for this should be landed downstream first.
  /external/chromium_org/content/test/
mock_google_streaming_server.cc 143 bool downstream) const {
145 downstream ? kDownstreamUrlFetcherId : kUpstreamUrlFetcherId);
  /external/chromium_org/build/android/pylib/utils/
report_results.py 54 # Downstream server.

Completed in 4485 milliseconds

12 3 4 5 6 7 8 91011>>