Searched defs:srcValid (Results 1 – 7 of 7) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_image_animator.cpp | 272 bool srcValid = ParseJsMedia(jsObjImage->GetProperty("src"), imageProperties.src, resObj); in ParseImages() local
|
| D | js_save_button.cpp | 185 bool srcValid = ParseJsMediaWithBundleName(imageInfo, src, bundleName, moduleName, resId); in SetIcon() local
|
| D | js_image.cpp | 152 bool srcValid = false; in SetAlt() local 352 bool JSImage::CheckResetImage(const bool& srcValid, const JSCallbackInfo& info) in CheckResetImage() 401 … bool srcValid = ParseJsMediaWithBundleName(imageInfo, src, bundleName, moduleName, resId, resObj); in CreateImage() local
|
| D | js_richeditor.cpp | 1818 bool srcValid = JSContainerBase::ParseJsMedia(args[0], image); in CreateJsImageOptions() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_image_span_bridge.cpp | 458 bool srcValid = ArkTSUtils::ParseJsMedia(vm, secondArg, src); in SetImageSpanSrc() local
|
| D | arkts_native_image_bridge.cpp | 169 bool srcValid = ArkTSUtils::ParseJsMedia(vm, secondArg, src, srcResObj); in SetImageShowSrc() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
| D | js_span_object.cpp | 902 auto srcValid = obj->HasProperty("resourceValue"); in CreateImageOptions() local
|