HomeSort by relevance Sort by last modified time
    Searched defs:IconLabelBubbleView (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.h 29 class IconLabelBubbleView : public views::View {
31 IconLabelBubbleView(const int background_images[],
34 virtual ~IconLabelBubbleView();
64 DISALLOW_IMPLICIT_CONSTRUCTORS(IconLabelBubbleView);
icon_label_bubble_view.cc 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()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 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)
    [all...]
icon_label_bubble_view.h 29 class IconLabelBubbleView : public views::View {
34 IconLabelBubbleView(const int background_images[],
42 virtual ~IconLabelBubbleView();
83 DISALLOW_COPY_AND_ASSIGN(IconLabelBubbleView);

Completed in 98 milliseconds