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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h 35 WordGranularity,
FrameSelection.cpp 582 case WordGranularity:
615 case WordGranularity:
661 case WordGranularity: {
693 case WordGranularity:
746 case WordGranularity:
783 case WordGranularity:
    [all...]
EditorCommand.cpp 329 TypingCommand::deleteKeyPressed(frame->document(), frame->selection()->granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
400 frame->editor()->deleteWithDirection(DirectionBackward, WordGranularity, true, false);
406 frame->editor()->deleteWithDirection(DirectionForward, WordGranularity, true, false);
    [all...]
VisibleSelection.cpp 291 case WordGranularity: {
Editor.cpp 287 return client() && client()->smartInsertDeleteEnabled() && m_frame->selection()->granularity() == WordGranularity;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 315 granularity = WordGranularity;
DragController.cpp 501 bool smartInsert = smartDelete && innerFrame->selection()->granularity() == WordGranularity && dragData->canSmartReplace();
    [all...]
EventHandler.cpp 426 newSelection.expandUsingGranularity(WordGranularity);
432 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
458 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
492 updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection), WordGranularity);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]

Completed in 115 milliseconds