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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc 16 IconLabelBubbleView::IconLabelBubbleView(const int background_images[],
70 IconLabelBubbleView::~IconLabelBubbleView() {
73 void IconLabelBubbleView::SetLabel(const base::string16& label) {
77 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) {
81 gfx::Size IconLabelBubbleView::GetPreferredSize() const {
86 void IconLabelBubbleView::Layout() {
95 gfx::Size IconLabelBubbleView::GetSizeForLabelWidth(int width) const {
101 void IconLabelBubbleView::OnMouseEntered(const ui::MouseEvent& event)
    [all...]
icon_label_bubble_view.h 30 class IconLabelBubbleView : public views::View {
34 IconLabelBubbleView(const int background_images[],
41 virtual ~IconLabelBubbleView();
84 DISALLOW_COPY_AND_ASSIGN(IconLabelBubbleView);
ev_bubble_view.h 14 class EVBubbleView : public IconLabelBubbleView {
22 // IconLabelBubbleView:
selected_keyword_view.h 21 class SelectedKeywordView : public IconLabelBubbleView {
selected_keyword_view.cc 29 : IconLabelBubbleView(kBackgroundImages, NULL, IDR_KEYWORD_SEARCH_MAGNIFIER,
55 IconLabelBubbleView::Layout();
ev_bubble_view.cc 20 : IconLabelBubbleView(kBackgroundImages, NULL, IDR_OMNIBOX_HTTPS_VALID,

Completed in 88 milliseconds