HomeSort by relevance Sort by last modified time
    Searched full:visibleselection (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/webkit/WebCore/editing/
FormatBlockCommand.cpp 66 setEndingSelection(VisibleSelection(visibleStart.deepEquivalent(), visibleEnd.deepEquivalent(), DOWNSTREAM));
90 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true)));
htmlediting.cpp 43 #include "VisibleSelection.h"
    [all...]
InsertListCommand.cpp 64 VisibleSelection selection = selectionForParagraphIteration(endingSelection());
102 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection));
126 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(true)));
RemoveFormatCommand.cpp 34 #include "VisibleSelection.h"
TypingCommand.h 49 static void insertText(Document*, const String&, const VisibleSelection&, bool selectInsertedText = false, bool insertedTextIsComposition = false);
CompositeEditCommand.cpp 318 setEndingSelection(VisibleSelection(selectedRange.get()));
367 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
474 VisibleSelection selection = endingSelection();
711 setEndingSelection(VisibleSelection::selectionFromContentsOfNode(anchorNode));
724 VisibleSelection originalSelection = endingSelection();
    [all...]
InsertParagraphSeparatorCommand.cpp 250 setEndingSelection(VisibleSelection(Position(parent.get(), 0), DOWNSTREAM));
281 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM));
396 setEndingSelection(VisibleSelection(Position(blockToInsert.get(), 0), DOWNSTREAM));
DeleteButtonController.cpp 143 static HTMLElement* enclosingDeletableElement(const VisibleSelection& selection)
170 void DeleteButtonController::respondToChangedSelection(const VisibleSelection& oldSelection)
CompositeEditCommand.h 56 void deleteSelection(const VisibleSelection&, bool smartDelete = false, bool mergeBlocksAfterDelete = true, bool replace = false, bool expandForSpecialElements = true);
ReplaceSelectionCommand.cpp 65 ReplacementFragment(Document*, DocumentFragment*, bool matchStyle, const VisibleSelection&);
107 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, bool matchStyle, const VisibleSelection& selection)
139 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange();
726 VisibleSelection selection = endingSelection();
    [all...]
EditorCommand.cpp 214 VisibleSelection selection = frame->selection()->selection();
    [all...]
DeleteSelectionCommand.cpp 92 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements)
    [all...]
  /external/webkit/WebCore/html/
HTMLFormControlElement.h 35 class VisibleSelection;
168 VisibleSelection selection() const;
HTMLTextAreaElement.h 32 class VisibleSelection;
HTMLFormControlElement.cpp 512 VisibleSelection HTMLTextFormControlElement::selection() const
515 return VisibleSelection();
HTMLInputElement.h 39 class VisibleSelection;
  /external/webkit/WebCore/accessibility/
AccessibilityObject.h 36 #include "VisibleSelection.h"
90 class VisibleSelection;
402 virtual VisibleSelection selection() const { return VisibleSelection(); }
AccessibilityRenderObject.h 54 class VisibleSelection;
176 virtual VisibleSelection selection() const;
  /external/webkit/WebCore/rendering/
RenderTextControl.cpp 265 VisibleSelection newSelection = VisibleSelection(startPosition, endPosition);
276 VisibleSelection RenderTextControl::selection(int start, int end) const
278 return VisibleSelection(VisiblePosition(m_innerText.get(), start, VP_DEFAULT_AFFINITY),
  /external/webkit/WebCore/page/
Page.h 70 class VisibleSelection;
176 const VisibleSelection& selection() const;
DragController.cpp 315 VisibleSelection dragCaret = m_documentUnderMouse->frame()->visiblePositionForPoint(point);
343 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point)
412 VisibleSelection dragCaret(m_page->dragCaretController()->selection());
575 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM));
688 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node));
797 VisibleSelection dragCaret(frame->visiblePositionForPoint(framePoint));
EditorClient.h 53 class VisibleSelection;
EventHandler.cpp 232 VisibleSelection newSelection;
237 newSelection = VisibleSelection(pos);
261 VisibleSelection newSelection;
265 newSelection = VisibleSelection::selectionFromContentsOfNode(URLElement);
304 VisibleSelection newSelection;
307 newSelection = VisibleSelection(pos);
345 VisibleSelection newSelection = m_frame->selection()->selection();
354 newSelection = VisibleSelection(pos, end);
356 newSelection = VisibleSelection(start, pos);
362 newSelection = VisibleSelection(visiblePos)
    [all...]
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.cpp 125 selectedFrame->selection()->setSelection(VisibleSelection(pos));
128 selectedFrame->selection()->setSelection(VisibleSelection(pos));
  /external/webkit/WebCore/page/chromium/
EventHandlerChromium.cpp 65 VisibleSelection newSelection(visiblePos);

Completed in 513 milliseconds

12 3 4