Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp146 auto jsWebDialog = Referenced::MakeRefPtr<JSWebDialog>(); in Constructor() local
147 jsWebDialog->IncRefCount(); in Constructor()
148 args.SetReturnValue(Referenced::RawPtr(jsWebDialog)); in Constructor()
151 static void Destructor(JSWebDialog* jsWebDialog) in Destructor() argument
153 if (jsWebDialog != nullptr) { in Destructor()
154 jsWebDialog->DecRefCount(); in Destructor()
2053 auto jsWebDialog = Referenced::Claim(resultObj->Unwrap<JSWebDialog>()); in WebDialogEventToJSValue() local
2054 jsWebDialog->SetResult(eventInfo.GetResult()); in WebDialogEventToJSValue()