Searched refs:NWebOutputFrameCallbackImpl (Results 1 – 1 of 1) sorted by relevance
32 class NWebOutputFrameCallbackImpl : public NWebOutputFrameCallback { class34 …NWebOutputFrameCallbackImpl(wptr<Surface> surface, NWebSurfaceAdapter *adapter) : surface_(surface… in NWebOutputFrameCallbackImpl() function in OHOS::NWeb::NWebOutputFrameCallbackImpl36 ~NWebOutputFrameCallbackImpl() = default;70 …createInfo->SetOutputFrameCallback(std::make_shared<NWebOutputFrameCallbackImpl>(surfaceWeak, this… in GetCreateInfo()