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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 196 void setNonDirectionalSelectionIfNeeded(const VisibleSelection&, TextGranularity, EndPointsAdjustmentMode = DoNotAdjsutEndpoints);
FrameSelection.cpp 189 void FrameSelection::setNonDirectionalSelectionIfNeeded(const VisibleSelection& passedNewSelection, TextGranularity granularity,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 366 m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity);
761 m_frame->selection().setNonDirectionalSelectionIfNeeded(newSelection, m_frame->selection().granularity(),
    [all...]

Completed in 68 milliseconds