Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp138 has_character_limit_(false), in CFDE_TextEditEngine()
297 if (has_character_limit_ && text_length_ + length > character_limit_) { in Insert()
629 if (has_character_limit_ == limit) in SetHasCharacterLimit()
632 has_character_limit_ = limit; in SetHasCharacterLimit()
745 if (has_character_limit_) in SetCombTextWidth()
Dcfde_texteditengine.h232 bool has_character_limit_; variable