Searched refs:layoutInspectorCallback (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_delegate_declarative.h | 43 const MediaQueryCallback& mediaQueryCallback, const LayoutInspectorCallback& layoutInspectorCallback, in FormFrontendDelegateDeclarative() 60 mediaQueryCallback, layoutInspectorCallback, in FormFrontendDelegateDeclarative() 37 FormFrontendDelegateDeclarative(const RefPtr<TaskExecutor>& taskExecutor, const LoadJsCallback& loadCallback, const JsMessageDispatcherSetterCallback& transferCallback, const EventCallback& asyncEventCallback, const EventCallback& syncEventCallback, const UpdatePageCallback& updatePageCallback, const ResetStagingPageCallback& resetLoadingPageCallback, const DestroyPageCallback& destroyPageCallback, const DestroyApplicationCallback& destroyApplicationCallback, const UpdateApplicationStateCallback& updateApplicationStateCallback, const TimerCallback& timerCallback, const MediaQueryCallback& mediaQueryCallback, const LayoutInspectorCallback& layoutInspectorCallback, const DrawInspectorCallback& drawInspectorCallback, const RequestAnimationCallback& requestAnimationCallback, const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, const OnConfigurationUpdatedCallBack& onConfigurationUpdatedCallBack, const OnSaveAbilityStateCallBack& onSaveAbilityStateCallBack, const OnRestoreAbilityStateCallBack& onRestoreAbilityStateCallBack, const OnNewWantCallBack& onNewWantCallBack, const OnMemoryLevelCallBack& onMemoryLevelCallBack, const OnStartContinuationCallBack& onStartContinuationCallBack, const OnCompleteContinuationCallBack& onCompleteContinuationCallBack, const OnRemoteTerminatedCallBack& onRemoteTerminatedCallBack, const OnSaveDataCallBack& onSaveDataCallBack, const OnRestoreDataCallBack& onRestoreDataCallBack, const ExternalEventCallback& externalEventCallback) FormFrontendDelegateDeclarative() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 120 auto layoutInspectorCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in InitializeDelegate() local 249 delegate_->SetLayoutInspectorCallback(std::move(layoutInspectorCallback)); in InitializeDelegate()
|
H A D | frontend_delegate_declarative_ng.h | 72 void SetLayoutInspectorCallback(const LayoutInspectorCallback& layoutInspectorCallback);
|
H A D | frontend_delegate_declarative_ng.cpp | 64 void FrontendDelegateDeclarativeNG::SetLayoutInspectorCallback(const LayoutInspectorCallback& layoutInspectorCallback) in SetLayoutInspectorCallback() argument 66 layoutInspectorCallback_ = layoutInspectorCallback; in SetLayoutInspectorCallback()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 401 const auto& layoutInspectorCallback = [weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)]( in Initialize() local 496 timerCallback, mediaQueryCallback, layoutInspectorCallback, drawInspectorCallback, requestAnimationCallback, in Initialize() 505 timerCallback, mediaQueryCallback, layoutInspectorCallback, drawInspectorCallback, requestAnimationCallback, in Initialize()
|
Completed in 9 milliseconds