Searched refs:current_line_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc82 current_line_(NULL),
146 for (GSList* it = current_line_->runs; it; it = it->next) {
175 current_line_->runs : g_slist_last(current_line_->runs);
195 run->next : GSListPrevious(current_line_->runs, run);
248 pango_layout_line_get_x_ranges(current_line_,
305 if (current_line_) {
306 pango_layout_line_unref(current_line_);
307 current_line_ = NULL;
344 current_line_
345 CHECK_NE(static_cast<PangoLayoutLine*>(NULL), current_line_); local
[all...]
H A Dtext_elider.cc550 base::string16 current_line_; member in class:gfx::__anon16909::RectangleText
612 const bool truncate = !current_line_.empty();
625 current_line_.clear();
662 if (!current_line_.empty()) {
669 current_line_ = word;
713 current_line_.append(text);
720 lines_->push_back(current_line_);
721 current_line_.clear();
H A Drender_text_pango.h73 PangoLayoutLine* current_line_; member in class:gfx::RenderTextPango

Completed in 84 milliseconds