Searched refs:onlyIfEmpty (Results 1 – 2 of 2) sorted by relevance
171 bool onlyIfEmpty = false);371 void appendComment(const String16& comment, bool onlyIfEmpty = false);
1918 bool onlyIfEmpty) in appendComment() argument1930 c->appendComment(comment, onlyIfEmpty); in appendComment()3367 bool onlyIfEmpty) in appendComment() argument3372 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()