Searched defs:checkbox (Results 1 – 11 of 11) sorted by relevance
56 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable274 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable522 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable569 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable633 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable730 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable776 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(component->GetComponentRootView()); variable
1012 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable1055 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable1106 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable1244 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(GetComponent(page, "checkbox")); variable
95 void CheckCheckboxDefaultValue(const RefPtr<CheckboxComponent>& checkbox) in CheckCheckboxDefaultValue()167 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable190 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable213 RefPtr<CheckboxComponent> checkbox = CreateCheckboxComponent(dslJson); variable
345 CreateCheckboxAndRender([this, initValue](const RefPtr<CheckboxComponent>& checkbox) { in TestCheckboxChangedEvent()
85 …auto checkbox = AceType::DynamicCast<CheckboxComponent>(ViewStackProcessor::GetInstance()->GetMain… in SetOnChange() local
39 const auto& checkbox = AceType::DynamicCast<CheckboxComponent>(component); in Update() local
499 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in OnReset() local526 auto checkbox = DynamicCast<CheckboxComponent>(inputChild_); in SetFormValueListener() local
520 UICheckBox* checkbox = new UICheckBox(); in UIKitUITestBorderMarginPaddingTest008() local
121 UICheckBox *checkbox = reinterpret_cast<UICheckBox *>(&view); in OnClick() local
233 auto checkbox = weak.Upgrade(); in UpdateState() local
298 UICheckBox* checkbox = new UICheckBox(); in UIKitCheckBoxTest002() local