Searched refs:SetTabContentSize (Results 1 – 5 of 5) sorted by relevance
28 static ArkUINativeModuleValue SetTabContentSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
49 ArkUINativeModuleValue TabContentBridge::SetTabContentSize(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetTabContentSize() function in OHOS::Ace::NG::TabContentBridge
4095 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TabContentBridge::SetTabContentSize)); in RegisterTabContentAttributes()
52 static void SetTabContentSize(const JSCallbackInfo& info) in SetTabContentSize() function
716 JSClass<JSTabContent>::StaticMethod("size", &JSTabContent::SetTabContentSize); in JSBind()