OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseNode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.cpp
284
Node*
baseNode
= base.deprecatedNode();
289
if (
baseNode
&&
baseNode
== extentNode &&
baseNode
->isTextNode() && baseOffset + text.length() == extentOffset) {
290
m_compositionNode = toText(
baseNode
);
299
if (
baseNode
->renderer())
300
baseNode
->renderer()->repaint();
304
RefPtr<Range> selectedRange = Range::create(
baseNode
->document(),
baseNode
, start,
baseNode
, end)
[
all
...]
TextIterator.cpp
329
Node*
baseNode
= m_node->lastChild() ? m_node->lastChild() : m_node;
330
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/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
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.h
58
Node*
baseNode
() const;
63
void setBaseAndExtent(Node*
baseNode
, int baseOffset, Node* extentNode, int extentOffset, ExceptionState&);
Selection.idl
63
readonly attribute Node
baseNode
;
75
[RaisesException] void setBaseAndExtent([Default=Undefined] optional Node
baseNode
,
DOMSelection.cpp
133
Node* DOMSelection::
baseNode
() const
250
void DOMSelection::setBaseAndExtent(Node*
baseNode
, int baseOffset, Node* extentNode, int extentOffset, ExceptionState& exceptionState)
265
if (!isValidForPosition(
baseNode
) || !isValidForPosition(extentNode))
269
VisiblePosition visibleBase = VisiblePosition(createLegacyEditingPosition(
baseNode
, baseOffset), DOWNSTREAM);
/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/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js
[
all
...]
chromeVoxChromeOptionsScript.js
[
all
...]
chromeVoxChromePageScript.js
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 275 milliseconds