Home | History | Annotate | Download | only in mac

Lines Matching refs:UNDERLINE

341     // set underline and strikethrough
343 if ((decor & UNDERLINE) == 0) {
353 if ((decor & (UNDERLINE | LINE_THROUGH)) != 0) {
356 Color underline, overline, linethrough;
357 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
359 if ((decor & UNDERLINE) != 0) {
361 AXAttributeStringSetColor(attrString, NSAccessibilityUnderlineColorTextAttribute, nsColor(underline), range);