HomeSort by relevance Sort by last modified time
    Searched refs:VisibleSelection (Results 26 - 50 of 73) sorted by null

12 3

  /external/webkit/Source/WebCore/editing/gtk/
SelectionControllerGtk.cpp 32 static void emitTextSelectionChange(AccessibilityObject* object, VisibleSelection selection, int offset)
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 97 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options, align);
105 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), options);
113 setSelection(VisibleSelection(pos, affinity), options);
121 VisibleSelection selection = r ? VisibleSelection(r->startPosition(), r->endPosition(), affinity) : VisibleSelection(Position(), Position(), affinity);
130 setSelection(VisibleSelection(base, extent, affinity), options);
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity, DirectionalityPolicy directionalityPolicy)
178 VisibleSelection oldSelection = m_selection;
277 setSelection(VisibleSelection(), 0)
    [all...]
Editor.cpp 99 VisibleSelection Editor::selectionForCommand(Event* event)
101 VisibleSelection selection = m_frame->selection()->selection();
116 return VisibleSelection(range.get());
492 void Editor::respondToChangedSelection(const VisibleSelection& oldSelection)
500 void Editor::respondToChangedContents(const VisibleSelection& endingSelection)
809 Node* Editor::findEventTargetFrom(const VisibleSelection& selection) const
828 case VisibleSelection::NoSelection:
831 case VisibleSelection::CaretSelection:
834 case VisibleSelection::RangeSelection:
849 case VisibleSelection::NoSelection
    [all...]
ApplyBlockElementCommand.cpp 75 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary)));
77 VisibleSelection selection = selectionForParagraphIteration(endingSelection());
92 setEndingSelection(VisibleSelection(startRange->startPosition(), endRange->startPosition(), DOWNSTREAM));
105 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM));
ModifySelectionListLevel.cpp 49 static bool getStartEndListChildren(const VisibleSelection& selection, Node*& start, Node*& end)
144 static bool canIncreaseListLevel(const VisibleSelection& selection, Node*& start, Node*& end)
242 static bool canDecreaseListLevel(const VisibleSelection& selection, Node*& start, Node*& end)
InsertParagraphSeparatorCommand.cpp 247 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM));
281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM));
380 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM));
InsertListCommand.cpp 83 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const QualifiedName& listTag)
125 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary)));
129 VisibleSelection selection = selectionForParagraphIteration(endingSelection());
181 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection));
TypingCommand.h 64 static void insertText(Document*, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone);
htmlediting.cpp 43 #include "VisibleSelection.h"
    [all...]
CompositeEditCommand.cpp 323 setEndingSelection(VisibleSelection(selectedRange.get()));
377 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
511 VisibleSelection selection = endingSelection();
766 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
    [all...]
CompositeEditCommand.h 59 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
DeleteButtonController.cpp 147 static HTMLElement* enclosingDeletableElement(const VisibleSelection& selection)
170 void DeleteButtonController::respondToChangedSelection(const VisibleSelection& oldSelection)
ReplaceSelectionCommand.cpp 69 ReplacementFragment(Document*, DocumentFragment*, bool matchStyle, const VisibleSelection&);
127 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, bool matchStyle, const VisibleSelection& selection)
159 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
    [all...]
DeleteSelectionCommand.cpp 87 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
171 setStartingSelection(VisibleSelection(newBase, newExtent));
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 32 class VisibleSelection;
HTMLFormControlElement.h 37 class VisibleSelection;
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.h 29 class VisibleSelection;
  /external/webkit/Source/WebCore/page/
EditorClient.h 71 class VisibleSelection;
DragController.cpp 333 VisibleSelection dragCaret = m_documentUnderMouse->frame()->visiblePositionForPoint(point);
361 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point)
375 VisibleSelection dragCaret(m_page->dragCaretController()->selection());
443 VisibleSelection dragCaret(m_page->dragCaretController()->selection());
631 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM));
744 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node));
    [all...]
Page.h 76 class VisibleSelection;
225 const VisibleSelection& selection() const;
  /external/webkit/Source/WebCore/page/chromium/
EventHandlerChromium.cpp 65 VisibleSelection newSelection(visiblePos);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 55 class VisibleSelection;
176 virtual VisibleSelection selection() const;
AccessibilityObject.h 35 #include "VisibleSelection.h"
89 class VisibleSelection;
439 virtual VisibleSelection selection() const { return VisibleSelection(); }
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 133 selectedFrame->selection()->setSelection(VisibleSelection(pos));
136 selectedFrame->selection()->setSelection(VisibleSelection(pos));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 232 frame->selection()->setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
257 frame->selection()->setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
412 static bool shouldUseSelection(const VisiblePosition& position, const VisibleSelection& selection)
439 VisibleSelection selection = m_page->focusController()->focusedOrMainFrame()->selection()->selection();
471 void WebPage::performDictionaryLookupForSelection(DictionaryPopupInfo::Type type, Frame* frame, const VisibleSelection& selection)

Completed in 180 milliseconds

12 3