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 187 void setNonDirectionalSelectionIfNeeded(const VisibleSelection&, TextGranularity, EndPointsAdjustmentMode = DoNotAdjsutEndpoints);
FrameSelection.cpp 196 void FrameSelection::setNonDirectionalSelectionIfNeeded(const VisibleSelection& passedNewSelection, TextGranularity granularity,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 412 m_frame->selection()->setNonDirectionalSelectionIfNeeded(selection, granularity);
795 m_frame->selection()->setNonDirectionalSelectionIfNeeded(newSelection, m_frame->selection()->granularity(),
    [all...]

Completed in 54 milliseconds