/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_delegate.cpp | 59 CreatePluginResource(size, position, context); in CreatePlatformResource() 62 void XComponentDelegate::CreatePluginResource( in CreatePluginResource() function in OHOS::Ace::XComponentDelegate
|
H A D | xcomponent_delegate.h | 52 void CreatePluginResource(const Size& size, const Offset& position,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_resources.cpp | 93 CreatePluginResource(context); in CreatePlatformResource() 96 void HyperlinkResources::CreatePluginResource(const WeakPtr<PipelineContext>& context) in CreatePluginResource() function in OHOS::Ace::HyperlinkResources
|
H A D | hyperlink_resources.h | 44 void CreatePluginResource(const WeakPtr<PipelineContext>& context);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_delegate.h | 47 void CreatePluginResource(const WeakPtr<PipelineContext>& context, const Rect& rect);
|
H A D | ability_component_delegate.cpp | 201 CreatePluginResource(context, rect); in CreatePlatformResource() 204 void AbilityComponentDelegate::CreatePluginResource(const WeakPtr<PipelineContext>& context, const … in CreatePluginResource() function in OHOS::Ace::AbilityComponentDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_delegate.h | 68 void CreatePluginResource(const WeakPtr<PipelineContext>& context,
|
H A D | rich_text_delegate.cpp | 118 CreatePluginResource(context, top, left, visible); in CreatePlatformResource() 122 void RichTextDelegate::CreatePluginResource( in CreatePluginResource() function in OHOS::Ace::RichTextDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 411 …void CreatePluginResource(const Size& size, const Offset& position, const WeakPtr<NG::PipelineCont…
|
H A D | web_delegate_cross.cpp | 638 CreatePluginResource(size, position, context); in CreatePlatformResource() 646 void WebDelegateCross::CreatePluginResource( in CreatePluginResource() function in OHOS::Ace::WebDelegateCross
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 662 …void CreatePluginResource(const Size& size, const Offset& position, const WeakPtr<PipelineContext>…
|
H A D | web_delegate.cpp | 852 CreatePluginResource(size, position, context); in CreatePlatformResource() 1590 void WebDelegate::CreatePluginResource( in CreatePluginResource() function in OHOS::Ace::WebDelegate
|