Home
last modified time | relevance | path

Searched refs:text_control (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_text_control_test.cc67 auto* text_control = GetTextControlElementById("input"); in TEST_P() local
68 auto* selected_text = SetupLayoutTextWithCleanSelection(text_control); in TEST_P()
70 text_control->setAttribute(html_names::kClassAttr, "pseudoSelection"); in TEST_P()
84 auto* text_control = GetTextControlElementById("textarea"); in TEST_P() local
85 auto* selected_text = SetupLayoutTextWithCleanSelection(text_control); in TEST_P()
100 auto* text_control = GetTextControlElementById("input"); in TEST_P() local
116 auto* text_control = GetTextControlElementById("textarea"); in TEST_P() local
132 auto* text_control = GetTextControlElementById("input"); in TEST_P() local
135 text_control->removeAttribute(html_names::kClassAttr); in TEST_P()
148 auto* text_control = GetTextControlElementById("textarea"); in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_selection.cc28 event->SetTarget(&text_control); in ScheduleSelectEvent()
138 const TextControlElement& text_control) { in FromCurrentSelection() argument
146 ax_object_cache_impl->GetOrCreate(&text_control); in FromCurrentSelection()
154 text_control.selectionStart() == text_control.selectionEnd() in FromCurrentSelection()
161 (is_backward ? int{text_control.selectionEnd()} in FromCurrentSelection()
361 TextControlElement& text_control = ToTextControl( in Select() local
371 ScheduleSelectEvent(text_control); in Select()
372 text_control.focus(); in Select()
438 const AXObject* text_control = in AsTextControlSelection() local
440 if (!text_control) in AsTextControlSelection()
[all …]
H A Dax_selection_test.cc1199 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1200 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
1218 EXPECT_EQ(i - 1, text_control.selectionStart()); in TEST_F()
1219 EXPECT_EQ(i, text_control.selectionEnd()); in TEST_F()
1275 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1276 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
1295 EXPECT_EQ(i, text_control.selectionEnd()); in TEST_F()
1501 ASSERT_LE(1u, text_control.value().length()); in TEST_F()
1522 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1523 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Deditor_test.cc66 auto& text_control = in TEST_F() local
68 text_control.select(); in TEST_F()
83 auto& text_control = in TEST_F() local
85 text_control.select(); in TEST_F()
102 auto& text_control = in TEST_F() local
104 text_control.select(); in TEST_F()
105 text_control.SetSelectionRange(2, 2); in TEST_F()
110 EXPECT_EQ("HENEWLLO", text_control.value()); in TEST_F()
H A Dcompute_layer_selection.cc131 TextControlElement* text_control = EnclosingTextControl(node); in IsVisible() local
132 if (!text_control) in IsVisible()
134 if (!IsA<HTMLInputElement>(text_control)) in IsVisible()
137 LayoutObject* layout_object = text_control->GetLayoutObject(); in IsVisible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Deditor_test.cc67 auto& text_control = in TEST_F() local
69 text_control.select(); in TEST_F()
84 auto& text_control = in TEST_F() local
86 text_control.select(); in TEST_F()
103 auto& text_control = in TEST_F() local
105 text_control.select(); in TEST_F()
106 text_control.SetSelectionRange(2, 2); in TEST_F()
111 EXPECT_EQ("HENEWLLO", text_control.value()); in TEST_F()
H A Dcompute_layer_selection.cc139 TextControlElement* text_control = EnclosingTextControl(node); in IsVisible() local
140 if (!text_control) in IsVisible()
142 if (!IsA<HTMLInputElement>(text_control)) in IsVisible()
145 LayoutObject* layout_object = text_control->GetLayoutObject(); in IsVisible()
/dports/science/py-scimath/scimath-4.2.0/scimath/units/wx/
H A Dquantity_editor.py75 text_control = Instance(wx.TextCtrl) variable in SimpleQuantityEditor
91 self.text_control = control = wx.TextCtrl(panel, -1,
127 self.text_control.SetValue(string_value)
137 value = float(self.text_control.GetValue())
140 if self.text_control is not None:
141 self.text_control.SetBackgroundColour(OKColor)
142 self.text_control.Refresh()
147 self.text_control.SetBackgroundColour(ErrorColor)
148 self.text_control.Refresh()
163 self.text_control = None
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_selection.cc25 void ScheduleSelectEvent(TextControlElement& text_control) { in ScheduleSelectEvent() argument
27 event->SetTarget(&text_control); in ScheduleSelectEvent()
28 text_control.GetDocument().EnqueueAnimationFrameEvent(event); in ScheduleSelectEvent()
137 const TextControlElement& text_control) { in FromCurrentSelection() argument
138 const Document& document = text_control.GetDocument(); in FromCurrentSelection()
145 ax_object_cache_impl->GetOrCreate(&text_control); in FromCurrentSelection()
149 text_control.selectionStart() == text_control.selectionEnd() in FromCurrentSelection()
156 *ax_text_control, static_cast<int>(text_control.selectionEnd()), in FromCurrentSelection()
332 TextControlElement& text_control = in Select() local
334 if (!text_control.SetSelectionRange(text_control_selection->start, in Select()
[all …]
H A Dax_selection_test.cc1165 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1166 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
1184 EXPECT_EQ(i - 1, text_control.selectionStart()); in TEST_F()
1185 EXPECT_EQ(i, text_control.selectionEnd()); in TEST_F()
1241 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1242 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
1261 EXPECT_EQ(i, text_control.selectionEnd()); in TEST_F()
1455 ASSERT_LE(1u, text_control.value().length()); in TEST_F()
1476 EXPECT_EQ(i, text_control.selectionStart()); in TEST_F()
1477 EXPECT_EQ(i + 1, text_control.selectionEnd()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dtext_control_single_line_painter.h19 TextControlSingleLinePainter(const LayoutTextControlSingleLine& text_control) in TextControlSingleLinePainter() argument
20 : text_control_(text_control) {} in TextControlSingleLinePainter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dtext_control_single_line_painter.h19 TextControlSingleLinePainter(const LayoutTextControlSingleLine& text_control) in TextControlSingleLinePainter() argument
20 : text_control_(text_control) {} in TextControlSingleLinePainter()
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dcolor_editor.py249 text_control = wx.TextCtrl(
252 text_control.Bind(wx.EVT_KILL_FOCUS, self.update_object)
253 parent.Bind(wx.EVT_TEXT_ENTER, self.update_object, id=text_control.GetId())
259 sizer.Add(text_control, wx.ALIGN_LEFT)
264 self._text_control = text_control
/dports/net-im/uTox/uTox/third-party/stb/tests/
H A Dtextedit_sample.c8 #define STB_TEXTEDIT_STRING text_control
19 } text_control; typedef
H A Dtest_cpp_compilation.cpp68 #define STB_TEXTEDIT_STRING text_control
79 } text_control; typedef
/dports/devel/stb/stb-f54acd4/tests/
H A Dtextedit_sample.c8 #define STB_TEXTEDIT_STRING text_control
19 } text_control; typedef
H A Dtest_cpp_compilation.cpp83 #define STB_TEXTEDIT_STRING text_control
94 } text_control; typedef
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dtextedit_sample.c8 #define STB_TEXTEDIT_STRING text_control
19 } text_control; typedef
H A Dtest_cpp_compilation.cpp83 #define STB_TEXTEDIT_STRING text_control
94 } text_control; typedef
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dtextedit_sample.c8 #define STB_TEXTEDIT_STRING text_control
19 } text_control; typedef
H A Dtest_cpp_compilation.cpp83 #define STB_TEXTEDIT_STRING text_control
94 } text_control; typedef
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DOptionsWnd.cpp918 layout->Add(text_control, 0, 0, GG::ALIGN_VCENTER | GG::ALIGN_LEFT); in HotkeyOption()
950 layout->Add(text_control, 0, 1, GG::ALIGN_VCENTER | GG::ALIGN_LEFT); in IntOption()
960 text_control->SetBrowseModeTime(GetOptionsDB().Get<int>("ui.tooltip.delay")); in IntOption()
961 text_control->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in IntOption()
987 layout->Add(text_control, 0, 1, GG::ALIGN_VCENTER | GG::ALIGN_LEFT); in DoubleOption()
997 text_control->SetBrowseModeTime(GetOptionsDB().Get<int>("ui.tooltip.delay")); in DoubleOption()
998 text_control->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in DoubleOption()
1092 layout->Add(text_control, 0, 0, GG::ALIGN_VCENTER | GG::ALIGN_LEFT); in FileOptionImpl()
1109 text_control->SetBrowseModeTime(GetOptionsDB().Get<int>("ui.tooltip.delay")); in FileOptionImpl()
1159 layout->Add(text_control, 0, 0); in ColorOption()
[all …]
/dports/textproc/ibus/ibus-1.5.24/src/
H A Dibusaccelgroup.c420 static const gchar text_control[] = "<Control>"; in ibus_accelerator_name() local
452 l += sizeof (text_control) - 1; in ibus_accelerator_name()
491 strcpy (accelerator + l, text_control); in ibus_accelerator_name()
492 l += sizeof (text_control) - 1; in ibus_accelerator_name()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/notification/gtkhotkey/x11/
H A Deggaccelerators.c354 static const gchar text_control[] = "<Control>"; in egg_virtual_accelerator_name() local
379 l += sizeof (text_control) - 1; in egg_virtual_accelerator_name()
414 strcpy (accelerator + l, text_control); in egg_virtual_accelerator_name()
415 l += sizeof (text_control) - 1; in egg_virtual_accelerator_name()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/plugins/notification/gtkhotkey/x11/
H A Deggaccelerators.c354 static const gchar text_control[] = "<Control>"; in egg_virtual_accelerator_name() local
379 l += sizeof (text_control) - 1; in egg_virtual_accelerator_name()
414 strcpy (accelerator + l, text_control); in egg_virtual_accelerator_name()
415 l += sizeof (text_control) - 1; in egg_virtual_accelerator_name()

12345