Searched refs:extWindow (Results 1 – 2 of 2) sorted by relevance
487 auto asyncTask = [extWindow = extensionWindow_, env, task = napiAsyncTask]() { in OnDestroyWindow()488 if (extWindow == nullptr) { in OnDestroyWindow()494 sptr<Window> windowImpl = extWindow->GetWindow(); in OnDestroyWindow()541 auto asyncTask = [extWindow = extensionWindow_, env, task = napiAsyncTask]() { in OnShowWindow()542 if (extWindow == nullptr) { in OnShowWindow()548 sptr<Window> windowImpl = extWindow->GetWindow(); in OnShowWindow()601 if (extWindow == nullptr) { in OnSetUIContent()658 if (extWindow == nullptr) { in OnLoadContent()1009 auto extWindow = extensionWindow->GetWindow(); in OnCreateSubWindowWithOptions() local1010 if (extWindow == nullptr) { in OnCreateSubWindowWithOptions()[all …]
4270 auto extWindow = FindExtensionWindowWithContext(); in NotifySetUIContentComplete() local4271 if (extWindow != nullptr) { in NotifySetUIContentComplete()4272 extWindow->SetUIContentComplete(); in NotifySetUIContentComplete()