Searched refs:star_view (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dstar_view_browsertest.cc5 #include "chrome/browser/ui/views/location_bar/star_view.h"
41 views::View* star_view = local
42 browser_view->GetToolbarView()->location_bar()->star_view();
53 star_view->OnMousePressed(pressed_event);
55 star_view->OnMouseReleased(released_event);
59 star_view->OnMousePressed(pressed_event);
65 star_view->OnMouseReleased(released_event);
126 views::ImageView* star_view = local
127 browser_view->GetToolbarView()->location_bar()->star_view();
133 star_view,
[all...]
H A Dlocation_bar_view.h189 StarView* star_view() { return star_view_; } function in class:LocationBarView
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view.cc37 #include "chrome/browser/ui/views/location_bar/star_view.h"
315 views::View* star_view = location_bar()->star_view(); local
316 return (star_view && star_view->visible()) ? star_view : app_menu_;

Completed in 104 milliseconds