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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 35 WordGranularity,
VisibleSelectionTest.cpp 87 TEST_F(VisibleSelectionTest, WordGranularity)
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);
FrameSelection.cpp 622 case WordGranularity:
655 case WordGranularity:
701 case WordGranularity: {
733 case WordGranularity:
786 case WordGranularity:
    [all...]
EditorCommand.cpp 326 TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
396 frame.editor().deleteWithDirection(DirectionBackward, WordGranularity, true, false);
402 frame.editor().deleteWithDirection(DirectionForward, WordGranularity, true, false);
    [all...]
VisibleSelection.cpp 353 case WordGranularity: {
Editor.cpp 279 return smartInsertDeleteEnabled() && m_frame.selection().granularity() == WordGranularity;
    [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/
DOMSelection.cpp 316 granularity = WordGranularity;
DragController.cpp 504 bool smartInsert = smartDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace();
    [all...]
EventHandler.cpp 380 newSelection.expandUsingGranularity(WordGranularity);
386 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
411 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
445 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 323 milliseconds