Searched refs:IsPasswordInput (Results 1 – 7 of 7) sorted by relevance
131 EXPECT_FALSE(textfield->IsPasswordInput()); in RunTextfieldStyle()136 EXPECT_TRUE(textfield->IsPasswordInput()); in RunTextfieldStyle()138 EXPECT_FALSE(textfield->IsPasswordInput()); in RunTextfieldStyle()
69 virtual bool IsPasswordInput() = 0;
30 bool IsPasswordInput() override;
49 bool CefTextfieldImpl::IsPasswordInput() { in IsPasswordInput() function in CefTextfieldImpl
38 bool IsPasswordInput() override;
61 NO_SANITIZE("cfi-icall") bool CefTextfieldCToCpp::IsPasswordInput() { in IsPasswordInput() function in CefTextfieldCToCpp
73 bool _retval = CefTextfieldCppToC::Get(self)->IsPasswordInput(); in textfield_is_password_input()