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.cpp149 has_character_limit_(false), in CFDE_TextEditEngine()
277 if (has_character_limit_ && text_length_ + length > character_limit_) { in Insert()
604 if (has_character_limit_ == limit) in SetHasCharacterLimit()
607 has_character_limit_ = limit; in SetHasCharacterLimit()
723 if (has_character_limit_) in SetCombTextWidth()
Dcfde_texteditengine.h225 bool has_character_limit_; variable