Home
last modified time | relevance | path

Searched refs:HandleSelectFontStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp101 …{ KeyComb(KeyCode::KEY_B, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_B)… in __anon1d5a884c2302()
102 …{ KeyComb(KeyCode::KEY_I, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_I)… in __anon1d5a884c2402()
103 …{ KeyComb(KeyCode::KEY_U, KEY_CTRL), [](tic* c) -> void { c->HandleSelectFontStyle(KeyCode::KEY_U)… in __anon1d5a884c2502()
H A Dtext_input_client.h166 virtual void HandleSelectFontStyle(KeyCode code) {} in HandleSelectFontStyle() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp359 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B);
393 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I);
426 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_U);
H A Drich_editor_edit_test_ng.cpp325 richEditorPattern->HandleSelectFontStyle(code);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h460 void HandleSelectFontStyle(KeyCode code) override;
H A Drich_editor_pattern.cpp10308 void RichEditorPattern::HandleSelectFontStyle(KeyCode code) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern