Home | History | Annotate | Download | only in location_bar

Lines Matching defs:IconLabelBubbleView

18 IconLabelBubbleView::IconLabelBubbleView(const int background_images[],
76 IconLabelBubbleView::~IconLabelBubbleView() {
79 void IconLabelBubbleView::SetLabel(const string16& label) {
83 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) {
87 gfx::Size IconLabelBubbleView::GetPreferredSize() {
92 void IconLabelBubbleView::Layout() {
101 gfx::Size IconLabelBubbleView::GetSizeForLabelWidth(int width) const {
107 void IconLabelBubbleView::OnMouseEntered(const ui::MouseEvent& event) {
113 void IconLabelBubbleView::OnMouseExited(const ui::MouseEvent& event) {
120 int IconLabelBubbleView::GetBubbleOuterPadding(bool by_icon) {
125 void IconLabelBubbleView::OnPaint(gfx::Canvas* canvas) {
131 int IconLabelBubbleView::GetPreLabelWidth() const {