Searched refs:ShowCursor (Results 1 – 5 of 5) sorted by relevance
54 bool ShowCursor() const in ShowCursor() function in OHOS::Ace::MockRenderTextField183 EXPECT_EQ(renderTextField->ShowCursor(), true);
186 bool TextFieldComponent::ShowCursor() const in ShowCursor() function in OHOS::Ace::TextFieldComponent188 return declaration_->ShowCursor(); in ShowCursor()
94 bool ShowCursor() const;
257 showCursor_ = textField->ShowCursor(); in Update()
428 bool ShowCursor() const in ShowCursor() function