Home | History | Annotate | Download | only in editing

Lines Matching full:visibleselection

38 class VisibleSelection {
42 VisibleSelection();
44 VisibleSelection(const Position&, EAffinity);
45 VisibleSelection(const Position&, const Position&, EAffinity = SEL_DEFAULT_AFFINITY);
47 VisibleSelection(const Range*, EAffinity = SEL_DEFAULT_AFFINITY);
49 VisibleSelection(const VisiblePosition&);
50 VisibleSelection(const VisiblePosition&, const VisiblePosition&);
52 static VisibleSelection selectionFromContentsOfNode(Node*);
117 // We need to store these as Positions because VisibleSelection is
135 inline bool operator==(const VisibleSelection& a, const VisibleSelection& b)
140 inline bool operator!=(const VisibleSelection& a, const VisibleSelection& b)
149 void showTree(const WebCore::VisibleSelection&);
150 void showTree(const WebCore::VisibleSelection*);