Home | History | Annotate | Download | only in button

Lines Matching defs:text_bounds

361     gfx::Rect text_bounds = GetTextBounds();
362 text_width = text_bounds.width();
458 gfx::Rect text_bounds(GetTextBounds());
459 if (text_bounds.width() > 0) {
468 text_bounds.set_x(GetMirroredXForRect(text_bounds));
485 text_bounds.x(), text_bounds.y(), text_bounds.width(),
486 text_bounds.height(), draw_string_flags);
491 text_bounds.x(),
492 text_bounds.y(),
493 text_bounds.width(),
494 text_bounds.height(),
504 canvas->DrawStringWithShadows(text_, font_, text_color, text_bounds,
673 gfx::Rect text_bounds = GetTextBounds();
678 icon_x = text_bounds.x() - icon.width() - spacing;
680 icon_x = text_bounds.right() + spacing;