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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositionUnderline.h 38 , thick(false)
45 , thick(t)
51 bool thick; member in struct:blink::CompositionUnderline
  /external/chromium_org/third_party/WebKit/public/web/
WebCompositionUnderline.h 45 , thick(false)
52 , thick(t)
65 bool thick; member in struct:blink::WebCompositionUnderline
  /external/chromium_org/ui/metro_viewer/
ime_types.cc 12 thick(false) {
ime_types.h 22 bool thick; member in struct:metro_viewer::UnderlineInfo
metro_viewer_messages.h 186 IPC_STRUCT_TRAITS_MEMBER(thick)
  /external/chromium_org/ui/base/ime/
composition_underline.h 22 thick(false),
30 thick(t),
37 thick(t),
43 (this->thick == rhs.thick) &&
54 bool thick; member in struct:ui::CompositionUnderline
composition_text_util_pango_unittest.cc 30 bool thick; member in struct:__anon342::Underline
101 EXPECT_EQ(a.thick, b.thick);
composition_text_util_pango.cc 84 // Always use thick underline for a range with background color, which
87 underline.thick = true;
102 underline.thick = true;
input_method_chromeos_unittest.cc 645 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);
    [all...]
input_method_chromeos.cc 612 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/
CompositionUnderlineBuilder.h 47 Color(u.color), u.thick,
  /external/chromium_org/content/common/
content_param_traits_macros.h 36 IPC_STRUCT_TRAITS_MEMBER(thick)
  /external/chromium_org/third_party/WebKit/Source/core/events/
CompositionEvent.cpp 87 if (underlines->at(i).thick) {
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 85 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/
InputMethodContext.cpp 118 if (underlines[i].thick)
  /external/chromium_org/content/shell/renderer/test_runner/
text_input_controller.cc 190 underline.thick = true;
195 underline.thick = false;
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 79 composition_text->underlines[i].thick = underlines[i].thick;
  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 257 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.
  /frameworks/base/core/java/android/widget/
TextView.java 4803 float thick = FloatMath.ceil(mTextPaint.getStrokeWidth()); local
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 789 underline.thick = !!display_attribute.fBoldLine;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 692 // pixel gap, if underline is thick then use a bigger gap.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc 799 EXPECT_EQ(underlines[i].thick, params.b[i].thick);
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 1237 milliseconds

1 2