HomeSort by relevance Sort by last modified time
    Searched refs:underline (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_link.css 9 text-decoration: underline;
analysis_results.css 44 text-decoration: underline;
  /external/chromium_org/ui/base/gtk/
gtk_im_context_util.cc 49 // We only care about underline and background attributes and convert
75 // Use a black thin underline by default.
76 CompositionUnderline underline(
79 // Always use thick underline for a range with background color, which
82 underline.thick = true;
83 // If the cursor is at start or end of this underline, then we treat
86 if (underline.start_offset == cursor_offset) {
87 composition->selection.set_start(underline.end_offset);
89 } else if (underline.end_offset == cursor_offset) {
90 composition->selection.set_start(underline.start_offset)
    [all...]
  /external/chromium_org/third_party/ots/src/
post.h 19 int16_t underline; member in struct:ots::OpenTypePOST
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 83 ui::CompositionUnderline underline; local
84 underline.start_offset = clause_data[i];
85 underline.end_offset = clause_data[i+1];
86 underline.color = SK_ColorBLACK;
87 underline.thick = false;
89 // Use thick underline for the target clause.
90 if (underline.start_offset >= static_cast<unsigned>(target_start) &&
91 underline.end_offset <= static_cast<unsigned>(target_end)) {
92 underline.thick = true;
94 underlines->push_back(underline);
345 CompositionUnderline underline; local
    [all...]
tsf_text_store_unittest.cc 942 CompositionUnderline underline; local
943 underline.start_offset = 0;
944 underline.end_offset = 5;
945 underline.color = SK_ColorBLACK;
946 underline.thick = false;
947 composition_undelines()->push_back(underline);
969 CompositionUnderline underline; local
970 underline.start_offset = 3;
971 underline.end_offset = 5;
972 underline.color = SK_ColorBLACK
    [all...]
  /external/chromium_org/ui/webui/resources/css/
butter_bar.css 25 text-decoration: underline;
  /cts/tools/signature-tools/templates/
Styles.st 7 a.default:hover {color: blue; text-decoration: underline;}
13 a.discreet:hover {color: black; text-decoration: underline;}
  /external/chromium_org/chrome/browser/resources/omnibox/
omnibox.css 19 text-decoration: underline;
  /external/chromium_org/ui/views/controls/
link.cc 167 void Link::SetUnderline(bool underline) {
168 if (underline_ == underline)
170 underline_ = underline;
202 // Underline the link iff it is enabled and |underline_| is true.
205 (style | gfx::Font::UNDERLINE) : (style & ~gfx::Font::UNDERLINE);
link.h 58 void SetUnderline(bool underline);
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.css 32 text-decoration: underline;
  /external/chromium_org/chrome/browser/resources/options/
handler_options.css 35 text-decoration: underline;
  /external/clang/www/analyzer/
menu.css 17 text-decoration: underline;
  /external/chromium_org/third_party/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 65 SkBool underline; member in class:SkDrawPaint
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 27 a:visited { text-decoration: underline; }
30 a.header:hover { text-decoration: underline; color: #000080; }
  /external/freetype/include/freetype/
ftwinfnt.h 196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
  /external/skia/src/animator/
SkDrawPaint.h 65 SkBool underline; member in class:SkDrawPaint
  /external/chromium_org/ui/base/ime/
input_method_ibus.cc 923 CompositionUnderline underline(
928 underline.thick = true;
931 underline.color = SK_ColorRED;
932 out_composition->underlines.push_back(underline);
944 CompositionUnderline underline(
947 out_composition->underlines.push_back(underline);
948 // If the cursor is at start or end of this underline, then we treat
951 if (underline.start_offset == cursor_offset) {
952 out_composition->selection.set_start(underline.end_offset);
    [all...]
  /external/chromium_org/ui/gfx/
render_text_mac.cc 174 run.underline, run.strike, run.diagonal_strike);
185 underline(false),
216 if (style.style(UNDERLINE)) {
327 const CFNumberRef underline = local
331 if (underline && CFNumberGetValue(underline, kCFNumberSInt32Type, &value))
332 run->underline = (value == kCTUnderlineStyleSingle);
  /external/bzip2/
bzip.css 61 table.nav a:hover { text-decoration: underline; }
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 62 text-decoration: underline;
  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 57 text-decoration: underline;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 52 text-decoration: underline;

Completed in 632 milliseconds

1 2 3 4 5 6