Home
last modified time | relevance | path

Searched refs:OnTouchPress (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/ohos_nweb/
Dnweb_input_event_consumer_test.cpp65 nweb->OnTouchPress(pointerID, item.GetWindowX(), item.GetWindowY()); in DispatchPointerEvent()
/base/web/webview/ohos_nweb/src/
Dnweb_input_event_consumer.cpp77 nweb->OnTouchPress(pointerID, item.GetWindowX(), item.GetWindowY()); in DispatchPointerEvent()
/base/web/webview/test/fuzztest/ontouchpress_fuzzer/
Dontouchpress_fuzzer.cpp141 g_nweb->OnTouchPress(id, x, y); in DoSomethingInterestingWithMyAPI()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h82 void OnTouchPress(int32_t id, double x, double y) override in OnTouchPress() function
/base/web/webview/ohos_nweb/include/
Dnweb.h136 virtual void OnTouchPress(int32_t id, double x, double y) = 0;