Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp59 if (nweb_ptr) { in SetWebId()
74 if (nweb_ptr) { in GetWebId()
83 if (!nweb_ptr) { in LoadUrl()
92 if (!nweb_ptr) { in LoadUrl()
102 if (!nweb_ptr) { in LoadData()
114 if (nweb_ptr) { in Refresh()
136 if (nweb_ptr) { in AccessForward()
146 if (nweb_ptr) { in AccessBackward()
196 if (nweb_ptr) { in GetUrl()
206 if (nweb_ptr) { in GetOriginalUrl()
[all …]
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp129 if (nweb_ptr) { in SetWebId()
211 if (nweb_ptr) { in AccessForward()
223 if (nweb_ptr) { in AccessBackward()
233 if (nweb_ptr) { in AccessStep()
242 if (nweb_ptr) { in ClearHistory()
250 if (nweb_ptr) { in Forward()
258 if (nweb_ptr) { in Backward()
266 if (nweb_ptr) { in OnActive()
274 if (nweb_ptr) { in OnInactive()
282 if (nweb_ptr) { in Refresh()
[all …]
H A Dwebview_javascript_result_callback.cpp1799 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in CallH5FunctionInternal() local
1800 if (!nweb_ptr) { in CallH5FunctionInternal()
1805 nweb_ptr->CallH5Function(bundle.frameRoutingId, bundle.h5Id, bundle.funcName, nwebArgs); in CallH5FunctionInternal()