Searched refs:tab_loc_in_host (Results 1 – 1 of 1) sorted by relevance
174 gfx::Point tab_loc_in_host; in ShouldForwardToTabStrip() local175 ConvertPointToTarget(tabstrip(), this, &tab_loc_in_host); in ShouldForwardToTabStrip()176 return event.y() < tab_loc_in_host.y() + tabstrip()->height(); in ShouldForwardToTabStrip()