Searched refs:onlyIfEmpty (Results 1 – 2 of 2) sorted by relevance
182 bool onlyIfEmpty = false);397 void appendComment(const String16& comment, bool onlyIfEmpty = false);
2029 bool onlyIfEmpty) in appendComment() argument2041 c->appendComment(comment, onlyIfEmpty); in appendComment()3701 bool onlyIfEmpty) in appendComment() argument3706 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()