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

  /external/webkit/WebCore/page/
Frame.h 232 TextGranularity selectionGranularity() const;
EventHandler.cpp 358 if (m_frame->selectionGranularity() != CharacterGranularity)
359 newSelection.expandUsingGranularity(m_frame->selectionGranularity());
575 if (m_frame->selectionGranularity() != CharacterGranularity)
576 newSelection.expandUsingGranularity(m_frame->selectionGranularity());
    [all...]
DragController.cpp 432 bool smartMove = innerFrame->selectionGranularity() == WordGranularity
Frame.cpp 367 TextGranularity Frame::selectionGranularity() const
    [all...]
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 368 Pasteboard::writeSelection(m_pasteboard.get(), range, frame->editor()->smartInsertDeleteEnabled() && frame->selectionGranularity() == WordGranularity, frame);
  /external/webkit/WebCore/editing/
SelectionController.cpp 634 if (!(alter == EXTEND && granularity == WordGranularity && m_frame->selectionGranularity() == WordGranularity))
    [all...]
Editor.cpp 219 return client() && client()->smartInsertDeleteEnabled() && m_frame->selectionGranularity() == WordGranularity;
    [all...]
EditorCommand.cpp 316 TypingCommand::deleteKeyPressed(frame->document(), frame->selectionGranularity() == WordGranularity);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 679 return _private->coreFrame->selectionGranularity();
    [all...]
WebHTMLView.mm     [all...]

Completed in 906 milliseconds