Searched refs:secondPerCharacter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.cpp91 const double secondPerCharacter = 0.05; local
93 m_finishTime = monotonicallyIncreasingTime() + std::max(minimumSecondToShowValidationMessage, (message.length() + title.length()) * secondPerCharacter);

Completed in 1211 milliseconds