/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | textinput_composed_element.cpp | 25 { "placeholder", [](const TextInputComposedElement& inspector) { return inspector.GetPlaceholder(); } }, 46 DumpLog::GetInstance().AddDesc(std::string("placeholder: ").append(GetPlaceholder())); in Dump() 71 std::string TextInputComposedElement::GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::V2::TextInputComposedElement 75 return render->GetPlaceholder(); in GetPlaceholder()
|
H A D | textarea_composed_element.cpp | 25 { "placeholder", [](const TextareaComposedElement& inspector) { return inspector.GetPlaceholder(); } }, 44 DumpLog::GetInstance().AddDesc(std::string("placeholder: ").append(GetPlaceholder())); in Dump() 67 std::string TextareaComposedElement::GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::V2::TextareaComposedElement 71 return render->GetPlaceholder(); in GetPlaceholder()
|
H A D | textinput_composed_element.h | 40 std::string GetPlaceholder() const;
|
H A D | textarea_composed_element.h | 40 std::string GetPlaceholder() const;
|
/foundation/arkui/ace_engine/frameworks/base/view_data/ |
H A D | page_node_info_wrap.h | 60 virtual const std::string& GetPlaceholder() const = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_nbranch_test.cpp | 77 MOCK_METHOD(const std::string&, GetPlaceholder, (), (const, override));
564 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F() 595 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F() 626 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F() 656 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F() 687 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F() 719 EXPECT_CALL(*nodeWrap, GetPlaceholder()).WillOnce(ReturnRef(value));
in HWTEST_F()
|
H A D | web_pattern_test_ng.cpp | 2926 MOCK_METHOD(const std::string&, GetPlaceholder, (), (const, override));
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_edit_text.h | 167 const char* GetPlaceholder();
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 55 const std::string& TextFieldComponent::GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::TextFieldComponent 57 return declaration_->GetPlaceholder(); in GetPlaceholder()
|
H A D | text_field_component.h | 55 const std::string& GetPlaceholder() const;
|
H A D | render_text_field.h | 281 const std::string GetPlaceholder() const in GetPlaceholder() function in OHOS::OHOS::Ace::RenderTextField
|
H A D | render_text_field.cpp | 180 placeholder_ = textField->GetPlaceholder(); in Update()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | view_data_wrap_ohos.h | 92 const std::string& GetPlaceholder() const override
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 133 const char* placeholderTmp = editText->GetPlaceholder(); in HWTEST_F()
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 125 editView_->SetPlaceholder(paramView->GetPlaceholder()); in OnShow()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_edit_text.cpp | 271 const char* UIEditText::GetPlaceholder() in GetPlaceholder() function in OHOS::UIEditText
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 239 const std::string& GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::TextFieldDeclaration
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 1221 EXPECT_EQ(strcmp(edittext->GetPlaceholder(), "input here"), 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testtwo.cpp | 94 const std::string& GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::NG::TextFieldPatternTestTwoPageNodeInfoWrap
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 9011 && !layoutProperty->GetPlaceholder().value().empty(); in GetPlaceHolderInJson() 9133 if (!layoutProperty->HasPlaceholder() || layoutProperty->GetPlaceholder().value().empty()) { in SetPlaceholder() 9137 auto placeholderValue = layoutProperty->GetPlaceholder().value(); in SetPlaceholder()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 1541 node.placeholder = info->GetPlaceholder(); in OverwritePageNodeInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 4388 auto placeholder = node->GetPlaceholder(); in GetHintTypeAndMetadata()
|