Searched refs:thick (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderline.h35 : startOffset(0), endOffset(0), thick(false) { }
37 : startOffset(s), endOffset(e), color(c), thick(t) { }
41 bool thick; member in struct:WebCore::CompositionUnderline
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCompositionUnderline.h45 , thick(false) { }
51 , thick(t) { }
56 bool thick; member in struct:WebKit::WebCompositionUnderline
/external/chromium_org/ui/base/ime/
H A Dcomposition_underline.h21 thick(false) {}
27 thick(t) {}
33 (this->thick == rhs.thick);
45 bool thick; member in struct:ui::CompositionUnderline
H A Dinput_method_ibus_unittest.cc937 EXPECT_FALSE(composition_text.underlines[0].thick);
967 EXPECT_FALSE(composition_text.underlines[0].thick);
995 // Double underline represents as black thick line.
997 EXPECT_TRUE(composition_text.underlines[0].thick);
1026 EXPECT_FALSE(composition_text.underlines[0].thick);
1053 EXPECT_TRUE(composition_text.underlines[0].thick);
1085 EXPECT_TRUE(composition_text.underlines[0].thick);
1116 EXPECT_TRUE(composition_text.underlines[0].thick);
H A Dinput_method_ibus.cc925 SK_ColorBLACK, false /* thick */);
928 underline.thick = true;
946 SK_ColorBLACK, true /* thick */);
964 0, length, SK_ColorBLACK, false /* thick */));
/external/chromium_org/third_party/WebKit/Source/web/
H A DCompositionUnderlineBuilder.h48 WebCore::Color(u.color), u.thick) { }
H A DWebViewImpl.cpp2426 results[index] = WebCompositionUnderline(underline.startOffset, underline.endOffset, static_cast<WebColor>(underline.color.rgb()), underline.thick);
/external/chromium_org/ui/base/gtk/
H A Dgtk_im_context_util_unittest.cc27 bool thick; member in struct:__anon14206::Underline
102 EXPECT_EQ(a.thick, b.thick);
H A Dgtk_im_context_util.cc79 // Always use thick underline for a range with background color, which
82 underline.thick = true;
97 underline.thick = true;
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc87 underline.thick = false;
89 // Use thick underline for the target clause.
92 underline.thick = true;
350 underline.thick = false;
356 underline.thick = true;
362 underline.thick = false;
H A Dtsf_text_store_unittest.cc946 underline.thick = false;
961 EXPECT_FALSE(composition.underlines[0].thick);
973 underline.thick = true;
978 underline.thick = false;
999 EXPECT_TRUE(composition.underlines[0].thick);
1003 EXPECT_FALSE(composition.underlines[1].thick);
H A Dtsf_text_store.cc812 underline.thick = !!display_attribute.fBoldLine;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc254 EXPECT_EQ(underlines[i].thick, params.b[i].thick);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_views_model.cc275 if (underline.thick)
599 // a thick underline. In a composition returned from an IME, the segment
600 // emphasized by a thick underline usually represents the target clause.
604 // TODO(yukawa, msw): Support thick underline in RenderText and remove
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js511 "thick", "thin", "threeddarkshadow", "threedface", "threedhighlight",
/external/chromium_org/content/common/
H A Dview_messages.h110 IPC_STRUCT_TRAITS_MEMBER(thick)
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc843 if (underlines[i].thick) {
1943 underline.thick = true;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp931 // pixel gap, if underline is thick then use a bigger gap.
1391 // Thick marked text underlines are 2px thick as long as there is room for the 2px line under the baseline.
1392 // All other marked text underlines are 1px thick.
1396 if (underline.thick && logicalHeight() - baseline >= 2)
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc5936 if (underlines[i].thick) {

Completed in 508 milliseconds