Searched +defs:selection +defs:range (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTypingCommand.cpp321 RefPtr<Range> range = makeRange(p1, p2); local
448 FrameSelection selection; local
550 FrameSelection selection; local
[all...]
H A DDeleteSelectionCommand.cpp90 DeleteSelectionCommand::DeleteSelectionCommand(const VisibleSelection& selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) argument
422 RefPtr<Range> range = m_selectionToDelete.toNormalizedRange(); local
651 RefPtr<Range> range = Range::create(document(), startOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent(), endOfParagraphToMove.deepEquivalent().parentAnchoredEquivalent()); local
[all...]
H A DAlternativeTextController.cpp245 void AlternativeTextController::applyAlternativeTextToRange(const Range* range, const String& alternative, AlternativeTextType alternativeType, const Vector<DocumentMarker::MarkerType>& markerTypesToAdd) argument
325 RefPtr<Range> range = Range::create(m_frame->document(), m_frame->selection()->selection().start(), m_frame->selection()->selection().end()); local
746 RefPtr<Range> selection = editor.selectedRange(); local
[all...]
H A DCompositeEditCommand.cpp149 void EditCommandComposition::setStartingSelection(const VisibleSelection& selection) argument
155 void EditCommandComposition::setEndingSelection(const VisibleSelection& selection) argument
275 void CompositeEditCommand::applyCommandToComposite(PassRefPtr<CompositeEditCommand> command, const VisibleSelection& selection) argument
588 deleteSelection(const VisibleSelection &selection, bool smartDelete, bool mergeBlocksAfterDelete, bool replace, bool expandForSpecialElements, bool sanitizeMarkup) argument
724 VisibleSelection selection = endingSelection(); local
1199 RefPtr<Range> range = Range::create(document(), startRangeCompliant.deprecatedNode(), startRangeCompliant.deprecatedEditingOffset(), endRangeCompliant.deprecatedNode(), endRangeCompliant.deprecatedEditingOffset()); member in namespace:WebCore
[all...]
H A DFrameSelection.cpp169 VisibleSelection selection = r ? VisibleSelection(r->startPosition(), r->endPosition(), affinity) : VisibleSelection(Position(), Position(), affinity); local
1332 isNonOrphanedCaret(const VisibleSelection& selection) argument
1681 setSelectedRange(Range* range, EAffinity affinity, bool closeTyping) argument
[all...]
H A DReplaceSelectionCommand.cpp142 ReplacementFragment::ReplacementFragment(Document* document, DocumentFragment* fragment, const VisibleSelection& selection) argument
176 RefPtr<Range> range = VisibleSelection::selectionFromContentsOfNode(holder.get()).toNormalizedRange(); local
885 VisibleSelection selection = endingSelection(); local
[all...]
H A Dhtmlediting.cpp556 PassRefPtr<Range> extendRangeToWrappingNodes(PassRefPtr<Range> range, const Range* maximumRange, const Node* rootNode) argument
1156 RefPtr<Range> range = Range::create(document, firstPositionInNode(scope.get()), p.parentAnchoredEquivalent()); local
1163 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, index, 0, true); local
1235 adjustedSelectionStartForStyleComputation(const VisibleSelection& selection) argument
[all...]
H A DEditor.cpp170 VisibleSelection selection = m_frame->selection()->selection(); local
314 FrameSelection* selection = m_frame->selection(); local
435 RefPtr<Range> range = selectedRange(); local
531 shouldInsertText(const String& text, Range* range, EditorInsertAction action) const argument
764 shouldApplyStyle(StylePropertySet* style, Range* range) argument
1051 RefPtr<Range> selection = selectedRange(); local
1297 shouldEndEditing(Range* range) argument
1302 shouldBeginEditing(Range* range) argument
1347 willWriteSelectionToPasteboard(PassRefPtr<Range> range) argument
1421 RefPtr<Range> range = compositionRange(); local
1862 RefPtr<Range> range = frame()->selection()->toNormalizedRange(); local
1875 RefPtr<Range> range = frame()->selection()->toNormalizedRange(); local
1899 RefPtr<Range> range; local
2042 markMisspellingsOrBadGrammar(const VisibleSelection& selection, bool checkSpelling, RefPtr<Range>& firstMisspellingRange) argument
2096 markMisspellings(const VisibleSelection& selection, RefPtr<Range>& firstMisspellingRange) argument
2101 markBadGrammar(const VisibleSelection& selection) argument
2589 addToKillRing(Range* range, bool prepend) argument
2810 VisibleSelection selection = m_frame->selection()->selection(); local
2905 isFrameInRange(Frame* frame, Range* range) argument
2917 countMatchesForText(const String& target, Range* range, FindOptions options, unsigned limit, bool markMatches, Vector<RefPtr<Range> >* matches) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDOMSelection.cpp76 static Position anchorPosition(const VisibleSelection& selection) argument
82 static Position focusPosition(const VisibleSelection& selection) argument
88 basePosition(const VisibleSelection& selection) argument
93 extentPosition(const VisibleSelection& selection) argument
215 const VisibleSelection& selection = m_frame->selection()->selection(); local
230 const VisibleSelection& selection = m_frame->selection()->selection(); local
374 const VisibleSelection& selection = m_frame->selection()->selection(); local
399 RefPtr<Range> range = selection->selection().toNormalizedRange(); local
[all...]
H A DDragController.cpp165 bool DragController::dragIsMove(FrameSelection* selection, DragData* dragData) argument
428 static bool setSelectionToDragCaret(Frame* frame, VisibleSelection& dragCaret, RefPtr<Range>& range, const IntPoint& point) argument
501 RefPtr<Range> range = dragCaret.toNormalizedRange(); local
706 RefPtr<Range> range = source->document()->createRange(); local
[all...]
H A DEventHandler.cpp433 static void setSelectionIfNeeded(FrameSelection* selection, const VisibleSelection& newSelection) argument
448 static VisibleSelection expandSelectionToRespectUserSelectAll(Node* targetNode, const VisibleSelection& selection) argument
466 updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity) argument
570 RefPtr<Range> range = Range::create(start.anchorNode()->document(), start, end); local
812 selectionExtentRespectingEditingBoundary(const VisibleSelection& selection, const LayoutPoint& localPoint, Node* targetNode) argument
3005 FrameSelection* selection = m_frame->selection(); local
3372 handleKeyboardSelectionMovement(FrameSelection* selection, KeyboardEvent* event) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInPageSearchManager.cpp131 VisibleSelection selection = m_webPage->focusedOrMainFrame()->selection()->selection(); local
181 bool InPageSearchManager::findAndMarkText(const String& text, Range* range, Fram argument
246 setActiveMatchAndMarker(PassRefPtr<Range> range) argument
[all...]
H A DDOMSupport.cpp55 void visibleTextQuads(const VisibleSelection& selection, Vector<FloatQuad>& quads) argument
68 void visibleTextQuads(const Range& range, Vector<FloatQuad>& quads, bool useSelectionHeight) argument
287 transformedBoundingBoxForRange(const Range& range) argument
486 visibleSelectionForClosestActualWordStart(const VisibleSelection& selection) argument
530 RefPtr<Range> range = makeRange(startOfBlock(offset), offset); local
576 trimWhitespaceFromRange(PassRefPtr<Range> range) argument
627 selectionContainerElement(const VisibleSelection& selection) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dmac-win.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceText.cpp146 PlainTextRange range = coreObject->doAXRangeForLine(lineNumber); local
473 static void getSelectionOffsetsForObject(AccessibilityObject* coreObject, VisibleSelection& selection, gint& startOffset, gint& endOffset) argument
759 PlainTextRange range = core(text)->doAXRangeForPosition(pos); local
766 VisibleSelection selection = coreObject->selection(); local
792 VisibleSelection selection = coreObject->selection(); local
839 VisiblePositionRange range = coreObject->visiblePositionRangeForRange(textRange); local
882 VisiblePositionRange range = coreObject->visiblePositionRangeForRange(textRange); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-index.el[all...]
H A Dorg.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DDefaultTextEditor.js1810 var selection = window.getSelection(); variable
1818 var range = document.createRange(); variable
1895 var range = redo ? this._textModel.redo() : this._textModel.undo(); variable
[all...]
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dna.c621 CFRange range, ur; local
777 CFRange range, dr, ur; local
1223 CFRange range, ur, dr; local
1493 setFriendlyName(NAHRef na, NAHSelectionRef selection, SecIdentityRef cert, krb5_ccache id, int is_lkdc) argument
1529 acquire_kerberos(NAHRef na, NAHSelectionRef selection, CFStringRef password, SecIdentityRef cert, CFErrorRef *error) argument
1753 NAHSelectionAcquireCredentialAsync(NAHSelectionRef selection, CFDictionaryRef info, dispatch_queue_t q, void (^result)(CFErrorRef error)) argument
1805 NAHSelectionAcquireCredential(NAHSelectionRef selection, CFDictionaryRef info, CFErrorRef *error) argument
1987 CFRange range = CFStringFind(str, CFSTR("@"), 0); local
2093 NAHSelectionGetInfoForKey(NAHSelectionRef selection, CFStringRef key) argument
2131 NAHSelectionCopyAuthInfo(NAHSelectionRef selection) argument
2360 NAHAddReferenceAndLabel(NAHSelectionRef selection, CFStringRef identifier) argument
2390 NAHCopyReferenceKey(NAHSelectionRef selection) argument
2571 NAHSelectionGetGSSCredential(NAHSelectionRef selection, CFErrorRef *error) argument
2615 NAHSelectionGetGSSAcceptorName(NAHSelectionRef selection, CFErrorRef *error) argument
2649 NAHSelectionGetGSSMech(NAHSelectionRef selection) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp876 VisiblePositionRange range = VisiblePositionRange(visSelection.visibleStart(), visSelection.visibleEnd()); local
1422 VisibleSelection AccessibilityRenderObject::selection() const function in class:WebCore::AccessibilityRenderObject
1446 void AccessibilityRenderObject::setSelectedTextRange(const PlainTextRange& range) argument
1821 FrameSelection selection; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Disearch.el
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el[all...]

Completed in 330 milliseconds