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

  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 57 if (!UAZoomEnabled() || !m_selection.isCaret())
  /external/webkit/Source/WebCore/editing/
VisibleSelection.h 74 bool isCaret() const { return selectionType() == CaretSelection; }
SelectionController.h 126 bool isCaret() const { return m_selection.isCaret(); }
TypingCommand.cpp 491 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
551 if (selectionToDelete.isCaret() || !document()->frame()->selection()->shouldDeleteSelection(selectionToDelete))
587 if (killRing && selection.isCaret() && granularity != CharacterGranularity)
602 if (granularity == ParagraphBoundary && selection.selection().isCaret() && isEndOfParagraph(selection.selection().visibleEnd()))
636 if (selectionToDelete.isCaret() || !document()->frame()->selection()->shouldDeleteSelection(selectionToDelete))
SelectionController.cpp 820 if (!m_frame || !m_frame->editor()->behavior().shouldAlwaysGrowSelectionWhenExtendingToBoundary() || m_selection.isCaret() || !isBoundary(granularity))
    [all...]
SpellingCorrectionController.cpp 374 if (!currentSelection.isCaret() || currentSelection == oldSelection)
VisibleSelection.cpp 145 if (isCaret()) {
CompositeEditCommand.cpp     [all...]
Editor.cpp 598 if (m_frame->selection()->isCaret()) {
681 if (m_frame->selection()->isCaret()) {
696 if (m_frame->selection()->isCaret()) {
893 if (m_frame->selection()->isCaret()) {
    [all...]
EditorCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 189 if (selection->isCaret())
DragController.cpp 737 if (src->selection()->isCaret() && src->selection()->isContentEditable()) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTreeAsText.cpp 748 if (selection.isCaret()) {
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 560 if (!selection.isCaret())
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 389 || (selection->selection().isCaret() && !selection->selection().isContentEditable())) {
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
WebView.mm     [all...]

Completed in 460 milliseconds