OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstNode
(Results
1 - 7
of
7
) sorted by null
/external/tcpdump/
ipx.h
23
u_int8_t
dstNode
[6]; /* destination node */
print-netbios.c
78
ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->
dstNode
),
appletalk.h
42
u_int8_t
dstNode
;
print-ipx.c
68
ipxaddr_string(EXTRACT_32BITS(ipx->dstNet), ipx->
dstNode
),
print-atalk.c
142
ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->
dstNode
),
187
ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->
dstNode
),
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.h
59
void copyMarkers(Node* srcNode, unsigned startOffset, int length, Node*
dstNode
, int delta);
DocumentMarkerController.cpp
246
// copies markers from srcNode to
dstNode
, applying the specified shift delta to the copies. The shift is
247
// useful if, e.g., the caller has created the
dstNode
from a non-prefix substring of the srcNode.
248
void DocumentMarkerController::copyMarkers(Node* srcNode, unsigned startOffset, int length, Node*
dstNode
, int delta)
284
addMarker(
dstNode
, marker);
289
if (docDirty &&
dstNode
->renderer())
290
dstNode
->renderer()->repaint();
Completed in 231 milliseconds