Searched defs:ProcessEventAtLocation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc66 virtual void ProcessEventAtLocation(const gfx::Point& location) = 0;
70 ProcessEventAtLocation(event.location());
75 ProcessEventAtLocation(event.location());
83 ProcessEventAtLocation(event->location());
126 virtual void ProcessEventAtLocation(const gfx::Point& point) OVERRIDE;
155 void ColorChooserView::HueView::ProcessEventAtLocation( function in class:views::ColorChooserView::HueView
238 virtual void ProcessEventAtLocation(const gfx::Point& point) OVERRIDE;
282 void ColorChooserView::SaturationValueView::ProcessEventAtLocation( function in class:views::ColorChooserView::SaturationValueView

Completed in 115 milliseconds