Home
last modified time | relevance | path

Searched refs:GetScrollable (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_preference_impl.cpp455 bool ArkWebPreferenceImpl::GetScrollable() in GetScrollable() function in OHOS::ArkWeb::ArkWebPreferenceImpl
457 return nweb_preference_->GetScrollable(); in GetScrollable()
H A Dark_web_preference_impl.h619 bool GetScrollable() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h616 virtual bool GetScrollable() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_preference_wrapper.h620 bool GetScrollable() override;
H A Dark_web_preference_wrapper.cpp519 bool ArkWebPreferenceWrapper::GetScrollable() in GetScrollable() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
521 return ark_web_preference_->GetScrollable(); in GetScrollable()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_preference.h700 virtual bool GetScrollable() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h273 bool GetScrollable() const;
H A Dnapi_webview_controller.h234 static napi_value GetScrollable(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1304 bool WebviewController::GetScrollable() const in GetScrollable() function in OHOS::NWeb::WebviewController
1314 return setting->GetScrollable(); in GetScrollable()
H A Dnapi_webview_controller.cpp573 DECLARE_NAPI_FUNCTION("getScrollable", NapiWebviewController::GetScrollable), in Init()
4449 napi_value NapiWebviewController::GetScrollable(napi_env env, napi_callback_info info) in GetScrollable() function in OHOS::NWeb::NapiWebviewController
4457 bool isScrollable = webviewController->GetScrollable(); in GetScrollable()

Completed in 28 milliseconds