Searched refs:ExtensionWindowImpl (Results 1 – 4 of 4) sorted by relevance
26 Rosen::ExtensionWindowImpl::ExtensionWindowImpl(sptr<Window> sessionImpl) in ExtensionWindowImpl() function in OHOS::Rosen::Rosen::ExtensionWindowImpl30 ExtensionWindowImpl::~ExtensionWindowImpl() {} in ~ExtensionWindowImpl()32 WMError ExtensionWindowImpl::GetAvoidAreaByType(AvoidAreaType type, AvoidArea& avoidArea) in GetAvoidAreaByType()38 sptr<Window> ExtensionWindowImpl::GetWindow() in GetWindow()43 WMError ExtensionWindowImpl::HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()49 WMError ExtensionWindowImpl::SetWaterMarkFlag(bool isEnable) in SetWaterMarkFlag()55 WMError ExtensionWindowImpl::HidePrivacyContentForHost(bool needHide) in HidePrivacyContentForHost()61 bool ExtensionWindowImpl::IsPcWindow() const in IsPcWindow()67 bool ExtensionWindowImpl::IsPcOrPadFreeMultiWindowMode() const in IsPcOrPadFreeMultiWindowMode()
27 class ExtensionWindowImpl : public ExtensionWindow {29 ExtensionWindowImpl(sptr<Window> sessionImpl);30 ~ExtensionWindowImpl();
58 ExtensionWindowImpl extensionWindowImpl(window);
68 … std::shared_ptr<ExtensionWindow> extensionWindow = std::make_shared<ExtensionWindowImpl>(window); in CreateJsExtensionWindow()104 … std::shared_ptr<ExtensionWindow> extensionWindow = std::make_shared<ExtensionWindowImpl>(window); in CreateJsExtensionWindowObject()