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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/third_party/pyserial/
README.chromium 16 Packaging and setup files have not been copied downstream.
18 have not been copied downstream.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
PositionWithAffinity.cpp 17 : m_affinity(DOWNSTREAM)
PositionWithAffinity.h 16 PositionWithAffinity(const Position&, EAffinity = DOWNSTREAM);
VisiblePosition.h 36 // VisiblePosition default affinity is downstream because
40 #define VP_DEFAULT_AFFINITY DOWNSTREAM
43 // but would like UPSTREAM if at a line break or DOWNSTREAM
45 // constructors auto-correct UPSTREAM to DOWNSTREAM if the
56 // otherwise it will be converted to DOWNSTREAM
69 EAffinity affinity() const { ASSERT(m_affinity == UPSTREAM || m_affinity == DOWNSTREAM); return m_affinity; }
VisibleSelection.h 38 const EAffinity SEL_DEFAULT_AFFINITY = DOWNSTREAM;
76 VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ? DOWNSTREAM : affinity()); }
78 VisiblePosition visibleBase() const { return VisiblePosition(m_base, isRange() ? (isBaseFirst() ? UPSTREAM : DOWNSTREAM) : affinity()); }
79 VisiblePosition visibleExtent() const { return VisiblePosition(m_extent, isRange() ? (isBaseFirst() ? DOWNSTREAM : UPSTREAM) : affinity()); }
167 EAffinity m_affinity; // the upstream/downstream affinity of the caret
InsertTextCommand.cpp 156 // If the caret is just before a placeholder, downstream will normalize the caret to it.
157 Position downstream(startPosition.downstream());
158 if (lineBreakExistsAtPosition(downstream)) {
162 placeholder = downstream;
175 deleteInsignificantText(startPosition, startPosition.downstream());
179 startPosition = startPosition.downstream();
232 Position insertPos = VisiblePosition(pos, DOWNSTREAM).deepEquivalent();
VisiblePosition.cpp 67 // When not at a line wrap, make sure to end up with DOWNSTREAM affinity.
68 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
69 m_affinity = DOWNSTREAM;
96 VisiblePosition prev = VisiblePosition(pos, DOWNSTREAM);
100 // we should always be able to make the affinity DOWNSTREAM, because going previous from an
128 Position downstreamStart = p.downstream();
263 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
277 VisiblePosition left = VisiblePosition(pos, DOWNSTREAM);
293 Position downstreamStart = p.downstream();
431 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()
    [all...]
BreakBlockquoteCommand.cpp 67 // pos is a position equivalent to the caret. We use downstream() so that pos will
69 Position pos = endingSelection().start().downstream();
84 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
94 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
187 setEndingSelection(VisibleSelection(positionBeforeNode(breakElement.get()), DOWNSTREAM, endingSelection().isDirectional()));
htmlediting.cpp 229 Position downstreamStart = p.downstream();
232 if (p.isCandidate() && p.downstream() != downstreamStart)
252 Position downstreamStart = p.downstream();
255 if (p.isCandidate() && p.downstream() != downstreamStart)
458 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM);
459 VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(specialElement), DOWNSTREAM);
475 VisiblePosition vPos = VisiblePosition(pos, DOWNSTREAM);
476 VisiblePosition lastInElement = VisiblePosition(lastPositionInOrAfterNode(specialElement), DOWNSTREAM);
523 Position downstream(visiblePosition.deepEquivalent().downstream());
    [all...]
  /external/libedit/
README.android 8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 18 * Returns the IP address of the upstream/downstream hop from which this message was initially received
19 * @return the IP address of the upstream/downstream hop from which this message was initially received
24 * Returns the port of the upstream/downstream hop from which this message was initially received
25 * @return the port of the upstream/downstream hop from which this message was initially received
  /frameworks/base/docs/html/google/gcm/
server-ref.jd 10 <li><a href="#downstream">Downstream Messages</a></li>
12 <li><a href="#send-downstream">Sending a downstream message</a></li>
13 <li><a href="#interpret-downstream">Interpreting a downstream message response</a></li>
22 <li><a href="#error-codes">Downstream message error response codes (HTTP and XMPP)</a></li>
33 <li><a href="#downstream">Downstream messages</a></li>
36 <li><a href="#error-codes">Downstream message error response codes (HTTP and XMPP)</a></li
    [all...]
  /external/chromium_org/media/base/
text_ranges.h 17 // have already been passed downstream.
32 // false and clients should not push the cue downstream. Otherwise,
34 // meaning that the cue should be pushed downstream.
43 // pushed downstream.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicInspectorNode.cpp 85 // This will propagate the channel count to any nodes connected further downstream in the graph.
99 // When an AudioBasicInspectorNode is connected to a downstream node, it will get pulled by the
100 // downstream node, thus remove it from the context's automatic pull list.
108 // When an AudioBasicInspectorNode is not connected to any downstream node while still connected from
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.h 79 // In this state, we are select an appropriate downstream ResourceHandler
86 // OnReadCompleted) to the downstream ResourceHandler.
resource_scheduler_filter.cc 48 // We need to track the RenderViewHost routing_id because of downstream
  /external/chromium_org/ui/wm/core/
window_animations.h 40 // Downstream library animations start above this point.
60 // since downstream libraries can extend the set of animations.
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.h 22 // These methods are defined in downstream code.
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.h 35 // webservice, for each session, herein called "upstream" and "downstream".
38 // pushing audio on the upstream) on the downstream by means of a chunked
43 // capture ends (notified through a |AudioChunksEnded| call) and the downstream
117 // Invoked by both upstream and downstream URLFetcher callbacks to handle
google_streaming_remote_engine_unittest.cc 30 // Note: the terms upstream and downstream are from the point-of-view of the
123 // Ensure everything is closed cleanly after the downstream is closed.
169 // Ensure everything is closed cleanly after the downstream is closed.
196 // Simulate a silent downstream closure after |AudioChunksEnded|.
207 // Ensure everything is closed cleanly after the downstream is closed.
253 // Close the downstream with a HTTP 500 error.
271 // Close the downstream fetcher simulating a network failure.
373 // upstream and downstream URL fetchers have been disposed at this time.
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
README 16 Any downstream compiler accepting output from glcpp should be prepared
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
NullSoapObject.java 25 * Now it is safe to always try and get the {@code age} property (assuming your downstream
  /external/mesa3d/src/glsl/glcpp/
README 16 Any downstream compiler accepting output from glcpp should be prepared
  /external/chromium_org/content/test/
mock_google_streaming_server.h 51 net::TestURLFetcher* GetURLFetcher(bool downstream) const;
  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 22 // and forwarding to AudioManagerWin so it can notify downstream clients. Only

Completed in 440 milliseconds

1 2 3 4 5 6 7 8 91011>>