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 90 bool expandUsingGranularity(TextGranularity granularity);
VisibleSelection.cpp 197 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
SpellChecker.cpp 317 wordSelection.expandUsingGranularity(WordGranularity);
    [all...]
EditorCommand.cpp 213 selection.expandUsingGranularity(granularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 468 newSelection.expandUsingGranularity(WordGranularity);
568 newSelection.expandUsingGranularity(ParagraphGranularity);
633 newSelection.expandUsingGranularity(m_frame->selection().granularity());
834 newSelection.expandUsingGranularity(m_frame->selection().granularity());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 79 milliseconds