Home
last modified time | relevance | path

Searched refs:GetPlaceholder (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp25 { "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 Dtextarea_composed_element.cpp25 { "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 Dtextinput_composed_element.h40 std::string GetPlaceholder() const;
H A Dtextarea_composed_element.h40 std::string GetPlaceholder() const;
/foundation/arkui/ace_engine/frameworks/base/view_data/
H A Dpage_node_info_wrap.h60 virtual const std::string& GetPlaceholder() const = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_nbranch_test.cpp77 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 Dweb_pattern_test_ng.cpp2926 MOCK_METHOD(const std::string&, GetPlaceholder, (), (const, override));
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h167 const char* GetPlaceholder();
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp55 const std::string& TextFieldComponent::GetPlaceholder() const in GetPlaceholder() function in OHOS::Ace::TextFieldComponent
57 return declaration_->GetPlaceholder(); in GetPlaceholder()
H A Dtext_field_component.h55 const std::string& GetPlaceholder() const;
H A Drender_text_field.h281 const std::string GetPlaceholder() const in GetPlaceholder() function in OHOS::OHOS::Ace::RenderTextField
H A Drender_text_field.cpp180 placeholder_ = textField->GetPlaceholder(); in Update()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.h92 const std::string& GetPlaceholder() const override
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_edit_text_unit_test.cpp133 const char* placeholderTmp = editText->GetPlaceholder(); in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dcustom_input_method.cpp125 editView_->SetPlaceholder(paramView->GetPlaceholder()); in OnShow()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp271 const char* UIEditText::GetPlaceholder() in GetPlaceholder() function in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h239 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 Dinput_tdd_test.cpp1221 EXPECT_EQ(strcmp(edittext->GetPlaceholder(), "input here"), 0); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testtwo.cpp94 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 Drich_editor_pattern.cpp9011 && !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 Dace_container.cpp1541 node.placeholder = info->GetPlaceholder(); in OverwritePageNodeInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4388 auto placeholder = node->GetPlaceholder(); in GetHintTypeAndMetadata()

Completed in 103 milliseconds