Home
last modified time | relevance | path

Searched refs:OnClickOrTap (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_icon_view.cc51 OnClickOrTap(event); in OnMouseReleased()
62 OnClickOrTap(*event); in OnGestureEvent()
66 void LocationIconView::OnClickOrTap(const ui::LocatedEvent& event) { in OnClickOrTap() function in LocationIconView
Dlocation_icon_view.h37 void OnClickOrTap(const ui::LocatedEvent& event);
/external/chromium_org/ui/views/controls/tree/
Dtree_view.h177 bool OnClickOrTap(const ui::LocatedEvent& event);
Dtree_view.cc369 return OnClickOrTap(event); in OnMousePressed()
380 if (OnClickOrTap(*event)) in OnGestureEvent()
636 bool TreeView::OnClickOrTap(const ui::LocatedEvent& event) { in OnClickOrTap() function in views::TreeView