Home
last modified time | relevance | path

Searched refs:removeSpan (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dspannable.js63 this.removeSpan(value);
79 cvox.Spannable.prototype.removeSpan = function(value) { method in cvox.Spannable
Dspannable_test.js120 spannable.removeSpan(annotation);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSpannableString.java33 public void removeSpan(Object what) { in removeSpan() method in ShadowSpannableString
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSpannableStringTest.java52 spanStr.removeSpan(s1); in testRemoveSpan()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js991removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else… method in cvox
DchromeVoxChromeOptionsScript.js848removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else…
DchromeVoxChromeBackgroundScript.js795removeSpan(a);if(0<=b&&b<=c&&c<=this.string_.length)this.spans_.push({value:a,start:b,end:c});else…