Searched defs:EVBubbleView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dev_bubble_view.cc7 EVBubbleView::EVBubbleView(const int background_images[], function in class:EVBubbleView
16 EVBubbleView::~EVBubbleView() {
19 bool EVBubbleView::OnMousePressed(const views::MouseEvent& event) {
25 void EVBubbleView::OnMouseReleased(const views::MouseEvent& event) {
H A Dev_bubble_view.h18 // EVBubbleView displays the EV Bubble in the LocationBarView.
19 class EVBubbleView : public IconLabelBubbleView { class in inherits:IconLabelBubbleView
21 EVBubbleView(const int background_images[],
25 virtual ~EVBubbleView();
34 DISALLOW_IMPLICIT_CONSTRUCTORS(EVBubbleView);

Completed in 84 milliseconds