Searched refs:currentSelection (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.h57 void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
H A DInsertListCommand.cpp138 RefPtr<Range> currentSelection = endingSelection().firstRange(); local
156 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
178 doApplyForSingleParagraph(forceCreateList, listTag, currentSelection.get());
189 void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const QualifiedName& listTag, Range* currentSelection) argument
213 if (switchListType && isNodeVisiblyContainedWithin(listNode.get(), currentSelection)) {
214 bool rangeStartIsInList = visiblePositionBeforeNode(listNode.get()) == currentSelection->startPosition();
215 bool rangeEndIsInList = visiblePositionAfterNode(listNode.get()) == currentSelection->endPosition();
237 currentSelection->setStart(newList, 0, ec);
239 currentSelection->setEnd(newList, lastOffsetInNode(newList.get()), ec);
H A DTypingCommand.cpp143 VisibleSelection currentSelection = frame->selection()->selection(); local
144 if (currentSelection == typingCommand->endingSelection())
147 typingCommand->setStartingSelection(currentSelection);
148 typingCommand->setEndingSelection(currentSelection);
172 VisibleSelection currentSelection = frame->selection()->selection(); local
173 bool changeSelection = currentSelection != selectionForInsertion;
213 cmd->setEndingSelection(currentSelection);
214 frame->selection()->setSelection(currentSelection);
H A DSpellingCorrectionController.cpp119 VisibleSelection currentSelection(m_frame->selection()->selection());
120 if (currentSelection == oldSelection)
369 VisibleSelection currentSelection(m_frame->selection()->selection());
374 if (!currentSelection.isCaret() || currentSelection == oldSelection)
377 VisiblePosition selectionPosition = currentSelection.start();
/external/chromium/chrome/browser/resources/options/
H A Dsearch_engine_manager_engine_list.js293 var currentSelection = this.selectedItem;
294 if (!currentSelection)
296 var listItem = this.getListItem(currentSelection);
297 if (listItem.editing && currentSelection['modelIndex'] == modelIndex)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm492 return [PDFSubview currentSelection] != nil;
526 [NSPasteboard _web_setFindPasteboardString:[[PDFSubview currentSelection] string] withOwner:self];
606 PDFSelection *selection = [self _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[PDFSubview currentSelection] startInSelection:startInSelection];
716 PDFSelection *savedSelection = [[PDFSubview currentSelection] copy];
718 NSAttributedString *result = [[PDFSubview currentSelection] attributedString];
735 return [[PDFSubview currentSelection] string];
740 return [self _scaledAttributedString:[[PDFSubview currentSelection] attributedString]];
849 PDFSelection *selection = [PDFSubview currentSelection];
1330 NSRect selectionRect = [PDFSubview convertRect:[[PDFSubview currentSelection] boundsForPage:page] fromPage:page];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPDFViewController.mm611 PDFSelection *selection = [m_wkPDFView.get() _nextMatchFor:string direction:forward caseSensitive:caseFlag wrap:wrapFlag fromSelection:[m_pdfView currentSelection] startInSelection:NO];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 537 milliseconds