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

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositionUnderline.h38 , thick(false)
45 , thick(t)
51 bool thick; member in struct:blink::CompositionUnderline
/external/chromium_org/third_party/WebKit/public/web/
H A DWebCompositionUnderline.h45 , thick(false)
52 , thick(t)
65 bool thick; member in struct:blink::WebCompositionUnderline
/external/chromium_org/ui/metro_viewer/
H A Dime_types.cc12 thick(false) {
H A Dime_types.h22 bool thick; member in struct:metro_viewer::UnderlineInfo
H A Dmetro_viewer_messages.h186 IPC_STRUCT_TRAITS_MEMBER(thick)
/external/chromium_org/ui/base/ime/
H A Dcomposition_underline.h22 thick(false),
30 thick(t),
37 thick(t),
43 (this->thick == rhs.thick) &&
54 bool thick; member in struct:ui::CompositionUnderline
H A Dcomposition_text_util_pango_unittest.cc30 bool thick; member in struct:__anon16637::Underline
101 EXPECT_EQ(a.thick, b.thick);
H A Dcomposition_text_util_pango.cc84 // Always use thick underline for a range with background color, which
87 underline.thick = true;
102 underline.thick = true;
H A Dinput_method_chromeos_unittest.cc645 EXPECT_FALSE(composition_text.underlines[0].thick);
675 EXPECT_FALSE(composition_text.underlines[0].thick);
705 // Double underline represents as black thick line.
707 EXPECT_TRUE(composition_text.underlines[0].thick);
738 EXPECT_FALSE(composition_text.underlines[0].thick);
764 EXPECT_TRUE(composition_text.underlines[0].thick);
798 EXPECT_TRUE(composition_text.underlines[0].thick);
832 EXPECT_TRUE(composition_text.underlines[0].thick);
H A Dinput_method_chromeos.cc612 false /* thick */,
616 underline.thick = true;
631 true /* thick */,
650 0, length, SK_ColorBLACK, false /* thick */, SK_ColorTRANSPARENT));
/external/chromium_org/third_party/WebKit/Source/web/
H A DCompositionUnderlineBuilder.h47 Color(u.color), u.thick,
/external/chromium_org/content/common/
H A Dcontent_param_traits_macros.h36 IPC_STRUCT_TRAITS_MEMBER(thick)
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DCompositionEvent.cpp87 if (underlines->at(i).thick) {
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc85 underline.thick = false;
88 // Use thick underline for the target clause.
91 underline.thick = true;
350 underline.thick = false;
356 underline.thick = true;
362 underline.thick = false;
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.cpp118 if (underlines[i].thick)
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtext_input_controller.cc190 underline.thick = true;
195 underline.thick = false;
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc79 composition_text->underlines[i].thick = underlines[i].thick;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc257 if (underline.thick)
572 // a thick underline. In a composition returned from an IME, the segment
573 // emphasized by a thick underline usually represents the target clause.
577 // TODO(yukawa, msw): Support thick underlines and remove this workaround.
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.cc789 underline.thick = !!display_attribute.fBoldLine;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc1022 if (underlines[i].thick) {
2282 underline.thick = true;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js574 "thick", "thin", "threeddarkshadow", "threedface", "threedhighlight",
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp692 // pixel gap, if underline is thick then use a bigger gap.
905 // Set the thick of the line to be 10% (or something else ?)of the computed font size and not less than 1px.
1132 // Thick marked text underlines are 2px thick as long as there is room for the 2px line under the baseline.
1133 // All other marked text underlines are 1px thick.
1137 if (underline.thick && logicalHeight() - baseline >= 2)
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura_unittest.cc799 EXPECT_EQ(underlines[i].thick, params.b[i].thick);
H A Drender_widget_host_view_aura.cc1423 it->thick,
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc3621 if (underlines[i].thick) {

Completed in 2552 milliseconds

12