Home
last modified time | relevance | path

Searched refs:currentSelection (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DTypingCommand.cpp139 VisibleSelection currentSelection = frame->selection()->selection(); in insertText() local
140 bool changeSelection = currentSelection != selectionForInsertion; in insertText()
168 lastTypingCommand->setEndingSelection(currentSelection); in insertText()
169 frame->selection()->setSelection(currentSelection); in insertText()
181 cmd->setEndingSelection(currentSelection); in insertText()
182 frame->selection()->setSelection(currentSelection); in insertText()
/external/webkit/WebKit/mac/WebView/
DWebPDFView.mm483 return [PDFSubview currentSelection] != nil;
517 … [NSPasteboard _web_setFindPasteboardString:[[PDFSubview currentSelection] string] withOwner:self];
597 …ward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelec…
693 PDFSelection *savedSelection = [[PDFSubview currentSelection] copy];
695 NSAttributedString *result = [[PDFSubview currentSelection] attributedString];
712 return [[PDFSubview currentSelection] string];
717 return [self _scaledAttributedString:[[PDFSubview currentSelection] attributedString]];
826 PDFSelection *selection = [PDFSubview currentSelection];
1306 …NSRect selectionRect = [PDFSubview convertRect:[[PDFSubview currentSelection] boundsForPage:page] …
/external/webkit/WebCore/
DChangeLog-2005-08-2347321 Removed concept of currentSelection from EditCommands and refined concept of
47325 * khtml/editing/htmlediting.cpp: Removed currentSelection().
47327 * khtml/editing/htmlediting_impl.cpp: currentSelection().
47331 (CompositeEditCommandImpl::deleteSelection): Changed call to currentSelection
47336 (DeleteSelectionCommandImpl::joinTextNodesWithSameStyle): Changed call to currentSelection
47345 (TypingCommandImpl::issueCommandForDeleteKey): Changed call to currentSelection
47373 desired selection is returned by calling currentSelection(). Treat "simple
50578 (EditCommand::currentSelection):
51384 (EditCommand::currentSelection):