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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelectionTest.cpp 92 selection().expandUsingGranularity(WordGranularity);
103 selection().expandUsingGranularity(WordGranularity);
116 selection().expandUsingGranularity(WordGranularity);
129 selection().expandUsingGranularity(WordGranularity);
140 selection().expandUsingGranularity(WordGranularity);
151 selection().expandUsingGranularity(WordGranularity);
162 selection().expandUsingGranularity(WordGranularity);
VisibleSelection.h 94 bool expandUsingGranularity(TextGranularity granularity);
VisibleSelection.cpp 251 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
EditorCommand.cpp 215 selection.expandUsingGranularity(granularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 127 selection.expandUsingGranularity(WordGranularity);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 380 newSelection.expandUsingGranularity(WordGranularity);
484 newSelection.expandUsingGranularity(ParagraphGranularity);
553 newSelection.expandUsingGranularity(m_frame->selection().granularity());
759 newSelection.expandUsingGranularity(m_frame->selection().granularity());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 207 milliseconds