Home
last modified time | relevance | path

Searched refs:CursorType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp35 { OHOS::NWeb::CursorType::CT_CROSS, MouseFormat::CROSS },
36 { OHOS::NWeb::CursorType::CT_HAND, MouseFormat::HAND_POINTING },
37 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
38 { OHOS::NWeb::CursorType::CT_HELP, MouseFormat::HELP },
39 { OHOS::NWeb::CursorType::CT_EASTRESIZE, MouseFormat::WEST_EAST },
46 { OHOS::NWeb::CursorType::CT_WESTRESIZE, MouseFormat::WEST_EAST },
62 { OHOS::NWeb::CursorType::CT_MOVE, MouseFormat::CURSOR_MOVE },
64 { OHOS::NWeb::CursorType::CT_COPY, MouseFormat::CURSOR_COPY },
66 { OHOS::NWeb::CursorType::CT_ZOOMIN, MouseFormat::ZOOM_IN },
67 { OHOS::NWeb::CursorType::CT_ZOOMOUT, MouseFormat::ZOOM_OUT },
[all …]
H A Drender_web.h113 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp93 { OHOS::NWeb::CursorType::CT_CROSS, MouseFormat::CROSS },
95 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
96 { OHOS::NWeb::CursorType::CT_WAIT, MouseFormat::LOADING },
97 { OHOS::NWeb::CursorType::CT_HELP, MouseFormat::HELP },
121 { OHOS::NWeb::CursorType::CT_MOVE, MouseFormat::CURSOR_MOVE },
129 { OHOS::NWeb::CursorType::CT_ZOOMIN, MouseFormat::ZOOM_IN },
131 { OHOS::NWeb::CursorType::CT_GRAB, MouseFormat::HAND_OPEN },
4702 …if ((type == OHOS::NWeb::CursorType::CT_CONTEXTMENU) || (type == OHOS::NWeb::CursorType::CT_ALIAS)… in OnCursorChange()
4704 } else if (type == OHOS::NWeb::CursorType::CT_CUSTOM) { in OnCursorChange()
4724 if (type == NWeb::CursorType::CT_CONTEXTMENU) { in UpdateLocalCursorStyle()
[all …]
H A Dweb_pattern.h523 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
524 void UpdateLocalCursorStyle(int32_t windowId, const OHOS::NWeb::CursorType& type);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h116 enum class CursorType : int32_t { enum
695 virtual bool OnCursorChange(const CursorType& type, std::shared_ptr<NWebCursorInfo> info) in OnCursorChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h225 …bool OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorInfo> info) over…
H A Dweb_client_impl.cpp878 bool WebClientImpl::OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorIn… in OnCursorChange()
H A Dweb_delegate.h788 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
H A Dweb_delegate.cpp5867 bool WebDelegate::OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NW… in OnCursorChange()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h26 using ArkWebCursorType = OHOS::NWeb::CursorType;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp65 using ArkWebCursorType = OHOS::NWeb::CursorType;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng.cpp338 rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CROSS, nullptr);
448 bool rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CONTEXTMENU, nullptr);