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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 146 bool isCaret() const { return m_selection.isCaret(); }
TypingCommand.cpp 426 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
488 if (selectionToDelete.isCaret())
528 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
546 if (granularity == ParagraphBoundary && selection.selection().isCaret() && isEndOfParagraph(selection.selection().visibleEnd()))
580 if (selectionToDelete.isCaret())
VisibleSelection.h 76 bool isCaret() const { return selectionType() == CaretSelection; }
FrameSelection.cpp     [all...]
Editor.cpp 548 if (m_frame.selection().isCaret()) {
563 if (m_frame.selection().isCaret()) {
    [all...]
VisibleSelection.cpp 157 if (isCaret()) {
EditorCommand.cpp     [all...]
CompositeEditCommand.cpp     [all...]
EditingStyle.cpp 709 if (selection.isCaret())
    [all...]
SpellChecker.cpp 575 if (m_frame.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 772 if (selection.isCaret()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 84 milliseconds