Home | History | Annotate | Download | only in location_bar

Lines Matching defs:IconLabelBubbleView

21 IconLabelBubbleView::IconLabelBubbleView(const int background_images[],
35 IconLabelBubbleView::~IconLabelBubbleView() {
38 void IconLabelBubbleView::SetFont(const gfx::Font& font) {
42 void IconLabelBubbleView::SetLabel(const std::wstring& label) {
46 void IconLabelBubbleView::SetImage(const SkBitmap& bitmap) {
50 void IconLabelBubbleView::OnPaint(gfx::Canvas* canvas) {
54 gfx::Size IconLabelBubbleView::GetPreferredSize() {
60 void IconLabelBubbleView::Layout() {
69 void IconLabelBubbleView::SetElideInMiddle(bool elide_in_middle) {
73 gfx::Size IconLabelBubbleView::GetNonLabelSize() const {
77 int IconLabelBubbleView::GetPreLabelWidth() const {
83 int IconLabelBubbleView::GetNonLabelWidth() const {