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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
ev_bubble_view.h 13 // EVBubbleView displays the EV Bubble in the LocationBarView.
14 class EVBubbleView : public IconLabelBubbleView {
16 EVBubbleView(const gfx::FontList& font_list,
20 virtual ~EVBubbleView();
37 DISALLOW_COPY_AND_ASSIGN(EVBubbleView);
ev_bubble_view.cc 16 EVBubbleView::EVBubbleView(const gfx::FontList& font_list,
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::GetMinimumSizeForPreferredSize(gfx::Size size) const
    [all...]

Completed in 2957 milliseconds