Home
last modified time | relevance | path

Searched refs:ContextMenuResultOhos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h282 class ContextMenuResultOhos : public ContextMenuResult {
283 DECLARE_ACE_TYPE(ContextMenuResultOhos, ContextMenuResult) in DECLARE_ACE_TYPE() argument
286ContextMenuResultOhos(std::shared_ptr<OHOS::NWeb::NWebContextMenuCallback> callback) : callback_(c… in DECLARE_ACE_TYPE()
H A Dweb_delegate.cpp561 void ContextMenuResultOhos::Cancel() const in Cancel()
568 void ContextMenuResultOhos::CopyImage() const in CopyImage()
575 void ContextMenuResultOhos::Copy() const in Copy()
582 void ContextMenuResultOhos::Paste() const in Paste()
589 void ContextMenuResultOhos::Cut() const in Cut()
596 void ContextMenuResultOhos::SelectAll() const in SelectAll()
H A Dweb_client_impl.cpp699 AceType::MakeRefPtr<ContextMenuResultOhos>(callback)); in RunContextMenu()