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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 91 bool expandUsingGranularity(TextGranularity granularity);
VisibleSelection.cpp 195 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
Editor.cpp     [all...]
EditorCommand.cpp 212 selection.expandUsingGranularity(granularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 426 newSelection.expandUsingGranularity(WordGranularity);
527 newSelection.expandUsingGranularity(ParagraphGranularity);
592 newSelection.expandUsingGranularity(m_frame->selection()->granularity());
793 newSelection.expandUsingGranularity(m_frame->selection()->granularity());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 58 milliseconds