Searched refs:CursorType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 35 { 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 D | render_web.h | 113 …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 D | web_pattern.cpp | 93 { 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 D | web_pattern.h | 523 …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 D | nweb_handler.h | 116 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 D | web_client_impl.h | 225 …bool OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorInfo> info) over…
|
H A D | web_client_impl.cpp | 878 bool WebClientImpl::OnCursorChange(const NWeb::CursorType& type, std::shared_ptr<NWeb::NWebCursorIn… in OnCursorChange()
|
H A D | web_delegate.h | 788 …bool OnCursorChange(const OHOS::NWeb::CursorType& type, std::shared_ptr<OHOS::NWeb::NWebCursorInfo…
|
H A D | web_delegate.cpp | 5867 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 D | ark_web_handler_wrapper.h | 26 using ArkWebCursorType = OHOS::NWeb::CursorType;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 65 using ArkWebCursorType = OHOS::NWeb::CursorType;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 338 rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CROSS, nullptr); 448 bool rerult = webPattern->OnCursorChange(OHOS::NWeb::CursorType::CT_CONTEXTMENU, nullptr);
|