HomeSort by relevance Sort by last modified time
    Searched defs:m_selection (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/editing/
SelectionController.h 49 Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
50 bool isContentEditable() const { return m_selection.isContentEditable(); }
51 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); }
52 Node* shadowTreeRootNode() const { return m_selection.shadowTreeRootNode(); }
60 const VisibleSelection& selection() const { return m_selection; }
71 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
73 EAffinity affinity() const { return m_selection.affinity(); }
84 Position base() const { return m_selection.base(); }
85 Position extent() const { return m_selection.extent(); }
86 Position start() const { return m_selection.start();
170 VisibleSelection m_selection; member in class:WebCore::SelectionController
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.h 342 DOMSelection* optionalSelection() const { return m_selection.get(); }
379 mutable RefPtr<DOMSelection> m_selection; member in class:WebCore::DOMWindow

Completed in 13 milliseconds