Searched refs:selectionFromContentsOfNode (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.h59 static VisibleSelection selectionFromContentsOfNode(Node*);
H A Dmarkup.cpp528 if (blink::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) {
584 if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range))
H A DSpellChecker.cpp149 VisibleSelection selection = VisibleSelection::selectionFromContentsOfNode(element);
H A DVisibleSelection.cpp144 VisibleSelection VisibleSelection::selectionFromContentsOfNode(Node* node) function in class:blink::VisibleSelection
H A DCompositeEditCommand.cpp979 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
H A DFrameSelection.cpp1401 VisibleSelection newSelection(VisibleSelection::selectionFromContentsOfNode(root.get()));
H A DReplaceSelectionCommand.cpp184 RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDragController.cpp905 src->selection().setSelection(VisibleSelection::selectionFromContentsOfNode(node));
H A DEventHandler.cpp440 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);

Completed in 158 milliseconds