Searched refs:BubbleIconView (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dbubble_icon_view.cc11 BubbleIconView::BubbleIconView(CommandUpdater* command_updater, int command_id) function in class:BubbleIconView
18 BubbleIconView::~BubbleIconView() {
21 void BubbleIconView::GetAccessibleState(ui::AXViewState* state) {
26 bool BubbleIconView::GetTooltipText(const gfx::Point& p,
34 bool BubbleIconView::OnMousePressed(const ui::MouseEvent& event) {
43 void BubbleIconView::OnMouseReleased(const ui::MouseEvent& event) {
58 bool BubbleIconView::OnKeyPressed(const ui::KeyEvent& event) {
68 void BubbleIconView
[all...]
H A Dstar_view.h13 class StarView : public BubbleIconView {
22 // BubbleIconView:
25 BubbleIconView::ExecuteSource execute_source) OVERRIDE;
H A Dtranslate_icon_view.h14 class TranslateIconView : public BubbleIconView {
23 // BubbleIconView:
26 BubbleIconView::ExecuteSource execute_source) OVERRIDE;
H A Dbubble_icon_view.h13 class BubbleIconView : public views::ImageView { class in inherits:views::ImageView
21 explicit BubbleIconView(CommandUpdater* command_updater, int command_id);
22 virtual ~BubbleIconView();
53 DISALLOW_COPY_AND_ASSIGN(BubbleIconView);
H A Dtranslate_icon_view.cc18 : BubbleIconView(command_updater, IDC_TRANSLATE_PAGE) {
37 BubbleIconView::ExecuteSource execute_source) {
H A Dstar_view.cc19 : BubbleIconView(command_updater, IDC_BOOKMARK_PAGE) {
38 BubbleIconView::ExecuteSource execute_source) {
/external/chromium_org/chrome/browser/ui/views/passwords/
H A Dmanage_passwords_icon_view.h19 public BubbleIconView {
24 // BubbleIconView:
26 virtual void OnExecuting(BubbleIconView::ExecuteSource source) OVERRIDE;
H A Dmanage_passwords_icon_view.cc19 : BubbleIconView(updater, IDC_MANAGE_PASSWORDS_FOR_PAGE),
69 BubbleIconView::ExecuteSource source) {

Completed in 106 milliseconds