Home
last modified time | relevance | path

Searched defs:refNode (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/dom/
DRange.cpp195 void Range::setStart(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) in setStart()
235 void Range::setEnd(PassRefPtr<Node> refNode, int offset, ExceptionCode& ec) in setEnd()
288 bool Range::isPointInRange(Node* refNode, int offset, ExceptionCode& ec) in isPointInRange()
319 short Range::comparePoint(Node* refNode, int offset, ExceptionCode& ec) const in comparePoint()
360 Range::CompareResults Range::compareNode(Node* refNode, ExceptionCode& ec) const in compareNode()
571 bool Range::intersectsNode(Node* refNode, ExceptionCode& ec) in intersectsNode()
1214 void Range::setStartAfter(Node* refNode, ExceptionCode& ec) in setStartAfter()
1239 void Range::setEndBefore(Node* refNode, ExceptionCode& ec) in setEndBefore()
1264 void Range::setEndAfter(Node* refNode, ExceptionCode& ec) in setEndAfter()
1290 void Range::selectNode(Node* refNode, ExceptionCode& ec) in selectNode()
[all …]
/external/webkit/Source/WebCore/editing/
DModifySelectionListLevel.cpp91 …ectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode) in insertSiblingNodeRangeBefore()
106 …lectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode) in insertSiblingNodeRangeAfter()
DFormatBlockCommand.cpp68 Element* refNode = enclosingBlockFlowElement(end); in formatRange() local
DInsertParagraphSeparatorCommand.cpp256 Node *refNode; in doApply() local
DReplaceSelectionCommand.cpp224 void ReplacementFragment::insertNodeBefore(PassRefPtr<Node> node, Node* refNode) in insertNodeBefore()
988 RefPtr<Node> refNode = fragment.firstChild(); in doApply() local
/external/webkit/Source/WebCore/svg/
DSVGLinearGradientElement.cpp184 … Node* refNode = ownerDocument()->getElementById(SVGURIReference::getTarget(current->href())); in collectGradientAttributes() local
DSVGPatternElement.cpp278 … Node* refNode = ownerDocument()->getElementById(SVGURIReference::getTarget(current->href())); in collectPatternAttributes() local
DSVGRadialGradientElement.cpp198 … Node* refNode = ownerDocument()->getElementById(SVGURIReference::getTarget(current->href())); in collectGradientAttributes() local
/external/webkit/Source/WebCore/webaudio/
DAudioContext.cpp345 void AudioContext::refNode(AudioNode* node) in refNode() function in WebCore::AudioContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedAddEntryTask.java305 Node refNode=child.getNextSibling(); in updateFeedXML() local
/external/libxml2/
Dxmlschemas.c23769 xmlSchemaPSVIIDCNodePtr refNode = NULL; in xmlSchemaCheckCVCIDCKeyRef() local