Searched refs:setSelection (Results 1 - 25 of 52) sorted by relevance

123

/external/webkit/Source/WebCore/editing/
H A DSetSelectionCommand.cpp46 selectionController->setSelection(m_selectionToSet, m_options);
57 selectionController->setSelection(startingSelection(), m_options);
H A DSelectionController.h79 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity, DirectionalityPolicy = MakeDirectionalSelection);
80 void setSelection(const VisibleSelection& selection, TextGranularity granularity, DirectionalityPolicy directionality = MakeDirectionalSelection) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity, directionality); } function in class:WebCore::SelectionController
H A DSelectionController.cpp97 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity()), options, align);
105 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity()), options);
113 setSelection(VisibleSelection(pos, affinity), options);
122 setSelection(selection, options);
130 setSelection(VisibleSelection(base, extent, affinity), options);
133 void SelectionController::setSelection(const VisibleSelection& s, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity, DirectionalityPolicy directionalityPolicy) function in class:WebCore::SelectionController
156 // <http://bugs.webkit.org/show_bug.cgi?id=23464>: Infinite recursion at SelectionController::setSelection
161 document->frame()->selection()->setSelection(s, options);
277 setSelection(VisibleSelection(), 0);
328 setSelection(newSelectio
[all...]
H A DTypingCommand.cpp214 frame->selection()->setSelection(currentSelection);
489 selection.setSelection(endingSelection());
585 selection.setSelection(endingSelection());
H A DDeleteButtonController.cpp355 m_frame->selection()->setSelection(VisiblePosition(pos));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION));
513 this.dbRelengRadioButton.setSelection(false);
514 this.dbLocalRadioButton.setSelection(false);
517 this.dbLocalRadioButton.setSelection(true);
519 this.dbRelengRadioButton.setSelection(true);
530 this.mVersionRadioButton.setSelection(false);
531 this.dVersionRadionButton.setSelection(false);
534 this.mVersionRadioButton.setSelection(true);
536 this.dVersionRadionButton.setSelection(true);
553 // this.lastBuildCheckBox.setSelection(fals
[all...]
H A DComponentResultsView.java182 this.tabFolder.setSelection(0);
369 this.tabFolder.setSelection(tabIndex);
371 table.setSelection(lineIndex);
451 this.tabFolder.setSelection(i);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentation
59 m_impl.setSelection(propertyTable, property, selected);
H A DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentationImplMac
H A DButtonPropertyEditorPresentationImpl.java82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentationImpl
85 button.setSelection(selected);
/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h77 void setSelection(Graph::NodeItr nItr, unsigned selection) { function in class:PBQP::Solution
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp405 selection->setSelection(VisibleSelection(r));
416 selection->setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM));
419 selection->setSelection(VisibleSelection(r));
426 selection->setSelection(VisibleSelection(range.get()));
429 selection->setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM));
H A DDragController.cpp334 m_page->dragCaretController()->setSelection(dragCaret);
363 frame->selection()->setSelection(dragCaret);
366 frame->selection()->setSelection(dragCaret);
631 src->selection()->setSelection(VisibleSelection(range.get(), DOWNSTREAM));
744 src->selection()->setSelection(VisibleSelection::selectionFromContentsOfNode(node));
854 m_page->dragCaretController()->setSelection(dragCaret);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java124 m_spinner.setSelection(25);
140 m_spinner.setSelection(25);
210 setSelection(Math.max(m_value, m_minimum));
218 setSelection(Math.min(m_value, m_maximum));
234 public void setSelection(int newValue) { method in class:CSpinner
278 setSelection(newValue);
H A DCComboBox.java177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index);
189 table.setSelection(index == table.getItemCount() ? 0 : index);
464 m_text.setSelection(start, end);
504 m_table.getTable().setSelection(m_selectionIndex);
608 table.setSelection(getSelectionIndex());
H A DCCombo3.java186 m_table.setSelection(new TableItem[]{item});
199 m_table.setSelection(selectionIndex);
202 m_table.setSelection((selectionIndex + 1) % m_table.getItemCount());
/external/skia/src/views/
H A DSkListWidget.cpp72 void SkListView::setSelection(int index) function in class:SkListView
98 this->setSelection(index);
117 this->setSelection(index);
487 this->setSelection(0);
H A DSkListView.cpp244 void SkListView::setSelection(int index) function in class:SkListView
271 this->setSelection(index);
284 this->setSelection(index);
507 this->setSelection(0);
588 void SkGridView::setSelection(int index) function in class:SkGridView
616 this->setSelection(index);
629 this->setSelection(index);
896 this->setSelection(0);
/external/webkit/Source/WebCore/page/chromium/
H A DEventHandlerChromium.cpp67 m_frame->selection()->setSelection(newSelection);
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp133 selectedFrame->selection()->setSelection(VisibleSelection(pos));
136 selectedFrame->selection()->setSelection(VisibleSelection(pos));
/external/skia/include/views/
H A DSkWidget.h358 void setSelection(int);
430 void setSelection(int);
H A DSkWidgetViews.h226 void setSelection(int);
/external/webkit/Source/WebCore/rendering/
H A DRenderView.h76 void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld);
/external/webkit/Source/WebCore/svg/
H A DSVGTextContentElement.cpp179 controller->setSelection(VisibleSelection(start, end));
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h353 void setSelection(int start, int end);
708 static void setSelection(WebCore::Node* node, int start, int end);

Completed in 374 milliseconds

123