Home
last modified time | relevance | path

Searched refs:JsOutlineColor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h223 static void JsOutlineColor(const JSCallbackInfo& info);
H A Djs_view_abstract.cpp3955 void JSViewAbstract::JsOutlineColor(const JSCallbackInfo& info) in JsOutlineColor() function in OHOS::Ace::Framework::JSViewAbstract
8704 JSClass<JSViewAbstract>::StaticMethod("outlineColor", &JSViewAbstract::JsOutlineColor); in JSBind()