HomeSort by relevance Sort by last modified time
    Searched full:strikethrough (Results 1 - 14 of 14) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextAttribute.java 33 public boolean strikeThrough;
38 boolean strikeThrough, TextColor color) {
46 this.strikeThrough = strikeThrough;
ValueParser.java 246 boolean strikeThrough = (format & 0x80) != 0;
252 strikeThrough, color);
  /external/webkit/WebCore/svg/
svgattrs.in 193 strikethrough-position
194 strikethrough-thickness
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 165 /** The STRIKETHROUGH text attribute. */
166 public static final TextAttribute STRIKETHROUGH = new TextAttribute("strikethrough");
168 /** The Constant STRIKETHROUGH_ON indicates a single strikethrough. */
  /packages/apps/Gallery3D/src/com/cooliris/media/
SimpleStringTexture.java 57 paint.setStrikeThruText(config.strikeThrough);
StringTexture.java 130 paint.setStrikeThruText(config.strikeThrough);
249 public boolean strikeThrough = false;
  /external/libvpx/examples/includes/geshi/geshi/
applescript.php 58 'shadow','strikethrough','subscript','superscript','underline','ask','no','yes','false', 'id',
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 338 "Strikethrough", // ToggleStrikethrough,
    [all...]
  /external/webkit/WebCore/editing/
EditorCommand.cpp     [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 341 // set underline and strikethrough
    [all...]
  /frameworks/base/docs/html/guide/appendix/faq/
commontasks.jd     [all...]
  /frameworks/base/docs/html/resources/faq/
commontasks.jd     [all...]
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]
  /external/webkit/WebKit/mac/
ChangeLog-2006-02-09     [all...]

Completed in 785 milliseconds