/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 56 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 274 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 522 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 569 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 633 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 730 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable 776 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
|
H A D | input_event_tdd_test.cpp | 1012 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable 1055 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable 1106 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable 1244 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkboxgroup_model_impl.cpp | 84 …auto checkbox = AceType::DynamicCast<CheckboxComponent>(ViewStackProcessor::GetInstance()->GetMain… in SetOnChange() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkbox.cpp | 39 const auto& checkbox = AceType::DynamicCast<CheckboxComponent>(component); in Update() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_input.cpp | 498 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in OnReset() local 525 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in SetFormValueListener() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
H A D | ui_test_border_margin_padding.cpp | 532 UICheckBox* checkbox = new UICheckBox(); in UIKitUITestBorderMarginPaddingTest008() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | event_listener.h | 121 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(&view); in OnClick() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_checkbox_bridge.cpp | 350 auto checkbox = panda::ObjectRef::NewWithNamedProperties(vm, in SetContentModifierBuilder() local
|
H A D | arkts_native_api_impl_bridge.cpp | 2716 auto checkbox = panda::ObjectRef::New(vm); in RegisterCheckboxAttributes() local
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/ |
H A D | ui_test_button.cpp | 311 UICheckBox* checkbox = new UICheckBox(); in UIKitCheckBoxTest002() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_pattern.cpp | 400 auto checkbox = weak.Upgrade(); in UpdateState() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_dialog_view.cpp | 1221 auto checkbox = FrameNode::CreateFrameNode( in CreateLunarswitchNode() local
|