Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/common/
Dnweb_create_window.h190 void FindNext(const bool forward) const override in FindNext() function
/base/web/webview/ohos_nweb/include/
Dnweb.h479 virtual void FindNext(const bool forward) const = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.cpp582 nweb_ptr->FindNext(forward); in SearchNext()