Searched defs:setSelection (Results 1 - 21 of 21) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImplMac.java51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { method in class:ButtonPropertyEditorPresentationImplMac
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 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/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.h283 STDMETHODIMP setSelection(LONG selection_index, function in class:BrowserAccessibilityWin
/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);
/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/editing/
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...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java986 public void setSelection(ISelection selection) { method in class:PropertyTable
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode) function in class:WebCore::RenderView
578 setSelection(0, -1, 0, -1, RepaintNewMinusOld);
/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.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.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.jface.text_3.6.1.r361_v20100825-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 ...
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp1524 selectionController->setSelection(emptySelection);
1526 selectionController->setSelection(selection);
1773 sc->setSelection(selection);
2167 void WebViewCore::setSelection(Node* node, int start, int end) function in class:android::WebViewCore
2177 selector->setSelection(selection);
2181 void WebViewCore::setSelection(int start, int end) function in class:android::WebViewCore
2194 setSelection(focus, start, end);
2882 setSelection(start, end);
2908 setSelection(oldStart, oldEnd);
2920 // setSelection call
[all...]

Completed in 192 milliseconds