Home
last modified time | relevance | path

Searched defs:customMenus (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.h59 RefPtr<Component> customMenus; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dnavigation_model_impl.cpp186 auto customMenus = AceType::DynamicCast<Component>(customMenu); in SetCustomMenu() local