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

12

/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/lib/MC/
H A DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection, function in class:MCSectionCOFF
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { method in class:ShadowAbsSpinner
28 super.setSelection(position);
H A DShadowEditText.java51 public void setSelection(int index) { method in class:ShadowEditText
52 super.setSelection(index);
57 public void setSelection(int start, int end) { method in class:ShadowEditText
58 super.setSelection(start, end);
H A DShadowCursorLoader.java58 public void setSelection(String selection) { method in class:ShadowCursorLoader
H A DShadowAdapterView.java46 setSelection(0);
227 public void setSelection(final int position) { method in class:ShadowAdapterView
H A DShadowTextView.java488 public void setSelection(int index) { method in class:ShadowTextView
489 setSelection(index, index);
492 public void setSelection(int start, int end) { method in class:ShadowTextView
/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h76 void setSelection(Graph::NodeItr nItr, unsigned selection) { function in class:PBQP::Solution
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
H A Dpreview_panel.js191 PreviewPanel.prototype.setSelection = function(selection) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DAdapterInputConnection.java146 Selection.setSelection(editable, selectionStart, selectionEnd);
379 * @see BaseInputConnection#setSelection(int, int)
382 public boolean setSelection(int start, int end) { method in class:AdapterInputConnection
383 if (DEBUG) Log.w(TAG, "setSelection [" + start + " " + end + "]");
386 super.setSelection(start, end);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.h283 STDMETHODIMP setSelection(LONG selection_index, function in class:BrowserAccessibilityWin
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h97 void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded, TextGranularity = CharacterGranularity);
98 void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); } function in class:WebCore::FrameSelection
H A DFrameSelection.cpp124 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align);
131 setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), selectionHasDirection), options);
137 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options);
144 setSelection(selection, options);
151 setSelection(VisibleSelection(base, extent, affinity, selectionHasDirection), options);
218 setSelection(newSelection, granularity);
221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options, CursorAlignOnScroll align, TextGranularity granularity) function in class:WebCore::FrameSelection
236 // <http://bugs.webkit.org/show_bug.cgi?id=23464>: Infinite recursion at FrameSelection::setSelection
242 document.frame()->selection().setSelection(s, options, align, granularity);
376 setSelection(VisibleSelectio
[all...]
/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/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h275 STDMETHODIMP setSelection(LONG selection_index, function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTextEditor.js216 setSelection: function(textRange) { },
H A Dexterns.js533 setSelection: function(anchor, head) { },
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java1006 public void setSelection(ISelection selection) { method in class:PropertyTable
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp768 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode) function in class:WebCore::RenderView
937 setSelection(0, -1, 0, -1, RepaintNewMinusOld);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc2230 STDMETHODIMP BrowserAccessibilityWin::setSelection(LONG selection_index, function in class:content::BrowserAccessibilityWin
/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 ...
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js3642 this.setSelection(initialSelection);
3812 CalendarPicker.prototype.setSelection = function(dayOrWeekOrMonth) {
3845 this.setSelection(dayOrWeekOrMonth);
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js670 cvox.TraverseUtil.setSelection=function(a,b){var c=window.getSelection();c.removeAllRanges();var d=document.createRange();d.setStart(a.node,a.index);d.setEnd(b.node,b.index);c.addRange(d);return c};cvox.TraverseUtil.isHidden=function(a){if(a instanceof HTMLElement&&"true"==a.getAttribute("aria-hidden"))return!0;switch(a.tagName){case "SCRIPT":case "NOSCRIPT":return!0}return!1};
1201 cvox.TraverseContent.prototype.updateSelection=function(){cvox.TraverseUtil.setSelection(this.startCursor_,this.endCursor_);cvox.SelectionUtil.scrollToSelection(window.getSelection())};cvox.TraverseContent.prototype.getCurrentRange=function(){var a=document.createRange();try{a.setStart(this.startCursor_.node,this.startCursor_.index),a.setEnd(this.endCursor_.node,this.endCursor_.index)}catch(b){console.log("Invalid range ")}return a};cvox.TraverseContent.prototype.getCurrentText=function(){return cvox.SelectionUtil.getRangeText(this.getCurrentRange())};

Completed in 1031 milliseconds

12