Searched refs:HandleSelectFontStyle (Results 1 – 6 of 6) sorted by relevance
101 …{ 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()
166 virtual void HandleSelectFontStyle(KeyCode code) {} in HandleSelectFontStyle() function
359 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_B);393 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_I);426 richEditorPattern->HandleSelectFontStyle(KeyCode::KEY_U);
325 richEditorPattern->HandleSelectFontStyle(code);
460 void HandleSelectFontStyle(KeyCode code) override;
10308 void RichEditorPattern::HandleSelectFontStyle(KeyCode code) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern