Home
last modified time | relevance | path

Searched defs:ark_web_scoped_refptr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/include/
H A Dark_web_scoped_refptr.h24 ark_web_scoped_refptr(T* p) : ptr_(p) in ark_web_scoped_refptr() function
31 ark_web_scoped_refptr(const ark_web_scoped_refptr& r) : ark_web_scoped_refptr(r.ptr_) {} in ark_web_scoped_refptr() function