OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:baseNode
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.cpp
288
Node*
baseNode
= base.deprecatedNode();
293
if (
baseNode
&&
baseNode
== extentNode &&
baseNode
->isTextNode() && baseOffset + text.length() == extentOffset) {
294
m_compositionNode = toText(
baseNode
);
303
if (
baseNode
->renderer())
304
baseNode
->renderer()->repaint();
308
RefPtr<Range> selectedRange = Range::create(
baseNode
->document(),
baseNode
, start,
baseNode
, end)
[
all
...]
TextIterator.cpp
326
Node*
baseNode
= m_node->lastChild() ? m_node->lastChild() : m_node;
327
emitCharacter('\n',
baseNode
->parentNode(),
baseNode
, 1, 1);
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowUriMatcher.java
82
private void addNodes(MatchNode
baseNode
, List<String> segments, int code) {
87
nextNode =
baseNode
.number;
90
baseNode
.number = nextNode;
94
nextNode =
baseNode
.text;
97
baseNode
.text = nextNode;
101
nextNode =
baseNode
.map.get(segment);
104
baseNode
.map.put(segment, nextNode);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncDocument.java
95
int
baseNode
= arg2.iter().nextNode();
97
if (
baseNode
== DTM.NULL)
106
DTM baseDTM = xctxt.getDTM(
baseNode
);
/external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp
133
Node* DOMSelection::
baseNode
() const
250
void DOMSelection::setBaseAndExtent(Node*
baseNode
, int baseOffset, Node* extentNode, int extentOffset, ExceptionState& es)
260
if (!isValidForPosition(
baseNode
) || !isValidForPosition(extentNode))
264
VisiblePosition visibleBase = VisiblePosition(createLegacyEditingPosition(
baseNode
, baseOffset), DOWNSTREAM);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java
330
XMPNode
baseNode
= XMPNodeUtils
333
if (
baseNode
== null)
349
baseNode
= new XMPNode(info.getPrefix() + info.getPropName(), info
351
baseSchema.addChild(
baseNode
);
352
transplantArrayItemAlias (propertyIt, currProp,
baseNode
);
363
compareAliasedSubtrees (currProp,
baseNode
, true);
377
int xdIndex = XMPNodeUtils.lookupLanguageItem(
baseNode
,
381
itemNode =
baseNode
.getChild(xdIndex);
384
else if (
baseNode
.hasChildren())
386
itemNode =
baseNode
.getChild(1)
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 218 milliseconds