Home
last modified time | relevance | path

Searched defs:startNode (Results 1 – 16 of 16) sorted by relevance

/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, … in insertSiblingNodeRangeBefore()
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter()
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange()
DBreakBlockquoteCommand.cpp101 Node* startNode = pos.node(); in doApply() local
DDeleteSelectionCommand.cpp405 Node* startNode = m_upstreamStart.node(); in handleGeneralDelete() local
719 Node* startNode = m_selectionToDelete.start().node(); in doApply() local
DApplyStyleCommand.cpp651 Node *startNode = start.node(); in applyRelativeFontStyleChange() local
1484 Node *startNode = start.node() == end.node() ? prevNode : start.node(); in splitTextAtEndIfNeeded() local
1513 Node *startNode = start.node() == end.node() ? prevNode : start.node(); in splitTextElementAtEndIfNeeded() local
1558 Node *startNode = start.node(); in mergeStartWithPreviousIfIdentical() local
1627 Node *startNode = start.node() == endNode ? nextElement : start.node(); in mergeEndWithNextIfIdentical() local
1638 void ApplyStyleCommand::surroundNodeRangeWithElement(Node* startNode, Node* endNode, PassRefPtr<Ele… in surroundNodeRangeWithElement()
1704 void ApplyStyleCommand::addInlineStyleIfNeeded(CSSMutableStyleDeclaration *style, Node *startNode, … in addInlineStyleIfNeeded()
Dvisible_units.cpp399 Node *startNode; in startPositionForLine() local
788 Node *startNode = p.node(); in startOfParagraph() local
851 Node* startNode = p.node(); in endOfParagraph() local
960 Node *startNode = p.node(); in startOfBlock() local
970 Node *startNode = p.node(); in endOfBlock() local
1117 …atic void getLogicalStartBoxAndNode(RootInlineBox* rootBox, InlineBox*& startBox, Node*& startNode) in getLogicalStartBoxAndNode()
DInsertListCommand.cpp217 Node* startNode = start.deepEquivalent().node(); in doApply() local
DTypingCommand.cpp143 Node* startNode = selectionForInsertion.start().node(); in insertText() local
DEditor.cpp428 Node* startNode = range->editingStartPosition().node(); in fontForSelection() local
560 Node* startNode; in hasBidiSelection() local
589 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), ulTag); in selectionUnorderedListState() local
604 Node* startNode = enclosingNodeWithTag(m_frame->selection()->selection().start(), olTag); in selectionOrderedListState() local
Dmarkup.cpp617 void MarkupAccumulator::appendMarkup(Node* startNode, EChildrenOnly childrenOnly, const HashMap<Ato… in appendMarkup()
827 Node* startNode = updatedRange->firstNode(); in createMarkup() local
DReplaceSelectionCommand.cpp995 … Node* startNode = positionAtStartOfInsertedContent().deepEquivalent().downstream().node(); in doApply() local
DSelectionController.cpp1225 Node* startNode = start().node(); in isInPasswordField() local
DTextIterator.cpp928 Node* startNode = r->startContainer(); in SimplifiedBackwardsTextIterator() local
/external/srec/tools/make_ve_grammar/
Dmake_ve_grammar.c99 nodeID startNode = 0; in main() local
/external/icu4c/common/
Drbbitblb.cpp439 RBBINode *startNode; in calcChainedFollowPos() local
498 RBBINode *startNode; in bofFixup() local
/external/webkit/WebCore/dom/
DPosition.cpp456 Node* startNode = node(); in upstream() local
568 Node* startNode = node(); in downstream() local
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1515 WebCore::Node* startNode = node; in getSelection() local