Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc124 gfx::Point tab_loc_in_host; in ShouldForwardToTabStrip() local
125 ConvertPointToView(tabstrip(), this, &tab_loc_in_host); in ShouldForwardToTabStrip()
126 return event.y() < tab_loc_in_host.y() + tabstrip()->height(); in ShouldForwardToTabStrip()