Searched refs:jsWindowObj (Results 1 – 2 of 2) sorted by relevance
644 std::shared_ptr<NativeReference> jsWindowObj = FindJsWindowObject(windowName); in OnFindWindow() local645 if (jsWindowObj != nullptr && jsWindowObj->GetNapiValue() != nullptr) { in OnFindWindow()647 task.Resolve(env, jsWindowObj->GetNapiValue()); in OnFindWindow()694 std::shared_ptr<NativeReference> jsWindowObj = FindJsWindowObject(windowName); in OnFindWindowSync() local695 if (jsWindowObj != nullptr && jsWindowObj->GetNapiValue() != nullptr) { in OnFindWindowSync()697 return jsWindowObj->GetNapiValue(); in OnFindWindowSync()
5290 std::shared_ptr<NativeReference> jsWindowObj = FindJsWindowObject(name); in CreateTransitionController() local5291 if (jsWindowObj == nullptr || jsWindowObj->GetNapiValue() == nullptr) { in CreateTransitionController()5295 env, jsWindowObj, windowToken_); in CreateTransitionController()5907 std::shared_ptr<NativeReference> jsWindowObj = FindJsWindowObject(windowName); in CreateJsWindowObject() local5908 if (jsWindowObj != nullptr && jsWindowObj->GetNapiValue() != nullptr) { in CreateJsWindowObject()5910 return jsWindowObj->GetNapiValue(); in CreateJsWindowObject()