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

  /external/webkit/WebCore/editing/
TextGranularity.h 35 WordGranularity,
SelectionController.cpp 284 case WordGranularity:
310 case WordGranularity:
353 case WordGranularity:
379 case WordGranularity:
433 case WordGranularity:
463 case WordGranularity:
505 case WordGranularity:
530 case WordGranularity:
634 if (!(alter == EXTEND && granularity == WordGranularity && m_frame->selectionGranularity() == WordGranularity))
    [all...]
EditorCommand.cpp 316 TypingCommand::deleteKeyPressed(frame->document(), frame->selectionGranularity() == WordGranularity);
387 frame->editor()->deleteWithDirection(SelectionController::BACKWARD, WordGranularity, true, false);
393 frame->editor()->deleteWithDirection(SelectionController::FORWARD, WordGranularity, true, false);
810 frame->selection()->modify(SelectionController::MOVE, SelectionController::BACKWARD, WordGranularity, true);
816 frame->selection()->modify(SelectionController::EXTEND, SelectionController::BACKWARD, WordGranularity, true);
    [all...]
VisibleSelection.cpp 285 case WordGranularity: {
Editor.cpp 219 return client() && client()->smartInsertDeleteEnabled() && m_frame->selectionGranularity() == WordGranularity;
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 258 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
263 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
269 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
275 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
  /external/webkit/WebCore/page/
DOMSelection.cpp 293 granularity = WordGranularity;
EventHandler.cpp 238 newSelection.expandUsingGranularity(WordGranularity);
242 m_frame->setSelectionGranularity(WordGranularity);
268 m_frame->setSelectionGranularity(WordGranularity);
    [all...]
DragController.cpp 432 bool smartMove = innerFrame->selectionGranularity() == WordGranularity
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 368 Pasteboard::writeSelection(m_pasteboard.get(), range, frame->editor()->smartInsertDeleteEnabled() && frame->selectionGranularity() == WordGranularity, frame);
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 177 direction:SelectionController::BACKWARD granularity:WordGranularity];
WebHTMLView.mm     [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 3292 milliseconds