Searched defs:EVBubbleView (Results 1 - 2 of 2) 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::FontList& font_list,
20 virtual ~EVBubbleView();
37 DISALLOW_COPY_AND_ASSIGN(EVBubbleView);
H A Dev_bubble_view.cc16 EVBubbleView::EVBubbleView(const gfx::FontList& font_list, function in class:EVBubbleView
25 EVBubbleView::~EVBubbleView() {
28 gfx::Size EVBubbleView::GetMinimumSize() const {
32 bool EVBubbleView::OnMousePressed(const ui::MouseEvent& event) {
38 void EVBubbleView::OnMouseReleased(const ui::MouseEvent& event) {
42 void EVBubbleView::OnGestureEvent(ui::GestureEvent* event) {
49 gfx::Size EVBubbleView::GetMinimumSizeForLabelText(
56 gfx::Size EVBubbleView
[all...]

Completed in 66 milliseconds