HomeSort by relevance Sort by last modified time
    Searched full:selectionhasdirection (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 129 const bool selectionHasDirection = true;
131 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options);
149 const bool selectionHasDirection = true;
151 setSelection(VisibleSelection(base, extent, affinity, selectionHasDirection), options);
    [all...]

Completed in 25 milliseconds