Searched refs:positionAtStartOfInsertedContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DReplaceSelectionCommand.h86 VisiblePosition positionAtStartOfInsertedContent();
H A DReplaceSelectionCommand.cpp370 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent());
546 VisiblePosition ReplaceSelectionCommand::positionAtStartOfInsertedContent() function in class:WebCore::ReplaceSelectionCommand
722 VisiblePosition startOfInsertedContent(positionAtStartOfInsertedContent());
1033 startOfInsertedContent = positionAtStartOfInsertedContent();
1085 startOfInsertedContent = positionAtStartOfInsertedContent();
1118 startOfInsertedContent = positionAtStartOfInsertedContent();
1148 Node* startNode = positionAtStartOfInsertedContent().deepEquivalent().downstream().deprecatedNode();
1199 start = positionAtStartOfInsertedContent().deepEquivalent();

Completed in 42 milliseconds