/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 49 nwebId_ = nwebId; in SetWebId() 73 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetWebId() 82 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl() 91 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl() 101 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadData() 113 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in Refresh() 121 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetUserAgent() 135 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in AccessForward() 145 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in AccessBackward() 154 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in SetCustomUserAgent() [all …]
|
H A D | webview_javascript_result_callback.cpp | 49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(… in WebviewJavaScriptResultCallBackImpl() 58 g_webviewJsResultCallbackMap.erase(nwebId_); in ~WebviewJavaScriptResultCallBackImpl()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.cpp | 114 g_webview_controller_map.erase(nwebId_); in ~WebviewController() 119 nwebId_ = nwebId; in SetWebId() 128 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in SetWebId() 173 auto currentControl = FromID(nwebId_); in InnerCompleteWindowNew() 210 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessForward() 222 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessBackward() 232 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessStep() 241 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in ClearHistory() 249 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Forward() 257 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Backward() [all …]
|
H A D | native_media_player_impl.cpp | 26 : nwebId_(nwebId), env_(env), value_(value) in NWebNativeMediaPlayerBridgeImpl() 31 WVLOG_D("begin to update rect,nweb id is %{public}d", nwebId_); in UpdateRect() 47 WVLOG_D("begin to play,nweb id is %{public}d", nwebId_); in Play() 57 WVLOG_D("begin to pause,nweb id is %{public}d", nwebId_); in Pause() 119 WVLOG_D("begin to release,nweb id is %{public}d", nwebId_); in Release() 172 : nwebId_(nwebId), handler_(handler) in NapiNativeMediaPlayerHandlerImpl() 238 WVLOG_D("begin to handle end,nweb id is %{public}d", nwebId_); in HandleEnded() 292 WVLOG_D("begin to handle error,nweb id is %{public}d", nwebId_); in HandleError() 310 : nwebId_(nwebId), env_(env), callback_(callback) in NWebCreateNativeMediaPlayerCallbackImpl() 324 WVLOG_E("callback is null,nweb id is %{public}d", nwebId_); in OnCreate() [all …]
|
H A D | native_media_player_impl.h | 54 int32_t nwebId_ = -1; 95 int32_t nwebId_ = -1; 125 int32_t nwebId_ = -1;
|
H A D | web_download_delegate.h | 56 int32_t nwebId_ = -1;
|
H A D | web_download_delegate.cpp | 285 return nwebId_; in GetNWebId() 290 nwebId_ = nwebId; in SetNWebId()
|
H A D | webview_javascript_result_callback.h | 492 return nwebId_; in GetNWebId() 523 int32_t nwebId_ = -1; variable
|
H A D | webview_controller.h | 423 int32_t nwebId_ = -1; variable 450 int32_t nwebId_ = -1;
|
H A D | webview_javascript_result_callback.cpp | 839 : nwebId_(nwebId) in WebviewJavaScriptResultCallBack() 848 g_webviewJsResultCallbackMap.erase(nwebId_); in ~WebviewJavaScriptResultCallBack() 1799 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in CallH5FunctionInternal()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
H A D | napi_web_async_controller.cpp | 192 …ller::NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId) : nwebId_(nwebId) {} in NapiWebAsyncController() 197 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchiveCallback() 249 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchivePromise()
|
H A D | napi_web_async_controller.h | 46 int32_t nwebId_ { -1 };
|
/ohos5.0/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_javascript_result_callback.h | 158 return nwebId_; in GetNWebId() 181 int32_t nwebId_ = -1; variable
|
H A D | webview_controller_impl.h | 168 int32_t nwebId_ = -1; variable
|