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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 146 bool isCaret() const { return m_selection.isCaret(); }
TypingCommand.cpp 431 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
493 if (selectionToDelete.isCaret() || !frame->selection()->shouldDeleteSelection(selectionToDelete))
533 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
552 if (granularity == ParagraphBoundary && selection.selection().isCaret() && isEndOfParagraph(selection.selection().visibleEnd()))
586 if (selectionToDelete.isCaret() || !frame->selection()->shouldDeleteSelection(selectionToDelete))
VisibleSelection.h 77 bool isCaret() const { return selectionType() == CaretSelection; }
FrameSelection.cpp     [all...]
VisibleSelection.cpp 155 if (isCaret()) {
Editor.cpp 499 if (m_frame->selection()->isCaret()) {
514 if (m_frame->selection()->isCaret()) {
    [all...]
EditorCommand.cpp     [all...]
CompositeEditCommand.cpp     [all...]
EditingStyle.cpp 694 if (selection.isCaret())
    [all...]
htmlediting.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 184 if (selection->isCaret())
DragController.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 765 if (selection.isCaret()) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 205 milliseconds