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

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dev_bubble_view.h13 // EVBubbleView displays the EV Bubble in the LocationBarView.
14 class EVBubbleView : public IconLabelBubbleView { class in inherits:IconLabelBubbleView
16 EVBubbleView(const gfx::Font& font,
21 virtual ~EVBubbleView();
34 DISALLOW_COPY_AND_ASSIGN(EVBubbleView);
H A Dev_bubble_view.cc15 EVBubbleView::EVBubbleView(const gfx::Font& font, function in class:EVBubbleView
26 EVBubbleView::~EVBubbleView() {
29 gfx::Size EVBubbleView::GetMinimumSize() {
37 bool EVBubbleView::OnMousePressed(const ui::MouseEvent& event) {
43 void EVBubbleView::OnMouseReleased(const ui::MouseEvent& event) {
47 void EVBubbleView::OnGestureEvent(ui::GestureEvent* event) {
/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 85 milliseconds