HomeSort by relevance Sort by last modified time
    Searched refs:current_line_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
render_text_pango.cc 82 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_ = pango_layout_get_line_readonly(layout_, 0)
345 CHECK_NE(static_cast<PangoLayoutLine*>(NULL), current_line_); local
    [all...]
render_text_pango.h 73 PangoLayoutLine* current_line_; member in class:gfx::RenderTextPango
text_elider.cc 550 base::string16 current_line_; member in class:gfx::__anon21527::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();

Completed in 471 milliseconds