/external/chromium_org/third_party/WebKit/Source/core/editing/ |
DOMSelection.cpp | 74 const VisibleSelection& DOMSelection::visibleSelection() const 80 static Position anchorPosition(const VisibleSelection& selection) 86 static Position focusPosition(const VisibleSelection& selection) 92 static Position basePosition(const VisibleSelection& selection) 97 static Position extentPosition(const VisibleSelection& selection) 107 return shadowAdjustedNode(anchorPosition(visibleSelection())); 115 return shadowAdjustedOffset(anchorPosition(visibleSelection())); 123 return shadowAdjustedNode(focusPosition(visibleSelection())); 131 return shadowAdjustedOffset(focusPosition(visibleSelection())); [all...] |
Editor.cpp | 110 VisibleSelection Editor::selectionForCommand(Event* event) 112 VisibleSelection selection = frame().selection().selection(); 121 return VisibleSelection(range.get(), DOWNSTREAM, selection.isDirectional()); 543 void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelection, FrameSelection::SetSelectionOptions options) 549 void Editor::respondToChangedContents(const VisibleSelection& endingSelection) 572 Element* Editor::findEventTargetFrom(const VisibleSelection& selection) const 667 VisibleSelection newSelection(cmd->endingSelection()); 696 VisibleSelection newSelection(cmd->startingSelection()); 714 VisibleSelection newSelection(cmd->endingSelection()); 762 VisibleSelection selection = selectionForCommand(triggeringEvent) [all...] |
VisibleSelectionTest.cpp | 6 #include "core/editing/VisibleSelection.h" 29 // Oilpan: wrapper object needed to be able to trace VisibleSelection. 37 VisibleSelection m_selection; 42 VisibleSelection& selection() { return m_wrap->m_selection; } 44 // Helper function to set the VisibleSelection base/extent. 47 // Helper function to set the VisibleSelection base/extent.
|
ApplyBlockElementCommand.cpp | 78 VisibleSelection newSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional()); 84 VisibleSelection selection = selectionForParagraphIteration(endingSelection()); 105 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional())); 119 setEndingSelection(VisibleSelection(positionBeforeNode(placeholder.get()), DOWNSTREAM, endingSelection().isDirectional()));
|
MoveSelectionCommand.cpp | 70 setEndingSelection(VisibleSelection(pos, endingSelection().affinity(), endingSelection().isDirectional()));
|
CompositeEditCommand.cpp | 82 const VisibleSelection& startingSelection, const VisibleSelection& endingSelection, EditAction editAction) 87 EditCommandComposition::EditCommandComposition(Document* document, const VisibleSelection& startingSelection, const VisibleSelection& endingSelection, EditAction editAction) 148 void EditCommandComposition::setStartingSelection(const VisibleSelection& selection) 154 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection) 257 void CompositeEditCommand::applyCommandToComposite(PassRefPtrWillBeRawPtr<CompositeEditCommand> command, const VisibleSelection& selection) 574 void CompositeEditCommand::deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) 716 VisibleSelection selection = endingSelection(); [all...] |
InsertListCommand.cpp | 86 bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const HTMLQualifiedName& listTag) 128 setEndingSelection(VisibleSelection(visibleStart, visibleEnd.previous(CannotCrossEditingBoundary), endingSelection().isDirectional())); 136 VisibleSelection selection = selectionForParagraphIteration(endingSelection()); 195 setEndingSelection(VisibleSelection(startOfSelection, endOfSelection, endingSelection().isDirectional()));
|
InsertParagraphSeparatorCommand.cpp | 260 setEndingSelection(VisibleSelection(firstPositionInNode(parent.get()), DOWNSTREAM, endingSelection().isDirectional())); 305 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional())); 323 setEndingSelection(VisibleSelection(insertionPosition, DOWNSTREAM, endingSelection().isDirectional())); 427 setEndingSelection(VisibleSelection(firstPositionInNode(blockToInsert.get()), DOWNSTREAM, endingSelection().isDirectional()));
|
TypingCommand.h | 64 static void insertText(Document&, const String&, const VisibleSelection&, Options, TextCompositionType = TextCompositionNone);
|
DeleteSelectionCommand.cpp | 85 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool expandForSpecialElements, bool sanitizeMarkup) 163 setStartingSelection(VisibleSelection(newBase, newExtent, startingSelection().isDirectional())); [all...] |
htmlediting.cpp | 44 #include "core/editing/VisibleSelection.h" [all...] |
IndentOutdentCommand.cpp | 222 setEndingSelection(VisibleSelection(originalSelectionEnd, DOWNSTREAM));
|
ReplaceSelectionCommand.cpp | 77 ReplacementFragment(Document*, DocumentFragment*, const VisibleSelection&); 148 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, const VisibleSelection& selection) 184 RefPtrWillBeRawPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXRenderObject.h | 56 class VisibleSelection; 231 VisibleSelection selection() const;
|
AXNodeObject.h | 55 class VisibleSelection;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextAreaElement.h | 33 class VisibleSelection;
|
HTMLTextFormControlElementTest.cpp | 12 #include "core/editing/VisibleSelection.h" 214 VisibleSelection oldSelection = document().frame()->selection().selection(); 217 VisibleSelection newSelection(newPosition, DOWNSTREAM);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ContextMenuClientImpl.cpp | 143 selectedFrame->selection().setSelection(VisibleSelection(pos)); 146 selectedFrame->selection().setSelection(VisibleSelection(pos)); 158 VisibleSelection selection = selectedFrame->selection().selection();
|
SpellCheckerClientImpl.cpp | 107 VisibleSelection frameSelection = frame->selection().selection();
|
WebLocalFrameImpl.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
EventHandler.h | 79 class VisibleSelection; 206 bool updateSelectionForMouseDownDispatchingSelectStart(Node*, const VisibleSelection&, TextGranularity);
|
DragController.cpp | 427 static bool setSelectionToDragCaret(LocalFrame* frame, VisibleSelection& dragCaret, RefPtrWillBeRawPtr<Range>& range, const IntPoint& point) 431 dragCaret = VisibleSelection(frame->visiblePositionForPoint(point)); 442 Element* target = innerFrame->editor().findEventTargetFrom(VisibleSelection(m_page->dragCaretController().caretPosition())); 484 VisibleSelection dragCaret(m_page->dragCaretController().caretPosition()); 719 source->selection().setSelection(VisibleSelection(range.get(), DOWNSTREAM)); [all...] |
EventHandler.cpp | 321 static void setSelectionIfNeeded(FrameSelection& selection, const VisibleSelection& newSelection) 335 static VisibleSelection expandSelectionToRespectUserSelectAll(Node* targetNode, const VisibleSelection& selection) 341 VisibleSelection newSelection(selection); 348 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity) 371 VisibleSelection newSelection; 376 newSelection = VisibleSelection(pos); 390 VisibleSelection newSelection; 401 newSelection = VisibleSelection(start, end); 436 VisibleSelection newSelection [all...] |
/external/chromium_org/third_party/WebKit/Source/web/mac/ |
WebSubstringUtil.mm | 127 VisibleSelection selection(range.get());
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTextContentElement.cpp | 193 document().frame()->selection().setSelection(VisibleSelection(start, end));
|