Home
last modified time | relevance | path

Searched refs:delete_surrounding_text (Results 1 – 25 of 48) sorted by relevance

12

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dinput_method_v2.cpp478 QCOMPARE(server_input_method->state().delete_surrounding_text.update, false); in test_commit()
480 QCOMPARE(server_input_method->state().delete_surrounding_text.after_length, 0); in test_commit()
489 QCOMPARE(server_input_method->state().delete_surrounding_text.update, false); in test_commit()
491 QCOMPARE(server_input_method->state().delete_surrounding_text.after_length, 0); in test_commit()
505 QCOMPARE(server_input_method->state().delete_surrounding_text.update, false); in test_commit()
507 QCOMPARE(server_input_method->state().delete_surrounding_text.after_length, 0); in test_commit()
517 QCOMPARE(server_input_method->state().delete_surrounding_text.update, false); in test_commit()
519 QCOMPARE(server_input_method->state().delete_surrounding_text.after_length, 0); in test_commit()
537 input_method->delete_surrounding_text(1, 2); in test_commit()
547 QCOMPARE(server_input_method->state().delete_surrounding_text.update, true); in test_commit()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dinput_method_v2.cpp104 priv->pending.delete_surrounding_text.before_length = beforeBytes; in delete_surrounding_text_callback()
105 priv->pending.delete_surrounding_text.after_length = afterBytes; in delete_surrounding_text_callback()
106 priv->pending.delete_surrounding_text.update = true; in delete_surrounding_text_callback()
H A Dtext_input_v3.h98 void delete_surrounding_text(uint32_t before_length, uint32_t after_length);
H A Dinput_method_v2.h53 } delete_surrounding_text; member
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Dtext_input_v3.cpp320 priv->pending.delete_surrounding_text.update = true; in delete_surrounding_text_callback()
321 priv->pending.delete_surrounding_text.before_length = before_length; in delete_surrounding_text_callback()
322 priv->pending.delete_surrounding_text.after_length = after_length; in delete_surrounding_text_callback()
H A Dtext_input_v3.h165 } delete_surrounding_text; member
H A Dinput_method_v2.h183 void delete_surrounding_text(uint32_t before_length, uint32_t after_length);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/decoder/
H A Dsystem_engine.cc248 reply.delete_surrounding_text().num_bytes_before_cursor(), in OnReply()
249 reply.delete_surrounding_text().num_bytes_after_cursor()); in OnReply()
/dports/x11/foot/foot/
H A Dime.c76 delete_surrounding_text(void *data, struct zwp_text_input_v3 *zwp_text_input_v3, in delete_surrounding_text() function
490 .delete_surrounding_text = &delete_surrounding_text,
/dports/japanese/libskk/libskk-1.0.5/libskk/
H A Dcontext.vala265 return delete_surrounding_text (offset, nchars);
275 state.delete_surrounding_text.connect (
286 state.delete_surrounding_text.disconnect (
310 public signal bool delete_surrounding_text (int offset,
/dports/textproc/scim/scim-1.4.9/tests/
H A Dscim_test_imengine.cpp223 delete_surrounding_text (-1,2); in process_helper_event()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/modules/input/
H A Dgtk-text-input-client-protocol.h400 void (*delete_surrounding_text)(void *data, member
H A Dtext-input-unstable-v3-client-protocol.h414 void (*delete_surrounding_text)(void *data, member
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/server/
H A Dtest_textinputv3_interface.cpp37 void delete_surrounding_text(quint32 before_length, quint32 after_length);
67 Q_EMIT delete_surrounding_text(before, after); in zwp_text_input_v3_done() local
314 QSignalSpy deleteSurroundingSpy(m_clientTextInputV3, &TextInputV3::delete_surrounding_text); in testEvents()
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_frontend.h578 virtual bool delete_surrounding_text (int id, int offset, int len);
H A Dscim_frontend.cpp139 return m_frontend->delete_surrounding_text (si->get_id (), offset, len); in slot_delete_surrounding_text()
664 FrontEndBase::delete_surrounding_text (int id, int offset, int len) in delete_surrounding_text() function in scim::FrontEndBase
H A Dscim_imengine.h790 bool delete_surrounding_text (int offset, int len);
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/
H A Dscim_socket_frontend.h119 virtual bool delete_surrounding_text (int id, int offset, int len);
H A Dscim_x11_frontend.h115 virtual bool delete_surrounding_text (int siid, int offset, int len);
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dwl_text_input.c115 .delete_surrounding_text = text_input_delete_surrounding_text, in _glfwWaylandInitTextInput()
/dports/deskutils/maliit-framework/framework-2.1.1/connection/
H A Dwaylandinputmethodconnection.cpp327 d->context()->delete_surrounding_text(index, length); in sendPreeditString()
373 d->context()->delete_surrounding_text(index, length); in sendCommitString()
/dports/korean/scim-hangul/scim-hangul-0.4.0/src/
H A Dscim_hangul_imengine.cpp549 delete_surrounding_text(-len, len); in select_candidate()
572 delete_surrounding_text(-len, len); in select_candidate()
/dports/textproc/ibus/ibus-1.5.24/ibus/
H A Dengine.py67 def delete_surrounding_text(self, offset_from_cursor, nchars): member in EngineBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/ime/public/proto/
H A Dmessages.proto41 DeleteSurroundingText delete_surrounding_text = 13; field
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/src/
H A Dimservice.rs368 pub fn delete_surrounding_text( in delete_surrounding_text() method

12