/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_delegate.cpp | 75 void PluginManagerDelegate::CreatePlatformResource(const WeakPtr<PipelineBase>& context, const Requ… in CreatePlatformResource() function in OHOS::Ace::PluginManagerDelegate 129 CreatePlatformResource(context, info); in AddPlugin()
|
H A D | plugin_manager_delegate.h | 68 … void CreatePlatformResource(const WeakPtr<PipelineBase>& context, const RequestPluginInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | render_rich_text.cpp | 158 delegate_->CreatePlatformResource(context_, top, left, visible); in CreateRealWeb() 163 delegate_->CreatePlatformResource(context_, top, left, visible); in CreateRealWeb()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_resources.h | 36 void CreatePlatformResource(const WeakPtr<PipelineContext>& context);
|
H A D | render_hyperlink.cpp | 59 hyperlinkResources_->CreatePlatformResource(context_); in Update()
|
H A D | hyperlink_resources.cpp | 90 void HyperlinkResources::CreatePlatformResource(const WeakPtr<PipelineContext>& context) in CreatePlatformResource() function in OHOS::Ace::HyperlinkResources
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/ |
H A D | render_ability_component.cpp | 74 delegate_->CreatePlatformResource(context_, renderRect); in UpdateRenderRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_delegate.h | 42 void CreatePlatformResource(const WeakPtr<PipelineContext>& context, const Rect& rect);
|
H A D | ability_component_delegate.cpp | 198 void AbilityComponentDelegate::CreatePlatformResource(const WeakPtr<PipelineContext>& context, cons… in CreatePlatformResource() function in OHOS::Ace::AbilityComponentDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 143 CreatePlatformResource(); in Prepare() 189 CreatePlatformResource(); in HiddenChange() 256 CreatePlatformResource(); in SetNewComponent() 544 void CameraElement::CreatePlatformResource() in CreatePlatformResource() function in OHOS::Ace::CameraElement
|
H A D | camera_element.h | 68 void CreatePlatformResource();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_delegate.h | 50 void CreatePlatformResource(const Size& size, const Offset& position,
|
H A D | xcomponent_delegate.cpp | 55 void XComponentDelegate::CreatePlatformResource( in CreatePlatformResource() function in OHOS::Ace::XComponentDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_delegate.h | 53 void CreatePlatformResource(const WeakPtr<PipelineContext>& context,
|
H A D | rich_text_delegate.cpp | 114 void RichTextDelegate::CreatePlatformResource( in CreatePlatformResource() function in OHOS::Ace::RichTextDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.h | 79 void CreatePlatformResource();
|
H A D | xcomponent_element.cpp | 84 CreatePlatformResource(); in Prepare() 191 void XComponentElement::CreatePlatformResource() in CreatePlatformResource() function in OHOS::Ace::XComponentElement
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_form_manager_delegate.cpp | 41 void FormManagerDelegate::CreatePlatformResource(const WeakPtr<PipelineBase>& context, const Reques… in CreatePlatformResource() function in OHOS::Ace::FormManagerDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_delegate_interface.h | 47 virtual void CreatePlatformResource(const Size& size,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.h | 108 void CreatePlatformResource();
|
H A D | video_element.cpp | 583 CreatePlatformResource(); in Prepare() 811 CreatePlatformResource(); in SetNewComponent() 976 void VideoElement::CreatePlatformResource() in CreatePlatformResource() function in OHOS::Ace::VideoElement 1759 CreatePlatformResource(); in OnStartBtnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_delegate.h | 153 void CreatePlatformResource(const WeakPtr<PipelineBase>& context, const RequestFormInfo& info);
|
H A D | form_manager_delegate.cpp | 192 CreatePlatformResource(context, info); in AddForm() 295 void FormManagerDelegate::CreatePlatformResource(const WeakPtr<PipelineBase>& context, const Reques… in CreatePlatformResource() function in OHOS::Ace::FormManagerDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 334 void CreatePlatformResource(const Size& size, const Offset& position,
|
H A D | web_pattern.cpp | 785 delegate_->CreatePlatformResource(Size(0, 0), Offset(0, 0), context); in OnModifyDone()
|