Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:has_composition_text_

436       has_composition_text_(false),
833 has_composition_text_ = false;
1348 has_composition_text_ = !composition.text.empty();
1352 if (host_ && has_composition_text_) {
1356 has_composition_text_ = false;
1360 if (host_ && has_composition_text_)
1362 has_composition_text_ = false;
1369 has_composition_text_ = false;
1464 return has_composition_text_;
2221 if (!has_composition_text_)