Home
last modified time | relevance | path

Searched refs:IsCtrlWith (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h542 bool IsCtrlWith(KeyCode expectCodes) const in IsCtrlWith() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp410 …if (event.code == KeyCode::KEY_F5 || (event.IsCombinationKey() && event.IsCtrlWith(KeyCode::KEY_R)… in OnKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp227 if (event.IsCtrlWith(KeyCode::KEY_C) && copyOption_ != CopyOptions::None) { in HandleKeyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1474 if (keyEvent.IsCtrlWith(KeyCode::KEY_C)) { in HandleKeyEvent()