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

  /external/chromium/chrome/browser/ui/views/location_bar/
ev_bubble_view.cc 7 EVBubbleView::EVBubbleView(const int background_images[],
16 EVBubbleView::~EVBubbleView() {
19 bool EVBubbleView::OnMousePressed(const views::MouseEvent& event) {
25 void EVBubbleView::OnMouseReleased(const views::MouseEvent& event) {
ev_bubble_view.h 18 // EVBubbleView displays the EV Bubble in the LocationBarView.
19 class EVBubbleView : public IconLabelBubbleView {
21 EVBubbleView(const int background_images[],
25 virtual ~EVBubbleView();
34 DISALLOW_IMPLICIT_CONSTRUCTORS(EVBubbleView);

Completed in 3226 milliseconds