Searched refs:FilterWithEvent (Results 1 – 2 of 2) sorted by relevance
129 textChanged |= FilterWithEvent(DIGIT_WHITE_LIST, result); in FilterTextInputStyle()133 textChanged |= FilterWithEvent(PHONE_WHITE_LIST, result); in FilterTextInputStyle()137 textChanged |= FilterWithEvent(EMAIL_WHITE_LIST, result); in FilterTextInputStyle()146 textChanged |= FilterWithEvent(DIGIT_WHITE_LIST, result); in FilterTextInputStyle()154 textChanged |= FilterWithEvent(DIGIT_DECIMAL_WHITE_LIST, result); in FilterTextInputStyle()184 textChanged |= FilterWithEvent(property->GetInputFilter().value(), result); in FilterValue()216 textChanged = FilterWithEvent(property->GetInputFilter().value(), result) || textChanged; in FilterValueType()328 bool ContentController::FilterWithEvent(const std::string& filter, std::string& result) in FilterWithEvent() function in OHOS::Ace::NG::ContentController
93 bool FilterWithEvent(const std::string& filter, std::string& result);