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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc198 // If |dest| contains the point |point_in_source| the event handler from |dest|
203 const gfx::Point& point_in_source) {
204 gfx::Point dest_point(point_in_source);
210 // Gets a tooltip handler for |point_in_source| from |dest|. Note that |dest|
215 const gfx::Point& point_in_source) {
216 gfx::Point dest_point(point_in_source);
200 ConvertPointToViewAndGetEventHandler( views::View* source, views::View* dest, const gfx::Point& point_in_source) argument
212 ConvertPointToViewAndGetTooltipHandler( views::View* source, views::View* dest, const gfx::Point& point_in_source) argument

Completed in 76 milliseconds