Home
last modified time | relevance | path

Searched defs:builderObject (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp79 auto builderObject = paramObject->GetProperty("indicatorBuilder"); in Create() local
H A Djs_radio.cpp80 auto builderObject = paramObject->GetProperty("indicatorBuilder"); in Create() local
101 ParseIndicator(const JSCallbackInfo& info, std::optional<int32_t>& indicator, std::function<void()>& customBuilderFunc, JSRef<JSVal>& builderObject) ParseIndicator() argument
H A Djs_gauge.cpp360 auto builderObject = JSRef<JSObject>::Cast(info[0])->GetProperty("builder"); in SetDescription() local
H A Djs_list_item.cpp200 auto builderObject = deleteAreaObj->GetProperty("builder"); in JsParseDeleteArea() local
H A Djs_navdestination.cpp206 JSRef<JSVal> builderObject = jsObj->GetProperty("builder"); in SetTitle() local
363 auto builderObject = JSRef<JSObject>::Cast(info[0])->GetProperty("builder"); in SetMenus() local
H A Djs_navigation.cpp324 JSRef<JSVal> builderObject = jsObj->GetProperty("builder"); in SetTitle() local
518 auto builderObject = JSRef<JSObject>::Cast(info[0])->GetProperty("builder"); in SetMenus() local

Completed in 6 milliseconds