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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc174 gfx::Point tab_loc_in_host;
175 ConvertPointToTarget(tabstrip(), this, &tab_loc_in_host); local
176 return event.y() < tab_loc_in_host.y() + tabstrip()->height();

Completed in 47 milliseconds