Home
last modified time | relevance | path

Searched refs:setPasswordEchoEnabled (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.h466 void setPasswordEchoEnabled(bool flag) { m_passwordEchoEnabled = flag; } in setPasswordEchoEnabled() function
/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp621 s->setPasswordEchoEnabled(echoPassword); in Sync()