Searched refs:bold_text (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc208 TextRange bold_text; local
209 bold_text.range = gfx::Range(start, start + piece.size());
210 bold_text.is_link = false;
211 contents_text_ranges_.push_back(bold_text);
/external/chromium_org/ui/views/controls/
H A Dstyled_label_unittest.cc222 const std::string bold_text(
225 InitStyledLabel(bold_text + text);
229 styled()->AddStyleRange(gfx::Range(0, bold_text.size()), style_info);
233 Label label(ASCIIToUTF16(bold_text));
240 // Set the width so |bold_text| doesn't fit on a single line with bold style,
245 // Sanity check that |bold_text| with normal font style would fit on a single
247 StyledLabel unstyled(ASCIIToUTF16(bold_text), this);

Completed in 704 milliseconds