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

  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 86 bool expandUsingGranularity(TextGranularity granularity);
VisibleSelection.cpp 185 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity)
EditorCommand.cpp 211 selection.expandUsingGranularity(granularity);
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 293 newSelection.expandUsingGranularity(WordGranularity);
362 newSelection.expandUsingGranularity(ParagraphGranularity);
430 newSelection.expandUsingGranularity(m_frame->selection()->granularity());
694 newSelection.expandUsingGranularity(m_frame->selection()->granularity());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 548 milliseconds