Home
last modified time | relevance | path

Searched refs:IsPasswordInput (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/ceftests/views/
Dtextfield_unittest.cc131 EXPECT_FALSE(textfield->IsPasswordInput()); in RunTextfieldStyle()
136 EXPECT_TRUE(textfield->IsPasswordInput()); in RunTextfieldStyle()
138 EXPECT_FALSE(textfield->IsPasswordInput()); in RunTextfieldStyle()
/third_party/cef/include/views/
Dcef_textfield.h69 virtual bool IsPasswordInput() = 0;
/third_party/cef/libcef/browser/views/
Dtextfield_impl.h30 bool IsPasswordInput() override;
Dtextfield_impl.cc49 bool CefTextfieldImpl::IsPasswordInput() { in IsPasswordInput() function in CefTextfieldImpl
/third_party/cef/libcef_dll/ctocpp/views/
Dtextfield_ctocpp.h38 bool IsPasswordInput() override;
Dtextfield_ctocpp.cc61 NO_SANITIZE("cfi-icall") bool CefTextfieldCToCpp::IsPasswordInput() { in IsPasswordInput() function in CefTextfieldCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Dtextfield_cpptoc.cc73 bool _retval = CefTextfieldCppToC::Get(self)->IsPasswordInput(); in textfield_is_password_input()