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

  /external/webkit/Source/WebKit/wx/
WebDOMSelection.h 55 : m_selection(selection)
59 ~wxWebKitSelection() { m_selection = 0; }
65 WebCore::SelectionController* m_selection; member in class:wxWebKitSelection
  /external/webkit/Source/WebCore/editing/
SelectionController.h 67 Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
68 bool isContentEditable() const { return m_selection.isContentEditable(); }
69 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); }
70 Node* shadowTreeRootNode() const { return m_selection.shadowTreeRootNode(); }
78 const VisibleSelection& selection() const { return m_selection; }
90 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
92 EAffinity affinity() const { return m_selection.affinity(); }
106 Position base() const { return m_selection.base(); }
107 Position extent() const { return m_selection.extent(); }
108 Position start() const { return m_selection.start();
226 VisibleSelection m_selection; member in class:WebCore::SelectionController
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 345 DOMSelection* optionalSelection() const { return m_selection.get(); }
458 mutable RefPtr<DOMSelection> m_selection; member in class:WebCore::DOMWindow

Completed in 454 milliseconds