Searched refs:underline (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_link.css9 text-decoration: underline;
H A Danalysis_results.css44 text-decoration: underline;
/external/chromium_org/ui/base/ime/
H A Dcomposition_text_util_pango.cc51 // We only care about underline and background attributes and convert
77 // Use a black thin underline by default.
78 CompositionUnderline underline(
81 // Always use thick underline for a range with background color, which
84 underline.thick = true;
85 // If the cursor is at start or end of this underline, then we treat
88 if (underline.start_offset == cursor_offset) {
89 composition->selection.set_start(underline.end_offset);
91 } else if (underline.end_offset == cursor_offset) {
92 composition->selection.set_start(underline
[all...]
H A Dinput_method_ibus.cc624 CompositionUnderline underline(
629 underline.thick = true;
632 underline.color = SK_ColorRED;
633 out_composition->underlines.push_back(underline);
641 CompositionUnderline underline(
644 out_composition->underlines.push_back(underline);
646 // If the cursor is at start or end of this underline, then we treat
649 if (underline.start_offset == cursor_offset) {
650 out_composition->selection.set_start(underline.end_offset);
652 } else if (underline
[all...]
H A Dinput_method_ibus_unittest.cc612 // If there is no underline, |underlines| contains one underline and it is
613 // whole text underline.
625 // Set up ibus text with one underline attribute.
628 chromeos::IBusText::UnderlineAttribute underline; local
629 underline.type = chromeos::IBusText::IBUS_TEXT_UNDERLINE_SINGLE;
630 underline.start_index = 1UL;
631 underline.end_index = 4UL;
632 ibus_text.mutable_underline_attributes()->push_back(underline);
641 EXPECT_EQ(GetOffsetInUTF16(kSampleText, underline
658 chromeos::IBusText::UnderlineAttribute underline; local
688 chromeos::IBusText::UnderlineAttribute underline; local
[all...]
/external/chromium_org/third_party/ots/src/
H A Dpost.h19 int16_t underline; member in struct:ots::OpenTypePOST
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTextInputController.cpp96 // Split underline into up to 3 elements (before, selection, and after).
98 WebCompositionUnderline underline; local
100 underline.endOffset = length;
102 underline.endOffset = start;
103 underlines.push_back(underline);
104 underline.startOffset = start;
105 underline.endOffset = start + length;
107 underline.thick = true;
108 underlines.push_back(underline);
110 underline
[all...]
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc83 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...]
H A Dtsf_text_store_unittest.cc1015 CompositionUnderline underline; local
1016 underline.start_offset = 0;
1017 underline.end_offset = 5;
1018 underline.color = SK_ColorBLACK;
1019 underline.thick = false;
1020 composition_undelines()->push_back(underline);
1042 CompositionUnderline underline; local
1043 underline.start_offset = 3;
1044 underline.end_offset = 5;
1045 underline
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dbutter_bar.css25 text-decoration: underline;
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.cpp115 CompositionUnderline underline; local
117 return underline;
121 return underline;
129 // When no underline information is available while composition exists,
131 underline.endOffset = controller.compositionEnd() - controller.compositionStart();
132 return underline;
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.css19 text-decoration: underline;
/external/chromium_org/ui/views/controls/
H A Dlink.cc187 void Link::SetUnderline(bool underline) { argument
188 if (underline_ == underline)
190 underline_ = underline;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dstatus_view.css32 text-decoration: underline;
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css35 text-decoration: underline;
/external/clang/www/analyzer/
H A Dmenu.css17 text-decoration: underline;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css27 a:visited { text-decoration: underline; }
30 a.header:hover { text-decoration: underline; color: #000080; }
/external/freetype/include/freetype/
H A Dftwinfnt.h196 FT_Byte underline; member in struct:FT_WinFNT_HeaderRec_
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine.cc144 IBusText::UnderlineAttribute underline; local
148 underline.type = IBusText::IBUS_TEXT_UNDERLINE_SINGLE;
151 underline.type = IBusText::IBUS_TEXT_UNDERLINE_DOUBLE;
157 underline.start_index = segment->start;
158 underline.end_index = segment->end;
159 preedit_text_->mutable_underline_attributes()->push_back(underline);
/external/chromium_org/ui/gfx/
H A Drender_text_mac.cc175 run.underline, run.strike, run.diagonal_strike);
186 underline(false),
328 const CFNumberRef underline = local
332 if (underline && CFNumberGetValue(underline, kCFNumberSInt32Type, &value))
333 run->underline = (value == kCTUnderlineStyleSingle);
/external/bzip2/
H A Dbzip.css61 table.nav a:hover { text-decoration: underline; }
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmenu.css62 text-decoration: underline;
/external/chromium_org/chrome/browser/resources/history/
H A Dother_devices.css57 text-decoration: underline;
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
H A Dchrome_shared.css52 text-decoration: underline;

Completed in 790 milliseconds

12345