HomeSort by relevance Sort by last modified time
    Searched refs:EXTENT (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/editing/
SelectionController.h 85 Position extent() const { return m_selection.extent(); } function in class:WebCore::SelectionController
139 enum EPositionType { START, END, BASE, EXTENT };
SelectionController.cpp 85 void SelectionController::moveTo(const VisiblePosition &base, const VisiblePosition &extent, bool userTriggered)
87 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), true, true, userTriggered);
101 void SelectionController::moveTo(const Position &base, const Position &extent, EAffinity affinity, bool userTriggered)
103 setSelection(VisibleSelection(base, extent, affinity), true, true, userTriggered);
192 bool extentRemoved = removingNodeRemovesPosition(node, m_selection.extent());
204 // The base and/or extent are about to be removed, but the start and end aren't.
205 // Change the base and extent to the start and end, but don't re-validate the
258 Node* n = m_selection.extent().node();
270 VisiblePosition pos(m_selection.extent(), m_selection.affinity());
305 VisiblePosition pos(m_selection.extent(), m_selection.affinity())
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 529 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
  /external/e2fsprogs/lib/et/
texinfo.tex 8 %NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT
    [all...]

Completed in 1183 milliseconds