Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DSettings.h470 double passwordEchoDurationInSeconds() const { return m_passwordEchoDurationInSeconds; } in passwordEchoDurationInSeconds() function
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp72 startOneShot(m_renderText->document()->settings()->passwordEchoDurationInSeconds()); in restartWithNewText()