OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:downstream
(Results
1 - 25
of
268
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/content/public/android/java/resource_map/
OWNERS
1
# Changes in this folder are guaranteed to affect the
downstream
4
#
downstream
build can continue running smoothly.
/external/chromium_org/ui/android/java/resource_map/
OWNERS
1
# Changes in this folder are guaranteed to affect the
downstream
4
#
downstream
build can continue running smoothly.
/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
/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/third_party/WebKit/Source/core/editing/
VisiblePosition.h
35
// VisiblePosition default affinity is
downstream
because
39
#define VP_DEFAULT_AFFINITY
DOWNSTREAM
42
// but would like UPSTREAM if at a line break or
DOWNSTREAM
44
// constructors auto-correct UPSTREAM to
DOWNSTREAM
if the
54
// otherwise it will be converted to
DOWNSTREAM
66
EAffinity affinity() const { ASSERT(m_affinity == UPSTREAM || m_affinity ==
DOWNSTREAM
); return m_affinity; }
VisibleSelection.h
38
const EAffinity SEL_DEFAULT_AFFINITY =
DOWNSTREAM
;
70
VisiblePosition visibleStart() const { return VisiblePosition(m_start, isRange() ?
DOWNSTREAM
: affinity()); }
72
VisiblePosition visibleBase() const { return VisiblePosition(m_base, isRange() ? (isBaseFirst() ? UPSTREAM :
DOWNSTREAM
) : affinity()); }
73
VisiblePosition visibleExtent() const { return VisiblePosition(m_extent, isRange() ? (isBaseFirst() ?
DOWNSTREAM
: UPSTREAM) : affinity()); }
139
EAffinity m_affinity; // the upstream/
downstream
affinity of the caret
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, startPosition.
downstream
());
181
startPosition = startPosition.
downstream
();
236
Position insertPos = VisiblePosition(pos,
DOWNSTREAM
).deepEquivalent();
VisiblePosition.cpp
68
// When not at a line wrap, make sure to end up with
DOWNSTREAM
affinity.
69
if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position,
DOWNSTREAM
), *this)))
70
m_affinity =
DOWNSTREAM
;
97
VisiblePosition prev = VisiblePosition(pos,
DOWNSTREAM
);
101
// we should always be able to make the affinity
DOWNSTREAM
, because going previous from an
129
Position downstreamStart = p.
downstream
();
264
if ((p.isCandidate() && p.
downstream
() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
278
VisiblePosition left = VisiblePosition(pos,
DOWNSTREAM
);
294
Position downstreamStart = p.
downstream
();
432
if ((p.isCandidate() && p.
downstream
() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()
[
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()));
185
setEndingSelection(VisibleSelection(positionBeforeNode(breakNode.get()),
DOWNSTREAM
, endingSelection().isDirectional()));
htmlediting.cpp
227
Position downstreamStart = p.
downstream
();
230
if (p.isCandidate() && p.
downstream
() != downstreamStart)
250
Position downstreamStart = p.
downstream
();
253
if (p.isCandidate() && p.
downstream
() != downstreamStart)
434
VisiblePosition vPos = VisiblePosition(pos,
DOWNSTREAM
);
435
VisiblePosition firstInElement = VisiblePosition(firstPositionInOrBeforeNode(n),
DOWNSTREAM
);
449
VisiblePosition vPos = VisiblePosition(pos,
DOWNSTREAM
);
450
VisiblePosition lastInElement = VisiblePosition(lastPositionInOrAfterNode(n),
DOWNSTREAM
);
496
Position
downstream
(visiblePosition.deepEquivalent().
downstream
());
[
all
...]
CreateLinkCommand.cpp
54
setEndingSelection(VisibleSelection(positionInParentBeforeNode(anchorElement.get()), positionInParentAfterNode(anchorElement.get()),
DOWNSTREAM
, endingSelection().isDirectional()));
TextAffinity.h
39
enum EAffinity { UPSTREAM = 0,
DOWNSTREAM
= 1 };
/external/chromium_org/content/browser/loader/
buffered_resource_handler.h
82
// In this state, we are select an appropriate
downstream
ResourceHandler
89
// OnReadCompleted) to the
downstream
ResourceHandler.
/external/chromium_org/ui/views/corewm/
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/mesa3d/src/glsl/glcpp/
README
16
Any
downstream
compiler accepting output from glcpp should be prepared
/external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp
210
m_frame->selection().moveTo(VisiblePosition(createLegacyEditingPosition(node, offset),
DOWNSTREAM
));
225
m_frame->selection().moveTo(VisiblePosition(selection.end(),
DOWNSTREAM
));
240
m_frame->selection().moveTo(VisiblePosition(selection.start(),
DOWNSTREAM
));
269
VisiblePosition visibleBase = VisiblePosition(createLegacyEditingPosition(baseNode, baseOffset),
DOWNSTREAM
);
270
VisiblePosition visibleExtent = VisiblePosition(createLegacyEditingPosition(extentNode, extentOffset),
DOWNSTREAM
);
288
m_frame->selection().moveTo(VisiblePosition(createLegacyEditingPosition(node, offset),
DOWNSTREAM
));
364
m_frame->selection().setExtent(VisiblePosition(createLegacyEditingPosition(node, offset),
DOWNSTREAM
));
418
selection.setSelection(VisibleSelection(r->startPosition(), range->endPosition(),
DOWNSTREAM
));
433
selection.setSelection(VisibleSelection(range->startPosition(), r->endPosition(),
DOWNSTREAM
));
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
ChromiumTestShellApplication.java
45
// Initialize the invalidations ID, just like we would in the
downstream
code.
/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
/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/rendering/
RenderBR.cpp
78
return createPositionWithAffinity(0,
DOWNSTREAM
);
Completed in 405 milliseconds
1
2
3
4
5
6
7
8
9
10
11