Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.h210 void initWithOptionalLengthProtection(bool lengthProtection);
DUniscribeHelper.cpp128 void UniscribeHelper::initWithOptionalLengthProtection(bool lengthProtection) in initWithOptionalLengthProtection() argument
140 if (m_inputLength == 0 || (lengthProtection && m_inputLength > kMaxInputLength)) in initWithOptionalLengthProtection()